Home
last modified time | relevance | path

Searched refs:flush_id (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.c488 u32 *flush_id) in fix_for_single_flush() argument
499 *flush_id = min_t(u32, ctl->id, ctl->pair->id); in fix_for_single_flush()
507 *flush_id); in fix_for_single_flush()
541 u32 flush_id = ctl->id; in mdp5_ctl_commit() local
557 fix_for_single_flush(ctl, &flush_mask, &flush_id); in mdp5_ctl_commit()
569 ctl_write(ctl, REG_MDP5_CTL_FLUSH(flush_id), flush_mask); in mdp5_ctl_commit()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.h27 __u32 flush_id; member
H A Dpanfrost_gpu.c446 u32 flush_id; in panfrost_gpu_get_latest_flush_id() local
451 flush_id = gpu_read(pfdev, GPU_LATEST_FLUSH_ID); in panfrost_gpu_get_latest_flush_id()
453 return flush_id; in panfrost_gpu_get_latest_flush_id()
H A Dpanfrost_drv.c268 job->flush_id = panfrost_gpu_get_latest_flush_id(pfdev); in panfrost_ioctl_submit()
H A Dpanfrost_job.c228 job_write(pfdev, JS_FLUSH_ID_NEXT(js), job->flush_id); in panfrost_job_hw_submit()
/openbmc/linux/net/ipv4/
H A Daf_inet.c1515 u16 flush_id; in inet_gro_receive() local
1545 flush_id = (u16)(id - ntohs(iph2->id)); in inet_gro_receive()
1555 flush_id ^= NAPI_GRO_CB(p)->count; in inet_gro_receive()
1556 flush_id = flush_id ? 0xFFFF : 0; in inet_gro_receive()
1563 NAPI_GRO_CB(p)->flush_id = flush_id; in inet_gro_receive()
1565 NAPI_GRO_CB(p)->flush_id |= flush_id; in inet_gro_receive()
H A Dtcp_offload.c252 if (NAPI_GRO_CB(p)->flush_id != 1 || in tcp_gro_receive()
255 flush |= NAPI_GRO_CB(p)->flush_id; in tcp_gro_receive()
H A Dudp_offload.c533 if (NAPI_GRO_CB(p)->flush_id != 1 || in udp_gro_receive_segment()
536 flush |= NAPI_GRO_CB(p)->flush_id; in udp_gro_receive_segment()
/openbmc/linux/include/net/
H A Dgro.h39 u16 flush_id; member
/openbmc/linux/net/ipv6/
H A Dip6_offload.c306 NAPI_GRO_CB(p)->flush_id = 0; in ipv6_gro_receive()