Home
last modified time | relevance | path

Searched refs:iw_priv_cq_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_puda.c705 ret = dev->iw_priv_cq_ops->cq_init(cq, &info); in i40iw_puda_cq_create()
765 ret = dev->iw_priv_cq_ops->cq_destroy(&rsrc->cq, 0, true); in i40iw_puda_free_cq()
Di40iw_type.h496 struct i40iw_priv_cq_ops *iw_priv_cq_ops; member
Di40iw_ctrl.c5064 static struct i40iw_priv_cq_ops iw_priv_cq_ops = { variable
5171 dev->iw_priv_cq_ops = &iw_priv_cq_ops; in i40iw_device_init()
Di40iw_verbs.c1233 if (dev->iw_priv_cq_ops->cq_init(cq, &info)) { in i40iw_create_cq()