Searched refs:to_c4iw_cq (Results 1 – 3 of 3) sorted by relevance
242 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); in c4iw_flush_sq()956 chp = to_c4iw_cq(ibcq); in c4iw_poll_cq()982 chp = to_c4iw_cq(ib_cq); in c4iw_destroy_cq()1005 struct c4iw_cq *chp = to_c4iw_cq(ibcq); in c4iw_create_cq()1173 chp = to_c4iw_cq(ibcq); in c4iw_arm_cq()1185 struct c4iw_cq *rchp = to_c4iw_cq(qhp->ibqp.recv_cq); in c4iw_flush_srqidx()
374 struct c4iw_cq *chp = to_c4iw_cq(ibcq); in c4iw_fill_res_cq_entry()
434 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq() function