Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h105 struct i40iw_cq { struct
137 struct i40iw_cq *iwscq; argument
138 struct i40iw_cq *iwrcq;
Di40iw.h386 static inline struct i40iw_cq *to_iwcq(struct ib_cq *ibcq) in to_iwcq()
388 return container_of(ibcq, struct i40iw_cq, ibcq); in to_iwcq()
Di40iw_verbs.c393 static void i40iw_clean_cqes(struct i40iw_qp *iwqp, struct i40iw_cq *iwcq) in i40iw_clean_cqes()
1018 static void cq_free_resources(struct i40iw_device *iwdev, struct i40iw_cq *iwcq) in cq_free_resources()
1060 struct i40iw_cq *iwcq; in i40iw_destroy_cq()
1084 struct i40iw_cq *iwcq = to_iwcq(ibcq); in i40iw_create_cq()
2346 struct i40iw_cq *iwcq; in i40iw_poll_cq()
2355 iwcq = (struct i40iw_cq *)ibcq; in i40iw_poll_cq()
2428 struct i40iw_cq *iwcq; in i40iw_req_notify_cq()
2433 iwcq = (struct i40iw_cq *)ibcq; in i40iw_req_notify_cq()
2678 INIT_RDMA_OBJ_SIZE(ib_cq, i40iw_cq, ibcq),
Di40iw_hw.c173 struct i40iw_cq *i40iwcq = iwcq->back_cq; in i40iw_iwarp_ce_handler()
286 struct i40iw_cq *iwcq = NULL; in i40iw_process_aeq()
379 iwcq = (struct i40iw_cq *)cq->back_cq; in i40iw_process_aeq()