Home
last modified time | relevance | path

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

/freebsd/sys/dev/al_eth/
H A Dal_eth.h45 #define AL_ETH_NUM_QUEUES 4 macro
274 struct al_eth_ring tx_ring[AL_ETH_NUM_QUEUES];
277 struct al_eth_ring rx_ring[AL_ETH_NUM_QUEUES];
H A Dal_eth.c382 adapter->num_tx_queues = AL_ETH_NUM_QUEUES; in al_attach()
383 adapter->num_rx_queues = AL_ETH_NUM_QUEUES; in al_attach()
691 if (queue >= AL_ETH_NUM_QUEUES) in al_eth_set_thash_table_entry()
2972 AL_ETH_NUM_QUEUES); in al_eth_config_rx_fwd()