Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_txq.c295 uint8_t *bounce_buf; in mlx4_tx_queue_setup() local
310 .addr = (void **)&bounce_buf, in mlx4_tx_queue_setup()
378 .bounce_buf = bounce_buf, in mlx4_tx_queue_setup()
H A Dmlx4_rxtx.h113 uint8_t *bounce_buf; member
H A Dmlx4_rxtx.c441 tinfo->pv = (struct pv *)txq->bounce_buf; in mlx4_tx_burst_tso_get_params()
742 struct pv *pv = (struct pv *)txq->bounce_buf; in mlx4_tx_burst_segs()