Home
last modified time | relevance | path

Searched refs:ntb_desc (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/raw/ntb/
H A Dntb.h123 struct ntb_desc { struct
141 struct ntb_desc *rx_desc_ring; argument
167 volatile struct ntb_desc *tx_desc_ring;
190 struct ntb_desc desc_ring[] __rte_cache_aligned;
H A Dntb.c530 rxq->rx_desc_ring = (struct ntb_desc *) in ntb_queue_init()
556 txq->tx_desc_ring = (volatile struct ntb_desc *) in ntb_queue_init()
610 volatile struct ntb_desc *tx_item; in ntb_enqueue_bufs()
723 struct ntb_desc rx_desc[NTB_MAX_DESC_SIZE]; in ntb_dequeue_bufs()
806 sizeof(struct ntb_desc) * nb1); in ntb_dequeue_bufs()
808 sizeof(struct ntb_desc) * nb2); in ntb_dequeue_bufs()
850 hw->queue_size * sizeof(struct ntb_desc) + in ntb_dev_info_get()