Home
last modified time | relevance | path

Searched refs:to_iwcq (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw.h386 static inline struct i40iw_cq *to_iwcq(struct ib_cq *ibcq) in to_iwcq() function
Di40iw_verbs.c610 iwqp->iwscq = to_iwcq(init_attr->send_cq); in i40iw_create_qp()
611 iwqp->iwrcq = to_iwcq(init_attr->recv_cq); in i40iw_create_qp()
1064 iwcq = to_iwcq(ib_cq); in i40iw_destroy_cq()
1084 struct i40iw_cq *iwcq = to_iwcq(ibcq); in i40iw_create_cq()