Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_memory.h44 #define TX_QUEUE_SIZE 512 macro
100 void* m_table[TX_QUEUE_SIZE];
H A Dff_memory.c79 if ( ++h >= TX_QUEUE_SIZE ) \
85 h = TX_QUEUE_SIZE-1;\
H A Dff_dpdk_if.c316 nb_ports * (max_portid + 1) * 2 * nb_tx_queue * TX_QUEUE_SIZE + in init_mem_pool()
364 nb_ports*nb_tx_queue*TX_QUEUE_SIZE + in init_mem_pool()
727 static uint16_t nb_txd = TX_QUEUE_SIZE; in init_port_start()