Searched refs:strd_sz (Results 1 – 3 of 3) sorted by relevance
193 const uint16_t strd_sz = 1 << rxq->strd_sz_n; in rxq_copy_mprq_mbuf_v() local225 strd_cnt = (elts[i]->pkt_len / strd_sz) + in rxq_copy_mprq_mbuf_v()226 ((elts[i]->pkt_len % strd_sz) ? 1 : 0); in rxq_copy_mprq_mbuf_v()
810 const uint16_t strd_sz = 1 << rxq->strd_sz_n; in mprq_buf_to_pkt() local814 len + RTE_PKTMBUF_HEADROOM - strd_cnt * strd_sz; in mprq_buf_to_pkt()815 const uint32_t offset = strd_idx * strd_sz + strd_shift; in mprq_buf_to_pkt()866 uint16_t buf_len = strd_cnt * strd_sz; in mprq_buf_to_pkt()
1647 const uint32_t strd_sz = 1 << rxq->strd_sz_n; in mlx5_rx_burst_mprq() local1685 strd_cnt = (len / strd_sz) + !!(len % strd_sz); in mlx5_rx_burst_mprq()