Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.h104 struct i40iw_cq { struct
136 struct i40iw_cq *iwscq; argument
137 struct i40iw_cq *iwrcq;
H A Di40iw.h397 static inline struct i40iw_cq *to_iwcq(struct ib_cq *ibcq) in to_iwcq()
399 return container_of(ibcq, struct i40iw_cq, ibcq); in to_iwcq()
H A Di40iw_verbs.c368 static void i40iw_clean_cqes(struct i40iw_qp *iwqp, struct i40iw_cq *iwcq) in i40iw_clean_cqes()
1003 static void cq_free_resources(struct i40iw_device *iwdev, struct i40iw_cq *iwcq) in cq_free_resources()
1045 struct i40iw_cq *iwcq; in i40iw_destroy_cq()
1070 struct i40iw_cq *iwcq = to_iwcq(ibcq); in i40iw_create_cq()
2324 struct i40iw_cq *iwcq; in i40iw_poll_cq()
2333 iwcq = (struct i40iw_cq *)ibcq; in i40iw_poll_cq()
2406 struct i40iw_cq *iwcq; in i40iw_req_notify_cq()
2411 iwcq = (struct i40iw_cq *)ibcq; in i40iw_req_notify_cq()
2639 INIT_RDMA_OBJ_SIZE(ib_cq, i40iw_cq, ibcq),
H A 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()
378 iwcq = (struct i40iw_cq *)cq->back_cq; in i40iw_process_aeq()