Symbol: mlx4_wqe_data_seg
sys/dev/mlx4/mlx4_en/en.h
250
#define DS_SIZE sizeof(struct mlx4_wqe_data_seg)
sys/dev/mlx4/mlx4_en/en.h
256
struct mlx4_wqe_data_seg data; /* at least one data segment */
sys/dev/mlx4/mlx4_en/en.h
316
struct mlx4_wqe_data_seg data[MLX4_EN_MAX_RX_SEGS];
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
252
static volatile struct mlx4_wqe_data_seg *
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
253
mlx4_en_store_inline_lso_data(volatile struct mlx4_wqe_data_seg *dseg,
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
265
mlx4_en_store_inline_lso_header(volatile struct mlx4_wqe_data_seg *dseg,
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
552
static volatile struct mlx4_wqe_data_seg *
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
553
mlx4_en_store_inline_data(volatile struct mlx4_wqe_data_seg *dseg,
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
575
mlx4_en_store_inline_header(volatile struct mlx4_wqe_data_seg *dseg,
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
639
volatile struct mlx4_wqe_data_seg *dseg;
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
640
volatile struct mlx4_wqe_data_seg *dseg_inline;
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
808
ds_cnt = (dseg - ((volatile struct mlx4_wqe_data_seg *)tx_desc)) + nr_segs;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2864
static void set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ib_sge *sg)
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2882
static void __set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ib_sge *sg)
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2937
struct mlx4_wqe_data_seg *dseg;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3177
size += wr->num_sge * (sizeof (struct mlx4_wqe_data_seg) / 16);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3185
size += sizeof (struct mlx4_wqe_data_seg) / 16;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3270
struct mlx4_wqe_data_seg *scat;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
377
sizeof (struct mlx4_wqe_data_seg)) +
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
380
sizeof (struct mlx4_wqe_data_seg));
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
406
qp->rq.wqe_shift = ilog2(qp->rq.max_gs * sizeof (struct mlx4_wqe_data_seg));
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
446
s = max(cap->max_send_sge * sizeof (struct mlx4_wqe_data_seg),
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
517
sizeof (struct mlx4_wqe_data_seg);
sys/dev/mlx4/mlx4_ib/mlx4_ib_srq.c
102
sizeof (struct mlx4_wqe_data_seg)));
sys/dev/mlx4/mlx4_ib/mlx4_ib_srq.c
311
struct mlx4_wqe_data_seg *scat;
sys/dev/mlx4/mlx4_ib/mlx4_ib_srq.c
343
scat = (struct mlx4_wqe_data_seg *) (next + 1);
sys/dev/mlx4/mlx4_ib/mlx4_ib_srq.c
81
struct mlx4_wqe_data_seg *scatter;