Searched refs:iw_priv_cq_ops (Results 1 – 4 of 4) sorted by relevance
705 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()
496 struct i40iw_priv_cq_ops *iw_priv_cq_ops; member
5064 static struct i40iw_priv_cq_ops iw_priv_cq_ops = { variable5171 dev->iw_priv_cq_ops = &iw_priv_cq_ops; in i40iw_device_init()
1233 if (dev->iw_priv_cq_ops->cq_init(cq, &info)) { in i40iw_create_cq()