Searched refs:recv_cq (Results 1 – 2 of 2) sorted by relevance
1465 ib_free_cq(info->recv_cq); in smbd_destroy()1658 info->recv_cq = NULL; in _smbd_get_connection()1667 info->recv_cq = in _smbd_get_connection()1670 if (IS_ERR(info->recv_cq)) { in _smbd_get_connection()1671 info->recv_cq = NULL; in _smbd_get_connection()1686 qp_attr.recv_cq = info->recv_cq; in _smbd_get_connection()1806 if (info->recv_cq) in _smbd_get_connection()1807 ib_free_cq(info->recv_cq); in _smbd_get_connection()
59 struct ib_cq *send_cq, *recv_cq; member