Home
last modified time | relevance | path

Searched refs:eob (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.c273 } while (start != (volatile uint32_t *)sq->eob); in mlx4_txq_stamp_freed_wqe()
577 if ((volatile uint8_t *)dseg >= sq->eob) in mlx4_tx_burst_fill_tso_dsegs()
637 if (thdr.to >= sq->eob) in mlx4_tx_burst_fill_tso_hdr()
654 if (thdr.to >= sq->eob) in mlx4_tx_burst_fill_tso_hdr()
700 if ((uintptr_t)dseg >= (uintptr_t)sq->eob) in mlx4_tx_burst_tso()
776 (volatile struct mlx4_wqe_data_seg *)sq->eob) in mlx4_tx_burst_segs()
976 if ((volatile uint8_t *)ctrl_next >= sq->eob) { in mlx4_tx_burst()
H A Dmlx4_prm.h74 volatile uint8_t *eob; /**< End of SQ buffer */ member
H A Dmlx4_txq.c217 sq->eob = sq->buf + sq->size; in mlx4_txq_fill_dv_obj_info()