Searched refs:qed_rdma_qp (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
| D | qed_iwarp.h | 140 struct qed_rdma_qp *qp; 202 struct qed_rdma_qp *qp, 205 int qed_iwarp_modify_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp, 208 int qed_iwarp_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp); 210 int qed_iwarp_fw_destroy(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp); 212 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() 778 struct qed_rdma_qp *qp) in qed_roce_sp_destroy_qp_requester() 838 struct qed_rdma_qp *qp, in qed_roce_query_qp() 978 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 | 107 struct qed_rdma_qp { struct
|
| D | qed_iwarp.c | 203 struct qed_rdma_qp *qp, in qed_iwarp_create_qp() 307 static int qed_iwarp_modify_fw(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_modify_fw() 390 struct qed_rdma_qp *qp, in qed_iwarp_modify_qp() 475 int qed_iwarp_fw_destroy(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_fw_destroy() 520 int qed_iwarp_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_destroy_qp() 837 struct qed_rdma_qp *qp; in qed_iwarp_mpa_offload() 3164 struct qed_rdma_qp *qp; in qed_iwarp_send_rtr() 3198 qed_iwarp_query_qp(struct qed_rdma_qp *qp, in qed_iwarp_query_qp()
|
| D | qed_rdma.c | 1171 struct qed_rdma_qp *qp, in qed_rdma_query_qp() 1210 static int qed_rdma_destroy_qp(void *rdma_cxt, struct qed_rdma_qp *qp) in qed_rdma_destroy_qp() 1229 static struct qed_rdma_qp * 1235 struct qed_rdma_qp *qp; in qed_rdma_create_qp() 1323 struct qed_rdma_qp *qp, in qed_rdma_modify_qp()
|
| /Linux-v4.19/include/linux/qed/ |
| D | qed_rdma_if.h | 522 struct qed_rdma_qp *qp; 550 struct qed_rdma_qp *qp; 629 struct qed_rdma_qp * 634 int (*rdma_modify_qp)(void *roce_cxt, struct qed_rdma_qp *qp, 637 int (*rdma_query_qp)(void *rdma_cxt, struct qed_rdma_qp *qp, 639 int (*rdma_destroy_qp)(void *rdma_cxt, struct qed_rdma_qp *qp);
|
| /Linux-v4.19/drivers/infiniband/hw/qedr/ |
| D | qedr.h | 401 struct qed_rdma_qp *qed_qp;
|