Home
last modified time | relevance | path

Searched defs:qp (Results 1 – 25 of 164) sorted by relevance

1234567

/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c26 struct nvmf_qpair *qp; member
48 struct nvmft_qpair *qp = arg; in nvmft_qpair_error() local
67 struct nvmft_qpair *qp = arg; in nvmft_receive_capsule() local
105 struct nvmft_qpair *qp; in nvmft_qpair_init() local
132 nvmft_qpair_shutdown(struct nvmft_qpair *qp) in nvmft_qpair_shutdown()
145 nvmft_qpair_destroy(struct nvmft_qpair *qp) in nvmft_qpair_destroy()
154 nvmft_qpair_ctrlr(struct nvmft_qpair *qp) in nvmft_qpair_ctrlr()
160 nvmft_qpair_id(struct nvmft_qpair *qp) in nvmft_qpair_id()
166 nvmft_qpair_name(struct nvmft_qpair *qp) in nvmft_qpair_name()
320 nvmft_connect_error(struct nvmft_qpair *qp, in nvmft_connect_error()
[all …]
/freebsd/lib/libnvmf/
H A Dnvmf_tcp.c26 struct nvmf_tcp_qpair *qp; member
62 struct nvmf_qpair qp; member
82 #define TQP(qp) ((struct nvmf_tcp_qpair *)(qp)) argument
755 nvmf_tcp_receive_pdu(struct nvmf_tcp_qpair *qp) in nvmf_tcp_receive_pdu()
1079 struct nvmf_tcp_qpair *qp; in tcp_allocate_qpair() local
1107 struct nvmf_tcp_qpair *qp = TQP(nq); in tcp_free_qpair() local
1128 struct nvmf_tcp_qpair *qp = TQP(nq); in tcp_kernel_handoff_params() local
1165 struct nvmf_tcp_qpair *qp = TQP(nc->nc_qpair); in tcp_transmit_command() local
1214 struct nvmf_tcp_qpair *qp = TQP(nc->nc_qpair); in tcp_transmit_response() local
1236 struct nvmf_tcp_qpair *qp = TQP(nq); in tcp_receive_capsule() local
[all …]
H A Dnvmf_host.c47 struct nvmf_qpair *qp; in nvmf_connect() local
192 nvmf_cntlid(struct nvmf_qpair *qp) in nvmf_cntlid()
200 struct nvmf_qpair *qp = nc->nc_qpair; in nvmf_host_transmit_command() local
274 struct nvmf_qpair *qp = cc->nc_qpair; in nvmf_host_wait_for_response() local
304 nvmf_keepalive(struct nvmf_qpair *qp) in nvmf_keepalive()
319 nvmf_get_property(struct nvmf_qpair *qp, uint32_t offset, uint8_t size) in nvmf_get_property()
384 nvmf_set_property(struct nvmf_qpair *qp, uint32_t offset, uint8_t size, in nvmf_set_property()
487 nvmf_host_identify_controller(struct nvmf_qpair *qp, in nvmf_host_identify_controller()
536 nvmf_host_identify_namespace(struct nvmf_qpair *qp, uint32_t nsid, in nvmf_host_identify_namespace()
643 nvmf_host_fetch_discovery_log_page(struct nvmf_qpair *qp, in nvmf_host_fetch_discovery_log_page()
[all …]
H A Dnvmf_controller.c43 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()
458 nvmf_handoff_controller_qpair(struct nvmf_qpair *qp, in nvmf_handoff_controller_qpair()
H A Dnvmf_transport.c95 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, in nvmf_kernel_handoff_params()
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c59 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 Dnvmf_tcp.c39 struct nvmf_tcp_qpair *qp; member
64 struct nvmf_qpair qp; member
133 #define TQP(qp) ((struct nvmf_tcp_qpair *)(qp)) argument
505 nvmf_tcp_next_r2t(struct nvmf_tcp_qpair *qp) in nvmf_tcp_next_r2t()
1083 struct nvmf_tcp_qpair *qp = arg; in nvmf_tcp_receive() local
1304 struct nvmf_tcp_qpair *qp = arg; in nvmf_tcp_send() local
1403 struct nvmf_tcp_qpair *qp = arg; in nvmf_soupcall_receive() local
1413 struct nvmf_tcp_qpair *qp = arg; in nvmf_soupcall_send() local
1424 struct nvmf_tcp_qpair *qp; in tcp_allocate_qpair() local
1522 struct nvmf_tcp_qpair *qp = TQP(nq); in tcp_free_qpair() local
[all …]
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_qpair.c26 struct nvmf_qpair *qp; member
47 nvmf_allocate_request(struct nvmf_host_qpair *qp, void *sqe, in nvmf_allocate_request()
110 nvmf_dispatch_command(struct nvmf_host_qpair *qp, struct nvmf_host_command *cmd) in nvmf_dispatch_command()
141 struct nvmf_host_qpair *qp = arg; in nvmf_qp_error() local
154 struct nvmf_host_qpair *qp = arg; in nvmf_receive_capsule() local
229 struct nvmf_host_qpair *qp; in nvmf_init_qp() local
275 nvmf_shutdown_qp(struct nvmf_host_qpair *qp) in nvmf_shutdown_qp()
337 nvmf_destroy_qp(struct nvmf_host_qpair *qp) in nvmf_destroy_qp()
355 struct nvmf_host_qpair *qp; in nvmf_submit_request() local
/freebsd/contrib/nvi/common/
H A Dseq.c38 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 Dccp_hardware.c123 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
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()
1202 ccp_do_hmac_done(struct ccp_queue *qp, struct ccp_session *s, in ccp_do_hmac_done()
1465 ccp_do_blkcipher(struct ccp_queue *qp, struct ccp_session *s, in ccp_do_blkcipher()
1758 ccp_do_gctr(struct ccp_queue *qp, struct ccp_session *s, in ccp_do_gctr()
[all …]
H A Dccp.c140 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/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c87 struct mlx4_ib_qp qp; member
541 struct mlx4_ib_qp *qp, in set_user_sq_size()
631 struct mlx4_ib_qp *qp) in mlx4_ib_free_qp_counter()
651 struct mlx4_ib_qp *qp; in create_qp_common() local
1137 struct mlx4_ib_qp *qp = NULL; in _mlx4_ib_create_qp() local
1525 const struct ib_qp_attr *qp, in mlx4_set_alt_path()
1549 struct mlx4_ib_qp *qp, in handle_eth_ud_smac_index()
1631 struct mlx4_ib_qp *qp = to_mqp(ibqp); in __mlx4_ib_modify_qp() local
2171 struct mlx4_ib_qp *qp = to_mqp(ibqp); in _mlx4_ib_modify_qp() local
2934 struct mlx4_ib_qp *qp = to_mqp(ibqp); in mlx4_ib_post_send() local
[all …]
/freebsd/sys/dev/ntb/
H A Dntb_transport.c108 struct ntb_transport_qp *qp; member
265 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument
597 struct ntb_transport_qp *qp; in ntb_transport_init_queue() local
706 struct ntb_transport_qp *qp; in ntb_transport_create_queue() local
813 struct ntb_transport_qp *qp = entry->qp; in ntb_tx_copy_callback() local
920 struct ntb_transport_qp *qp = arg; in ntb_transport_rxc_db() local
940 ntb_process_rxc(struct ntb_transport_qp *qp) in ntb_process_rxc()
1090 struct ntb_transport_qp *qp; in ntb_transport_doorbell_callback() local
1135 struct ntb_transport_qp *qp; in ntb_transport_link_work() local
1378 struct ntb_transport_qp *qp = arg; in ntb_qp_link_work() local
[all …]
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c61 static void *get_recv_wqe(struct mlx5_qp *qp, int n) in get_recv_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()
421 static void set_umr_data_seg(struct mlx5_qp *qp, enum ibv_mw_type type, in set_umr_data_seg()
441 static void set_umr_mkey_seg(struct mlx5_qp *qp, enum ibv_mw_type type, in set_umr_mkey_seg()
563 void *qend, struct mlx5_qp *qp, int *size) in set_tso_eth_seg()
616 struct mlx5_qp *qp = to_mqp(ibqp); in _mlx5_post_send() local
990 int mlx5_bind_mw(struct ibv_qp *qp, struct ibv_mw *mw, in mlx5_bind_mw()
[all …]
/freebsd/sys/dev/irdma/
H A Dirdma_uk.c92 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()
727 irdma_uk_inline_rdma_write(struct irdma_qp_uk *qp, in irdma_uk_inline_rdma_write()
798 irdma_uk_inline_send(struct irdma_qp_uk *qp, in irdma_uk_inline_send()
872 irdma_uk_stag_local_invalidate(struct irdma_qp_uk *qp, in irdma_uk_stag_local_invalidate()
922 irdma_uk_post_receive(struct irdma_qp_uk *qp, in irdma_uk_post_receive()
1099 struct irdma_qp_uk *qp, in irdma_detect_unsignaled_cmpls()
1153 struct irdma_qp_uk *qp; in irdma_uk_cq_poll_cmpl() local
[all …]
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c41 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 Dqlnxr_verbs.c839 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 Dirdma_uk.c92 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()
759 irdma_uk_inline_rdma_write(struct irdma_qp_uk *qp, in irdma_uk_inline_rdma_write()
830 irdma_uk_inline_send(struct irdma_qp_uk *qp, in irdma_uk_inline_send()
904 irdma_uk_stag_local_invalidate(struct irdma_qp_uk *qp, in irdma_uk_stag_local_invalidate()
1006 irdma_uk_post_receive(struct irdma_qp_uk *qp, in irdma_uk_post_receive()
1262 struct irdma_qp_uk *qp; in irdma_uk_cq_poll_cmpl() local
[all …]
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c241 struct mthca_qp *qp; in mthca_qp_event() local
951 struct mthca_qp *qp) in mthca_adjust_qp_caps()
976 struct mthca_qp *qp, in mthca_alloc_wqe_buf()
1068 struct mthca_qp *qp) in mthca_free_wqe_buf()
1077 struct mthca_qp *qp) in mthca_map_memfree()
1108 struct mthca_qp *qp) in mthca_unmap_memfree()
1117 struct mthca_qp *qp) in mthca_alloc_memfree()
1137 struct mthca_qp *qp) in mthca_free_memfree()
1150 struct mthca_qp *qp, in mthca_alloc_qp_common()
1280 struct mthca_qp *qp, in mthca_alloc_qp()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c787 struct ib_qp *qp = context; in __ib_shared_qp_event_handler() local
808 struct ib_qp *qp; in __ib_open_qp() local
833 struct ib_qp *qp, *real_qp; in ib_open_qp() local
879 struct ib_qp *qp; in ib_create_qp() local
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()
1438 int ib_close_qp(struct ib_qp *qp) in ib_close_qp()
1795 struct ib_qp *qp; in ib_dealloc_xrcd() local
2238 void ib_drain_sq(struct ib_qp *qp) in ib_drain_sq()
2267 void ib_drain_rq(struct ib_qp *qp) in ib_drain_rq()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce.c391 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()
1237 struct ecore_rdma_qp *qp, in ecore_roce_destroy_qp()
[all …]
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c58 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 Dmlx5_ib_qp.c375 struct mlx5_ib_qp *qp) in calc_sq_size()
422 struct mlx5_ib_qp *qp, in set_user_buf_size()
921 struct mlx5_ib_qp *qp, in create_kernel_qp()
1327 struct mlx5_ib_qp *qp) in destroy_raw_packet_qp()
2099 struct mlx5_ib_qp *qp; in mlx5_ib_create_qp() local
2719 struct mlx5_ib_qp *qp = to_mqp(ibqp); in __mlx5_ib_modify_qp() local
2961 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_modify_qp() local
3061 struct mlx5_ib_qp *qp, int *size) in set_eth_seg()
3902 struct mlx5_ib_qp *qp; in mlx5_ib_post_send() local
4214 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5_ib_post_recv() local
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c53 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
/freebsd/tools/tools/nvmf/nvmfdd/
H A Dnvmfdd.c87 struct nvmf_qpair *qp; in connect_admin_queue() local
169 shutdown_controller(struct nvmf_qpair *qp) in shutdown_controller()
188 disconnect_queue(struct nvmf_qpair *qp) in disconnect_queue()
194 validate_namespace(struct nvmf_qpair *qp, u_int nsid, u_int *block_size) in validate_namespace()
241 nvmf_io_command(struct nvmf_qpair *qp, u_int nsid, enum rw command, in nvmf_io_command()
294 nvmf_io(struct nvmf_qpair *qp, u_int nsid, u_int block_size, enum rw command, in nvmf_io()

1234567