/freebsd/sys/dev/nvmf/controller/ |
H A D | nvmft_qpair.c | 26 struct nvmf_qpair *qp; member 51 struct nvmft_qpair *qp = arg; in nvmft_qpair_error() local 70 struct nvmft_qpair *qp = arg; in nvmft_receive_capsule() local 107 struct nvmft_qpair *qp; in nvmft_qpair_init() local 135 nvmft_qpair_shutdown(struct nvmft_qpair *qp) in nvmft_qpair_shutdown() 159 nvmft_qpair_destroy(struct nvmft_qpair *qp) in nvmft_qpair_destroy() 168 nvmft_qpair_ctrlr(struct nvmft_qpair *qp) in nvmft_qpair_ctrlr() 174 nvmft_qpair_id(struct nvmft_qpair *qp) in nvmft_qpair_id() 180 nvmft_qpair_name(struct nvmft_qpair *qp) in nvmft_qpair_name() 186 _nvmft_send_response(struct nvmft_qpair *qp, const void *cqe) in _nvmft_send_response() [all …]
|
/freebsd/lib/libnvmf/ |
H A D | nvmf_tcp.c | 28 struct nvmf_tcp_qpair *qp; member 64 struct nvmf_qpair qp; member 84 #define TQP(qp) ((struct nvmf_tcp_qpair *)(qp)) argument 95 tcp_alloc_command_buffer(struct nvmf_tcp_qpair *qp, void *data, in tcp_alloc_command_buffer() 118 tcp_find_command_buffer(struct nvmf_tcp_qpair *qp, uint16_t cid, uint16_t ttag, in tcp_find_command_buffer() 133 tcp_purge_command_buffer(struct nvmf_tcp_qpair *qp, uint16_t cid, uint16_t ttag, in tcp_purge_command_buffer() 151 nvmf_tcp_write_pdu(struct nvmf_tcp_qpair *qp, const void *pdu, size_t len) in nvmf_tcp_write_pdu() 168 nvmf_tcp_write_pdu_iov(struct nvmf_tcp_qpair *qp, struct iovec *iov, in nvmf_tcp_write_pdu_iov() 194 nvmf_tcp_report_error(struct nvmf_association *na, struct nvmf_tcp_qpair *qp, in nvmf_tcp_report_error() 225 nvmf_tcp_validate_pdu(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu, in nvmf_tcp_validate_pdu() [all …]
|
H A D | nvmf_host.c | 48 struct nvmf_qpair *qp; in nvmf_connect() local 193 nvmf_cntlid(struct nvmf_qpair *qp) in nvmf_cntlid() 201 struct nvmf_qpair *qp = nc->nc_qpair; in nvmf_host_transmit_command() local 227 nvmf_host_receive_capsule(struct nvmf_qpair *qp, struct nvmf_capsule **ncp) in nvmf_host_receive_capsule() 256 nvmf_host_receive_response(struct nvmf_qpair *qp, struct nvmf_capsule **ncp) in nvmf_host_receive_response() 275 struct nvmf_qpair *qp = cc->nc_qpair; in nvmf_host_wait_for_response() local 305 nvmf_keepalive(struct nvmf_qpair *qp) in nvmf_keepalive() 320 nvmf_get_property(struct nvmf_qpair *qp, uint32_t offset, uint8_t size) in nvmf_get_property() 342 nvmf_read_property(struct nvmf_qpair *qp, uint32_t offset, uint8_t size, in nvmf_read_property() 385 nvmf_set_property(struct nvmf_qpair *qp, uint32_t offset, uint8_t size, in nvmf_set_property() [all …]
|
H A D | nvmf_controller.c | 43 nvmf_controller_receive_capsule(struct nvmf_qpair *qp, in nvmf_controller_receive_capsule() 69 struct nvmf_qpair *qp = nc->nc_qpair; in nvmf_controller_transmit_response() local 143 struct nvmf_qpair *qp; in nvmf_accept() local 339 struct nvmf_qpair *qp = cc->nc_qpair; in nvmf_finish_accept() local 360 nvmf_controller_cap(struct nvmf_qpair *qp) in nvmf_controller_cap() 369 nvmf_validate_cc(struct nvmf_qpair *qp, uint64_t cap, uint32_t old_cc, in nvmf_validate_cc() 379 nvmf_init_discovery_controller_data(struct nvmf_qpair *qp, in nvmf_init_discovery_controller_data() 419 nvmf_init_io_controller_data(struct nvmf_qpair *qp, const char *serial, in nvmf_init_io_controller_data() 459 nvmf_handoff_controller_qpair(struct nvmf_qpair *qp, in nvmf_handoff_controller_qpair()
|
H A D | nvmf_transport.c | 95 struct nvmf_qpair *qp; in nvmf_allocate_qpair() local 110 nvmf_free_qpair(struct nvmf_qpair *qp) in nvmf_free_qpair() 125 nvmf_allocate_command(struct nvmf_qpair *qp, const void *sqe) in nvmf_allocate_command() 144 nvmf_allocate_response(struct nvmf_qpair *qp, const void *cqe) in nvmf_allocate_response() 186 nvmf_receive_capsule(struct nvmf_qpair *qp, struct nvmf_capsule **ncp) in nvmf_receive_capsule() 239 nvmf_kernel_handoff_params(struct nvmf_qpair *qp, nvlist_t **nvlp) in nvmf_kernel_handoff_params() 263 nvmf_populate_dle(struct nvmf_qpair *qp, struct nvme_discovery_log_entry *dle) in nvmf_populate_dle()
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | qp.c | 59 static void *get_recv_wqe(struct mlx4_qp *qp, int n) in get_recv_wqe() 64 static void *get_send_wqe(struct mlx4_qp *qp, int n) in get_send_wqe() 74 static void stamp_send_wqe(struct mlx4_qp *qp, int n) in stamp_send_wqe() 84 void mlx4_init_qp_indices(struct mlx4_qp *qp) in mlx4_init_qp_indices() 92 void mlx4_qp_init_sq_ownership(struct mlx4_qp *qp) in mlx4_qp_init_sq_ownership() 217 struct mlx4_qp *qp = to_mqp(ibqp); in mlx4_post_send() local 515 struct mlx4_qp *qp = to_mqp(ibqp); in mlx4_post_recv() local 600 struct mlx4_qp *qp) in mlx4_calc_sq_wqe_size() 654 enum ibv_qp_type type, struct mlx4_qp *qp) in mlx4_alloc_qp_buf() 704 void mlx4_set_sq_sizes(struct mlx4_qp *qp, struct ibv_qp_cap *cap, in mlx4_set_sq_sizes() [all …]
|
/freebsd/sys/dev/nvmf/ |
H A D | nvmf_tcp.c | 40 struct nvmf_tcp_qpair *qp; member 65 struct nvmf_qpair qp; member 134 #define TQP(qp) ((struct nvmf_tcp_qpair *)(qp)) argument 175 tcp_alloc_command_buffer(struct nvmf_tcp_qpair *qp, in tcp_alloc_command_buffer() 265 nvmf_tcp_write_pdu(struct nvmf_tcp_qpair *qp, struct mbuf *m) in nvmf_tcp_write_pdu() 278 nvmf_tcp_report_error(struct nvmf_tcp_qpair *qp, uint16_t fes, uint32_t fei, in nvmf_tcp_report_error() 306 nvmf_tcp_validate_pdu(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_validate_pdu() 383 nvmf_tcp_save_command_capsule(struct nvmf_tcp_qpair *qp, in nvmf_tcp_save_command_capsule() 402 nvmf_tcp_save_response_capsule(struct nvmf_tcp_qpair *qp, in nvmf_tcp_save_response_capsule() 434 nvmf_tcp_construct_pdu(struct nvmf_tcp_qpair *qp, void *hdr, size_t hlen, in nvmf_tcp_construct_pdu() [all …]
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_qpair.c | 28 struct nvmf_qpair *qp; member 51 nvmf_allocate_request(struct nvmf_host_qpair *qp, void *sqe, in nvmf_allocate_request() 114 nvmf_dispatch_command(struct nvmf_host_qpair *qp, struct nvmf_host_command *cmd) in nvmf_dispatch_command() 160 struct nvmf_host_qpair *qp = arg; in nvmf_qp_error() local 173 struct nvmf_host_qpair *qp = arg; in nvmf_receive_capsule() local 255 nvmf_sysctls_qp(struct nvmf_softc *sc, struct nvmf_host_qpair *qp, in nvmf_sysctls_qp() 289 struct nvmf_host_qpair *qp; in nvmf_init_qp() local 341 nvmf_shutdown_qp(struct nvmf_host_qpair *qp) in nvmf_shutdown_qp() 403 nvmf_destroy_qp(struct nvmf_host_qpair *qp) in nvmf_destroy_qp() 422 struct nvmf_host_qpair *qp; in nvmf_submit_request() local
|
/freebsd/contrib/nvi/common/ |
H A D | seq.c | 38 SEQ *lastqp, *qp; in seq_set() local 130 SEQ *qp, *pre_qp = NULL; in seq_delete() local 160 seq_free(SEQ *qp) in seq_free() 181 SEQ *lqp = NULL, *qp; in seq_find() local 259 SEQ *qp; in seq_close() local 278 SEQ *qp; in seq_dump() local 322 SEQ *qp; in seq_save() local
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp_hardware.c | 123 ccp_queue_write_tail(struct ccp_queue *qp) in ccp_queue_write_tail() 134 ccp_queue_lsb_entry(struct ccp_queue *qp, unsigned lsb_entry) in ccp_queue_lsb_entry() 144 ccp_queue_lsb_address(struct ccp_queue *qp, unsigned lsb_entry) in ccp_queue_lsb_address() 213 struct ccp_queue *qp; in ccp_hw_attach_queue() local 319 struct ccp_queue *qp; in ccp_hw_detach_queue() local 455 ccp_intr_handle_error(struct ccp_queue *qp, const struct ccp_desc *desc) in ccp_intr_handle_error() 538 ccp_intr_run_completions(struct ccp_queue *qp, uint32_t ints) in ccp_intr_run_completions() 845 ccp_passthrough(struct ccp_queue *qp, bus_addr_t dst, in ccp_passthrough() 885 ccp_passthrough_sgl(struct ccp_queue *qp, bus_addr_t lsb_addr, bool tolsb, in ccp_passthrough_sgl() 1038 ccp_sha_single_desc(struct ccp_queue *qp, const struct SHA_Defn *defn, in ccp_sha_single_desc() [all …]
|
H A D | ccp.c | 140 struct ccp_queue *qp; in ccp_initialize_queues() local 160 struct ccp_queue *qp; in ccp_free_queues() local 531 struct ccp_queue *qp; in ccp_process() local 647 ccp_queue_reserve_space(struct ccp_queue *qp, unsigned n, int mflags) in ccp_queue_reserve_space() 668 ccp_queue_acquire_reserve(struct ccp_queue *qp, unsigned n, int mflags) in ccp_queue_acquire_reserve() 681 ccp_queue_release(struct ccp_queue *qp) in ccp_queue_release() 693 ccp_queue_abort(struct ccp_queue *qp) in ccp_queue_abort() 735 db_show_ccp_qp(struct ccp_queue *qp) in db_show_ccp_qp()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.c | 51 static void bnxt_re_legacy_cancel_phantom_processing(struct bnxt_qplib_qp *qp) in bnxt_re_legacy_cancel_phantom_processing() 58 static void __bnxt_qplib_add_flush_qp(struct bnxt_qplib_qp *qp) in __bnxt_qplib_add_flush_qp() 84 static void bnxt_qplib_acquire_cq_flush_locks(struct bnxt_qplib_qp *qp) in bnxt_qplib_acquire_cq_flush_locks() 95 static void bnxt_qplib_release_cq_flush_locks(struct bnxt_qplib_qp *qp) in bnxt_qplib_release_cq_flush_locks() 105 void bnxt_qplib_add_flush_qp(struct bnxt_qplib_qp *qp) in bnxt_qplib_add_flush_qp() 113 static void __bnxt_qplib_del_flush_qp(struct bnxt_qplib_qp *qp) in __bnxt_qplib_del_flush_qp() 127 void bnxt_qplib_clean_qp(struct bnxt_qplib_qp *qp) in bnxt_qplib_clean_qp() 198 struct bnxt_qplib_qp *qp) in bnxt_qplib_free_hdr_buf() 212 struct bnxt_qplib_qp *qp, u32 sstep, u32 rstep) in bnxt_qplib_alloc_hdr_buf() 822 struct bnxt_qplib_qp *qp) in __qplib_destroy_qp() [all …]
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_qp.c | 87 struct mlx4_ib_qp qp; member 131 static int is_tunnel_qp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_tunnel_qp() 141 static int is_sqp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_sqp() 169 static int is_qp0(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_qp0() 192 static void *get_wqe(struct mlx4_ib_qp *qp, int offset) in get_wqe() 197 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe() 202 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) in get_send_wqe() 216 static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n, int size) in stamp_send_wqe() 246 static void post_nop_wqe(struct mlx4_ib_qp *qp, int n, int size) in post_nop_wqe() 284 static inline unsigned pad_wraparound(struct mlx4_ib_qp *qp, int ind) in pad_wraparound() [all …]
|
/freebsd/sys/dev/ntb/ |
H A D | ntb_transport.c | 108 struct ntb_transport_qp *qp; member 265 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument 348 int rc, i, db_count, spad_count, qp, qpu, qpo, qpt; in ntb_transport_attach() local 597 struct ntb_transport_qp *qp; in ntb_transport_init_queue() local 657 ntb_transport_free_queue(struct ntb_transport_qp *qp) in ntb_transport_free_queue() 706 struct ntb_transport_qp *qp; in ntb_transport_create_queue() local 745 ntb_transport_link_up(struct ntb_transport_qp *qp) in ntb_transport_link_up() 773 ntb_transport_tx_enqueue(struct ntb_transport_qp *qp, void *cb, void *data, in ntb_transport_tx_enqueue() 813 struct ntb_transport_qp *qp = entry->qp; in ntb_tx_copy_callback() local 862 ntb_async_tx(struct ntb_transport_qp *qp, struct ntb_queue_entry *entry) in ntb_async_tx() [all …]
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | qp.c | 61 static void *get_recv_wqe(struct mlx5_qp *qp, int n) in get_recv_wqe() 93 int mlx5_copy_to_recv_wqe(struct mlx5_qp *qp, int idx, void *buf, int size) in mlx5_copy_to_recv_wqe() 105 int mlx5_copy_to_send_wqe(struct mlx5_qp *qp, int idx, void *buf, int size) in mlx5_copy_to_send_wqe() 153 void *mlx5_get_send_wqe(struct mlx5_qp *qp, int n) in mlx5_get_send_wqe() 164 void mlx5_init_qp_indices(struct mlx5_qp *qp) in mlx5_init_qp_indices() 239 unsigned bytecnt, struct mlx5_qp *qp) in mlx5_bf_copy() 269 static int set_data_inl_seg(struct mlx5_qp *qp, struct ibv_send_wr *wr, in set_data_inl_seg() 319 static void dump_wqe(FILE *fp, int idx, int size_16, struct mlx5_qp *qp) in dump_wqe() 340 void *mlx5_get_atomic_laddr(struct mlx5_qp *qp, uint16_t idx, int *byte_count) in mlx5_get_atomic_laddr() 421 static void set_umr_data_seg(struct mlx5_qp *qp, enum ibv_mw_type type, in set_umr_data_seg() [all …]
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_uk.c | 92 static inline u64 irdma_nop_hdr(struct irdma_qp_uk *qp){ in irdma_nop_hdr() 103 irdma_nop_1(struct irdma_qp_uk *qp) in irdma_nop_1() 134 irdma_clr_wqes(struct irdma_qp_uk *qp, u32 qp_wqe_idx) in irdma_clr_wqes() 154 irdma_uk_qp_post_wr(struct irdma_qp_uk *qp) in irdma_uk_qp_post_wr() 194 irdma_qp_ring_push_db(struct irdma_qp_uk *qp, u32 wqe_idx) in irdma_qp_ring_push_db() 204 irdma_qp_push_wqe(struct irdma_qp_uk *qp, __le64 * wqe, u16 quanta, in irdma_qp_push_wqe() 230 irdma_qp_get_next_send_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx, in irdma_qp_get_next_send_wqe() 293 irdma_qp_get_next_recv_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx) in irdma_qp_get_next_recv_wqe() 320 irdma_uk_rdma_write(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_write() 418 irdma_uk_rdma_read(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_read() [all …]
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_cm.c | 41 struct qlnxr_qp *qp, in qlnxr_store_gsi_qp_cq() 67 struct qlnxr_qp *qp = dev->gsi_qp; in qlnxr_ll2_complete_tx_packet() local 97 struct qlnxr_qp *qp = NULL; in qlnxr_ll2_complete_rx_packet() local 315 struct qlnxr_qp *qp) in qlnxr_ll2_start() 390 struct qlnxr_qp *qp) in qlnxr_create_gsi_qp() 482 struct qlnxr_qp *qp, in qlnxr_gsi_build_header() 605 struct qlnxr_qp *qp, const struct ib_send_wr *swr, in qlnxr_gsi_build_packet() 674 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp); in qlnxr_gsi_post_send() local 748 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp); in qlnxr_gsi_post_recv() local 808 struct qlnxr_qp *qp = dev->gsi_qp; in qlnxr_gsi_poll_cq() local
|
H A D | qlnxr_verbs.c | 839 struct qlnxr_qp *qp, in get_gid_info() 2118 struct qlnxr_qp *qp) in qlnxr_copy_rq_uresp() 2153 struct qlnxr_qp *qp) in qlnxr_copy_sq_uresp() 2176 struct qlnxr_qp *qp, in qlnxr_copy_qp_uresp() 2202 struct qlnxr_qp *qp, in qlnxr_set_common_qp_params() 2426 struct qlnxr_qp *qp, in qlnxr_init_common_qp_in_params() 2468 struct qlnxr_qp *qp) in qlnxr_qp_user_print() 2533 struct qlnxr_qp *qp, in qlnxr_iwarp_populate_user_qp() 2565 struct qlnxr_qp *qp, in qlnxr_create_user_qp() 2667 struct qlnxr_qp *qp) in qlnxr_set_roce_db_info() [all …]
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_uk.c | 92 static inline u64 irdma_nop_hdr(struct irdma_qp_uk *qp){ in irdma_nop_hdr() 103 irdma_nop_1(struct irdma_qp_uk *qp) in irdma_nop_1() 134 irdma_clr_wqes(struct irdma_qp_uk *qp, u32 qp_wqe_idx) in irdma_clr_wqes() 154 irdma_uk_qp_post_wr(struct irdma_qp_uk *qp) in irdma_uk_qp_post_wr() 194 irdma_qp_ring_push_db(struct irdma_qp_uk *qp, u32 wqe_idx) in irdma_qp_ring_push_db() 204 irdma_qp_push_wqe(struct irdma_qp_uk *qp, __le64 * wqe, u16 quanta, in irdma_qp_push_wqe() 230 irdma_qp_get_next_send_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx, in irdma_qp_get_next_send_wqe() 293 irdma_qp_get_next_recv_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx) in irdma_qp_get_next_recv_wqe() 320 irdma_uk_rdma_write(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_write() 418 irdma_uk_rdma_read(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_read() [all …]
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_qp.c | 196 static int is_sqp(struct mthca_dev *dev, struct mthca_qp *qp) in is_sqp() 202 static int is_qp0(struct mthca_dev *dev, struct mthca_qp *qp) in is_qp0() 208 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe() 217 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() 241 struct mthca_qp *qp; in mthca_qp_event() local 328 static __be32 get_hw_access_flags(struct mthca_qp *qp, const struct ib_qp_attr *attr, in get_hw_access_flags() 429 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp() local 551 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp() local 850 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp() local 915 static int mthca_max_data_size(struct mthca_dev *dev, struct mthca_qp *qp, int desc_sz) in mthca_max_data_size() [all …]
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 787 struct ib_qp *qp = context; in __ib_shared_qp_event_handler() local 797 static void __ib_insert_xrcd_qp(struct ib_xrcd *xrcd, struct ib_qp *qp) in __ib_insert_xrcd_qp() 808 struct ib_qp *qp; in __ib_open_qp() local 833 struct ib_qp *qp, *real_qp; in ib_open_qp() local 852 static struct ib_qp *ib_create_xrc_qp(struct ib_qp *qp, in ib_create_xrc_qp() 879 struct ib_qp *qp; in ib_create_qp() local 1321 static bool is_qp_type_connected(const struct ib_qp *qp) in is_qp_type_connected() 1332 static int _ib_modify_qp(struct ib_qp *qp, struct ib_qp_attr *attr, in _ib_modify_qp() 1411 int ib_modify_qp(struct ib_qp *qp, in ib_modify_qp() 1427 int ib_query_qp(struct ib_qp *qp, in ib_query_qp() [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_roce.c | 218 static void ecore_rdma_copy_gids(struct ecore_rdma_qp *qp, __le32 *src_gid, in ecore_rdma_copy_gids() 391 struct ecore_rdma_qp *qp) in ecore_roce_sp_create_responder() 560 struct ecore_rdma_qp *qp) in ecore_roce_sp_create_requester() 711 struct ecore_rdma_qp *qp, in ecore_roce_sp_modify_responder() 816 struct ecore_rdma_qp *qp, in ecore_roce_sp_modify_requester() 923 struct ecore_rdma_qp *qp, in ecore_roce_sp_destroy_qp_responder() 1008 struct ecore_rdma_qp *qp, in ecore_roce_sp_destroy_qp_requester() 1086 struct ecore_rdma_qp *qp, in ecore_roce_sp_query_responder() 1149 struct ecore_rdma_qp *qp, in ecore_roce_sp_query_requester() 1217 struct ecore_rdma_qp *qp, in ecore_roce_query_qp() [all …]
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_gsi.c | 58 static struct mlx5_ib_gsi_qp *gsi_qp(struct ib_qp *qp) in gsi_qp() 209 int mlx5_ib_gsi_destroy_qp(struct ib_qp *qp) in mlx5_ib_gsi_destroy_qp() 268 static int modify_to_rts(struct mlx5_ib_gsi_qp *gsi, struct ib_qp *qp, in modify_to_rts() 312 struct ib_qp *qp; in setup_qp() local 369 int mlx5_ib_gsi_modify_qp(struct ib_qp *qp, struct ib_qp_attr *attr, in mlx5_ib_gsi_modify_qp() 394 int mlx5_ib_gsi_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, in mlx5_ib_gsi_query_qp() 476 int mlx5_ib_gsi_post_send(struct ib_qp *qp, const struct ib_send_wr *wr, in mlx5_ib_gsi_post_send() 521 int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr, in mlx5_ib_gsi_post_recv()
|
H A D | mlx5_ib_qp.c | 100 static void *get_wqe(struct mlx5_ib_qp *qp, int offset) in get_wqe() 105 static void *get_recv_wqe(struct mlx5_ib_qp *qp, int n) in get_recv_wqe() 110 void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n) in mlx5_get_send_wqe() 132 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index, in mlx5_ib_read_user_wqe() 187 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event() 235 int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) in set_rq_size() 375 struct mlx5_ib_qp *qp) in calc_sq_size() 422 struct mlx5_ib_qp *qp, in set_user_buf_size() 761 struct mlx5_ib_qp *qp, struct ib_udata *udata, in create_user_qp() 897 static void destroy_qp_user(struct mlx5_ib_dev *dev, struct ib_pd *pd, struct mlx5_ib_qp *qp, in destroy_qp_user() [all …]
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_qp.c | 53 struct mlx4_qp *qp; in mlx4_qp_event() local 75 static int is_master_qp0(struct mlx4_dev *dev, struct mlx4_qp *qp, int *real_qp0, int *proxy_qp0) in is_master_qp0() 92 int sqd_event, struct mlx4_qp *qp, int native) in __mlx4_qp_modify() 213 int sqd_event, struct mlx4_qp *qp) in mlx4_qp_modify() 388 int mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp, gfp_t gfp) in mlx4_qp_alloc() 491 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_remove() 502 void mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_free() 878 int mlx4_qp_query(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_qp_query() 901 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state) in mlx4_qp_to_ready() 935 struct mlx4_qp qp; in mlx4_qp_roce_entropy() local
|