Home
last modified time | relevance | path

Searched refs:iw_post_receive (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_user.h298 enum i40iw_status_code (*iw_post_receive)(struct i40iw_qp_uk *, member
H A Di40iw_uk.c962 .iw_post_receive = i40iw_post_receive,
H A Di40iw_verbs.c2297 ret = ukqp->ops.iw_post_receive(ukqp, &post_recv); in i40iw_post_recv()