Searched refs:qed_rdma_qp (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_iwarp.h | 139 struct qed_rdma_qp *qp; 201 struct qed_rdma_qp *qp, 204 int qed_iwarp_modify_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp, 207 int qed_iwarp_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp); 209 int qed_iwarp_fw_destroy(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp); 211 void qed_iwarp_query_qp(struct qed_rdma_qp *qp,
|
D | qed_roce.h | 48 int qed_roce_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp); 51 struct qed_rdma_qp *qp, 55 struct qed_rdma_qp *qp,
|
D | qed_roce.c | 119 static void qed_rdma_copy_gids(struct qed_rdma_qp *qp, __le32 *src_gid, in qed_rdma_copy_gids() 229 static u8 qed_roce_get_qp_tc(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_roce_get_qp_tc() 246 struct qed_rdma_qp *qp) in qed_roce_sp_create_responder() 387 struct qed_rdma_qp *qp) in qed_roce_sp_create_requester() 512 struct qed_rdma_qp *qp, in qed_roce_sp_modify_responder() 605 struct qed_rdma_qp *qp, in qed_roce_sp_modify_requester() 698 struct qed_rdma_qp *qp, in qed_roce_sp_destroy_qp_responder() 779 struct qed_rdma_qp *qp) in qed_roce_sp_destroy_qp_requester() 839 struct qed_rdma_qp *qp, in qed_roce_query_qp() 979 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 | 108 struct qed_rdma_qp { struct
|
D | qed_iwarp.c | 208 struct qed_rdma_qp *qp, in qed_iwarp_create_qp() 312 static int qed_iwarp_modify_fw(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_modify_fw() 395 struct qed_rdma_qp *qp, in qed_iwarp_modify_qp() 480 int qed_iwarp_fw_destroy(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_fw_destroy() 525 int qed_iwarp_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_destroy_qp() 843 struct qed_rdma_qp *qp; in qed_iwarp_mpa_offload() 3201 struct qed_rdma_qp *qp; in qed_iwarp_send_rtr() 3235 qed_iwarp_query_qp(struct qed_rdma_qp *qp, in qed_iwarp_query_qp()
|
D | qed_rdma.c | 1178 struct qed_rdma_qp *qp, in qed_rdma_query_qp() 1217 static int qed_rdma_destroy_qp(void *rdma_cxt, struct qed_rdma_qp *qp) in qed_rdma_destroy_qp() 1236 static struct qed_rdma_qp * 1242 struct qed_rdma_qp *qp; in qed_rdma_create_qp() 1331 struct qed_rdma_qp *qp, in qed_rdma_modify_qp()
|
/Linux-v5.4/include/linux/qed/ |
D | qed_rdma_if.h | 513 struct qed_rdma_qp *qp; 541 struct qed_rdma_qp *qp; 620 struct qed_rdma_qp * 625 int (*rdma_modify_qp)(void *roce_cxt, struct qed_rdma_qp *qp, 628 int (*rdma_query_qp)(void *rdma_cxt, struct qed_rdma_qp *qp, 630 int (*rdma_destroy_qp)(void *rdma_cxt, struct qed_rdma_qp *qp);
|
/Linux-v5.4/drivers/infiniband/hw/qedr/ |
D | qedr.h | 398 struct qed_rdma_qp *qed_qp;
|