Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_ctl.c486 u32 *flush_id) in fix_for_single_flush() argument
497 *flush_id = min_t(u32, ctl->id, ctl->pair->id); in fix_for_single_flush()
505 *flush_id); in fix_for_single_flush()
532 u32 flush_id = ctl->id; in mdp5_ctl_commit() local
548 fix_for_single_flush(ctl, &flush_mask, &flush_id); in mdp5_ctl_commit()
560 ctl_write(ctl, REG_MDP5_CTL_FLUSH(flush_id), flush_mask); in mdp5_ctl_commit()
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
Dpanfrost_job.h31 __u32 flush_id; member
Dpanfrost_gpu.c392 u32 flush_id; in panfrost_gpu_get_latest_flush_id() local
397 flush_id = gpu_read(pfdev, GPU_LATEST_FLUSH_ID); in panfrost_gpu_get_latest_flush_id()
399 return flush_id; in panfrost_gpu_get_latest_flush_id()
Dpanfrost_job.c190 job_write(pfdev, JS_FLUSH_ID_NEXT(js), job->flush_id); in panfrost_job_hw_submit()
Dpanfrost_drv.c279 job->flush_id = panfrost_gpu_get_latest_flush_id(pfdev); in panfrost_ioctl_submit()
/kernel/linux/linux-5.10/net/ipv4/
Daf_inet.c1492 u16 flush_id; in inet_gro_receive() local
1522 flush_id = (u16)(id - ntohs(iph2->id)); in inet_gro_receive()
1532 flush_id ^= NAPI_GRO_CB(p)->count; in inet_gro_receive()
1533 flush_id = flush_id ? 0xFFFF : 0; in inet_gro_receive()
1540 NAPI_GRO_CB(p)->flush_id = flush_id; in inet_gro_receive()
1542 NAPI_GRO_CB(p)->flush_id |= flush_id; in inet_gro_receive()
Dtcp_offload.c251 if (NAPI_GRO_CB(p)->flush_id != 1 || in tcp_gro_receive()
254 flush |= NAPI_GRO_CB(p)->flush_id; in tcp_gro_receive()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_offload.c272 NAPI_GRO_CB(p)->flush_id = 0; in ipv6_gro_receive()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h2473 u16 flush_id; member