Home
last modified time | relevance | path

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

/freebsd/sys/dev/al_eth/
H A Dal_eth.h104 struct al_eth_ring { struct
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.c985 struct al_eth_ring *ring = &adapter->tx_ring[i]; in al_eth_init_rings()
1000 struct al_eth_ring *ring = &adapter->rx_ring[i]; in al_eth_init_rings()
1041 struct al_eth_ring *rx_ring, in al_eth_alloc_rx_buf()
1088 struct al_eth_ring *rx_ring = &adapter->rx_ring[qid]; in al_eth_refill_rx_bufs()
1144 al_eth_tx_do_cleanup(struct al_eth_ring *tx_ring) in al_eth_tx_do_cleanup()
1192 al_eth_tx_csum(struct al_eth_ring *tx_ring, struct al_eth_tx_buffer *tx_info, in al_eth_tx_csum()
1290 al_eth_xmit_mbuf(struct al_eth_ring *tx_ring, struct mbuf *m) in al_eth_xmit_mbuf()
1410 struct al_eth_ring *tx_ring = arg; in al_eth_tx_cmpl_work()
1430 struct al_eth_ring *tx_ring = arg; in al_eth_tx_cmlp_irq_filter()
1451 struct al_eth_ring *rx_ring = arg; in al_eth_rx_recv_irq_filter()
[all …]