Searched defs:dseg (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_tx.c | 253 mlx4_en_store_inline_lso_data(volatile struct mlx4_wqe_data_seg *dseg, in mlx4_en_store_inline_lso_data() 265 mlx4_en_store_inline_lso_header(volatile struct mlx4_wqe_data_seg *dseg, in mlx4_en_store_inline_lso_header() 553 mlx4_en_store_inline_data(volatile struct mlx4_wqe_data_seg *dseg, in mlx4_en_store_inline_data() 575 mlx4_en_store_inline_header(volatile struct mlx4_wqe_data_seg *dseg, in mlx4_en_store_inline_header() 639 volatile struct mlx4_wqe_data_seg *dseg; in mlx4_en_xmit() local
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | qp.c | 175 static void set_datagram_seg(struct mlx4_wqe_datagram_seg *dseg, in set_datagram_seg() 185 static void __set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ibv_sge *sg) in __set_data_seg() 192 static void set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ibv_sge *sg) in set_data_seg()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_wqe.h | 116 static __always_inline void mthca_set_data_seg(struct mthca_data_seg *dseg, in mthca_set_data_seg() 124 static __always_inline void mthca_set_data_seg_inval(struct mthca_data_seg *dseg) in mthca_set_data_seg_inval()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_qp.c | 2772 static void set_datagram_seg(struct mlx4_wqe_datagram_seg *dseg, in set_datagram_seg() 2783 struct mlx4_wqe_datagram_seg *dseg, in set_tunnel_datagram_seg() 2844 static void set_mlx_icrc_seg(void *dseg) in set_mlx_icrc_seg() 2864 static void set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ib_sge *sg) in set_data_seg() 2882 static void __set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ib_sge *sg) in __set_data_seg() 2937 struct mlx4_wqe_data_seg *dseg; in mlx4_ib_post_send() local
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | qp.c | 209 static void set_datagram_seg(struct mlx5_wqe_datagram_seg *dseg, in set_datagram_seg() 217 static void set_data_ptr_seg(struct mlx5_wqe_data_seg *dseg, struct ibv_sge *sg, in set_data_ptr_seg() 225 static void set_data_ptr_seg_atomic(struct mlx5_wqe_data_seg *dseg, in set_data_ptr_seg_atomic()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_tx.c | 688 struct mlx5_wqe_data_seg *dseg; mlx5e_sq_xmit() local
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 3112 static void set_datagram_seg(struct mlx5_wqe_datagram_seg *dseg, in set_datagram_seg() 3120 static void set_data_ptr_seg(struct mlx5_wqe_data_seg *dseg, struct ib_sge *sg) in set_data_ptr_seg() 3365 static void set_reg_data_seg(struct mlx5_wqe_data_seg *dseg, in set_reg_data_seg()
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | multiboot2.h | 332 multiboot_uint16_t dseg; member
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsi.c | 1000 struct bus_dma_segment *dseg; in vtscsi_sg_append_scsi_buf() local
|