Searched refs:qed_rdma_qp (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_iwarp.h | 114 struct qed_rdma_qp *qp; 176 struct qed_rdma_qp *qp, 179 int qed_iwarp_modify_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp, 182 int qed_iwarp_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp); 184 int qed_iwarp_fw_destroy(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp); 186 void qed_iwarp_query_qp(struct qed_rdma_qp *qp,
|
D | qed_roce.h | 23 int qed_roce_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp); 26 struct qed_rdma_qp *qp, 30 struct qed_rdma_qp *qp,
|
D | qed_roce.c | 96 static void qed_rdma_copy_gids(struct qed_rdma_qp *qp, __le32 *src_gid, in qed_rdma_copy_gids() 206 static u8 qed_roce_get_qp_tc(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_roce_get_qp_tc() 223 struct qed_rdma_qp *qp) in qed_roce_sp_create_responder() 361 struct qed_rdma_qp *qp) in qed_roce_sp_create_requester() 491 struct qed_rdma_qp *qp, in qed_roce_sp_modify_responder() 578 struct qed_rdma_qp *qp, in qed_roce_sp_modify_requester() 665 struct qed_rdma_qp *qp, in qed_roce_sp_destroy_qp_responder() 751 struct qed_rdma_qp *qp) in qed_roce_sp_destroy_qp_requester() 812 struct qed_rdma_qp *qp, in qed_roce_query_qp() 951 int qed_roce_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_roce_destroy_qp() [all …]
|
D | qed_rdma.h | 89 struct qed_rdma_qp { struct 163 static inline bool qed_rdma_is_xrc_qp(struct qed_rdma_qp *qp) in qed_rdma_is_xrc_qp() argument
|
D | qed_iwarp.c | 184 struct qed_rdma_qp *qp, in qed_iwarp_create_qp() 288 static int qed_iwarp_modify_fw(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_modify_fw() 377 struct qed_rdma_qp *qp, in qed_iwarp_modify_qp() 462 int qed_iwarp_fw_destroy(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_fw_destroy() 507 int qed_iwarp_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_destroy_qp() 829 struct qed_rdma_qp *qp; in qed_iwarp_mpa_offload() 3224 struct qed_rdma_qp *qp; in qed_iwarp_send_rtr() 3258 qed_iwarp_query_qp(struct qed_rdma_qp *qp, in qed_iwarp_query_qp()
|
D | qed_rdma.c | 1191 struct qed_rdma_qp *qp, in qed_rdma_query_qp() 1230 static int qed_rdma_destroy_qp(void *rdma_cxt, struct qed_rdma_qp *qp) in qed_rdma_destroy_qp() 1249 static struct qed_rdma_qp * 1255 struct qed_rdma_qp *qp; in qed_rdma_create_qp() 1346 struct qed_rdma_qp *qp, in qed_rdma_modify_qp()
|
/linux-6.12.1/include/linux/qed/ |
D | qed_rdma_if.h | 505 struct qed_rdma_qp *qp; 533 struct qed_rdma_qp *qp; 614 struct qed_rdma_qp * 619 int (*rdma_modify_qp)(void *roce_cxt, struct qed_rdma_qp *qp, 622 int (*rdma_query_qp)(void *rdma_cxt, struct qed_rdma_qp *qp, 624 int (*rdma_destroy_qp)(void *rdma_cxt, struct qed_rdma_qp *qp);
|
/linux-6.12.1/drivers/infiniband/hw/qedr/ |
D | qedr.h | 412 struct qed_rdma_qp *qed_qp;
|