Searched defs:sges_n (Results 1 – 6 of 6) sorted by relevance
500 const uint32_t sges_n = 1 << rxq->sges_n; in mlx4_rxq_attach() local838 uint32_t sges_n; in mlx4_rx_queue_setup() local
48 uint16_t sges_n; /**< Number of segments per packet (log2 value). */ member
1224 const uint16_t sges_n = rxq->sges_n; in mlx4_rx_burst() local
206 const unsigned int sges_n = 1 << rxq_ctrl->rxq.sges_n; in rxq_alloc_elts_sprq() local1568 unsigned int sges_n; in mlx5_rxq_new() local
466 const unsigned int sges_n = (1 << rxq->sges_n); in rx_queue_count() local1392 const unsigned int sges_n = rxq->sges_n; in mlx5_rx_burst() local
117 unsigned int sges_n:3; /* Log 2 of SGEs (max buffers per packet). */ member