Searched refs:qed_rdma_qp (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A 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,
|
| H A 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,
|
| H A 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() 813 struct qed_rdma_qp *qp, in qed_roce_query_qp() 952 int qed_roce_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_roce_destroy_qp() [all …]
|
| H A 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
|
| H A D | qed_iwarp.c | 182 struct qed_rdma_qp *qp, in qed_iwarp_create_qp() 286 static int qed_iwarp_modify_fw(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_modify_fw() 375 struct qed_rdma_qp *qp, in qed_iwarp_modify_qp() 460 int qed_iwarp_fw_destroy(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_fw_destroy() 505 int qed_iwarp_destroy_qp(struct qed_hwfn *p_hwfn, struct qed_rdma_qp *qp) in qed_iwarp_destroy_qp() 827 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()
|
| H A D | qed_rdma.c | 1218 struct qed_rdma_qp *qp, in qed_rdma_query_qp() 1257 static int qed_rdma_destroy_qp(void *rdma_cxt, struct qed_rdma_qp *qp) in qed_rdma_destroy_qp() 1276 static struct qed_rdma_qp * 1282 struct qed_rdma_qp *qp; in qed_rdma_create_qp() 1373 struct qed_rdma_qp *qp, in qed_rdma_modify_qp()
|
| /OK3568_Linux_fs/kernel/include/linux/qed/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qedr/ |
| H A D | qedr.h | 412 struct qed_rdma_qp *qed_qp;
|