Home
last modified time | relevance | path

Searched refs:B44_RING_SIZE (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/
H A Db44.h398 #define B44_RING_SIZE 8 macro
399 #define B44_RING_LAST ( B44_RING_SIZE - 1 )
401 #define B44_RX_RING_LEN_BYTES ( sizeof bp->rx[0] * B44_RING_SIZE )
402 #define B44_TX_RING_LEN_BYTES ( sizeof bp->tx[0] * B44_RING_SIZE )
425 struct io_buffer *tx_iobuf[B44_RING_SIZE];
430 struct io_buffer *rx_iobuf[B44_RING_SIZE];
H A Db44.c53 return (index + 1) & (B44_RING_SIZE - 1); in ring_next()
107 return pending & (B44_RING_SIZE - 1); in pending_tx_index()
121 return pending & (B44_RING_SIZE - 1); in pending_rx_index()
435 for (i = 0; i < B44_RING_SIZE; i++) { in b44_free_rx_ring()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Db44.h398 #define B44_RING_SIZE 8 macro
399 #define B44_RING_LAST ( B44_RING_SIZE - 1 )
401 #define B44_RX_RING_LEN_BYTES ( sizeof bp->rx[0] * B44_RING_SIZE )
402 #define B44_TX_RING_LEN_BYTES ( sizeof bp->tx[0] * B44_RING_SIZE )
425 struct io_buffer *tx_iobuf[B44_RING_SIZE];
430 struct io_buffer *rx_iobuf[B44_RING_SIZE];
H A Db44.c53 return (index + 1) & (B44_RING_SIZE - 1); in ring_next()
107 return pending & (B44_RING_SIZE - 1); in pending_tx_index()
121 return pending & (B44_RING_SIZE - 1); in pending_rx_index()
435 for (i = 0; i < B44_RING_SIZE; i++) { in b44_free_rx_ring()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Db44.h398 #define B44_RING_SIZE 8 macro
399 #define B44_RING_LAST ( B44_RING_SIZE - 1 )
401 #define B44_RX_RING_LEN_BYTES ( sizeof bp->rx[0] * B44_RING_SIZE )
402 #define B44_TX_RING_LEN_BYTES ( sizeof bp->tx[0] * B44_RING_SIZE )
425 struct io_buffer *tx_iobuf[B44_RING_SIZE];
430 struct io_buffer *rx_iobuf[B44_RING_SIZE];
H A Db44.c53 return (index + 1) & (B44_RING_SIZE - 1); in ring_next()
107 return pending & (B44_RING_SIZE - 1); in pending_tx_index()
121 return pending & (B44_RING_SIZE - 1); in pending_rx_index()
435 for (i = 0; i < B44_RING_SIZE; i++) { in b44_free_rx_ring()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A Db44.h398 #define B44_RING_SIZE 8 macro
399 #define B44_RING_LAST ( B44_RING_SIZE - 1 )
401 #define B44_RX_RING_LEN_BYTES ( sizeof bp->rx[0] * B44_RING_SIZE )
402 #define B44_TX_RING_LEN_BYTES ( sizeof bp->tx[0] * B44_RING_SIZE )
425 struct io_buffer *tx_iobuf[B44_RING_SIZE];
430 struct io_buffer *rx_iobuf[B44_RING_SIZE];
H A Db44.c53 return (index + 1) & (B44_RING_SIZE - 1); in ring_next()
107 return pending & (B44_RING_SIZE - 1); in pending_tx_index()
121 return pending & (B44_RING_SIZE - 1); in pending_rx_index()
435 for (i = 0; i < B44_RING_SIZE; i++) { in b44_free_rx_ring()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A Db44.h397 #define B44_RING_SIZE 8 macro
398 #define B44_RING_LAST ( B44_RING_SIZE - 1 )
400 #define B44_RX_RING_LEN_BYTES ( sizeof bp->rx[0] * B44_RING_SIZE )
401 #define B44_TX_RING_LEN_BYTES ( sizeof bp->tx[0] * B44_RING_SIZE )
424 struct io_buffer *tx_iobuf[B44_RING_SIZE];
429 struct io_buffer *rx_iobuf[B44_RING_SIZE];
H A Db44.c53 return (index + 1) & (B44_RING_SIZE - 1); in ring_next()
108 return pending & (B44_RING_SIZE - 1); in pending_tx_index()
122 return pending & (B44_RING_SIZE - 1); in pending_rx_index()
429 for (i = 0; i < B44_RING_SIZE; i++) { in b44_free_rx_ring()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A Db44.h398 #define B44_RING_SIZE 8 macro
399 #define B44_RING_LAST ( B44_RING_SIZE - 1 )
401 #define B44_RX_RING_LEN_BYTES ( sizeof bp->rx[0] * B44_RING_SIZE )
402 #define B44_TX_RING_LEN_BYTES ( sizeof bp->tx[0] * B44_RING_SIZE )
425 struct io_buffer *tx_iobuf[B44_RING_SIZE];
430 struct io_buffer *rx_iobuf[B44_RING_SIZE];
H A Db44.c53 return (index + 1) & (B44_RING_SIZE - 1); in ring_next()
107 return pending & (B44_RING_SIZE - 1); in pending_tx_index()
121 return pending & (B44_RING_SIZE - 1); in pending_rx_index()
435 for (i = 0; i < B44_RING_SIZE; i++) { in b44_free_rx_ring()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A Db44.h398 #define B44_RING_SIZE 8 macro
399 #define B44_RING_LAST ( B44_RING_SIZE - 1 )
401 #define B44_RX_RING_LEN_BYTES ( sizeof bp->rx[0] * B44_RING_SIZE )
402 #define B44_TX_RING_LEN_BYTES ( sizeof bp->tx[0] * B44_RING_SIZE )
425 struct io_buffer *tx_iobuf[B44_RING_SIZE];
430 struct io_buffer *rx_iobuf[B44_RING_SIZE];
H A Db44.c53 return (index + 1) & (B44_RING_SIZE - 1); in ring_next()
107 return pending & (B44_RING_SIZE - 1); in pending_tx_index()
121 return pending & (B44_RING_SIZE - 1); in pending_rx_index()
435 for (i = 0; i < B44_RING_SIZE; i++) { in b44_free_rx_ring()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/
H A Db44.h398 #define B44_RING_SIZE 8 macro
399 #define B44_RING_LAST ( B44_RING_SIZE - 1 )
401 #define B44_RX_RING_LEN_BYTES ( sizeof bp->rx[0] * B44_RING_SIZE )
402 #define B44_TX_RING_LEN_BYTES ( sizeof bp->tx[0] * B44_RING_SIZE )
425 struct io_buffer *tx_iobuf[B44_RING_SIZE];
430 struct io_buffer *rx_iobuf[B44_RING_SIZE];
H A Db44.c53 return (index + 1) & (B44_RING_SIZE - 1); in ring_next()
107 return pending & (B44_RING_SIZE - 1); in pending_tx_index()
121 return pending & (B44_RING_SIZE - 1); in pending_rx_index()
435 for (i = 0; i < B44_RING_SIZE; i++) { in b44_free_rx_ring()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/
H A Db44.h398 #define B44_RING_SIZE 8 macro
399 #define B44_RING_LAST ( B44_RING_SIZE - 1 )
401 #define B44_RX_RING_LEN_BYTES ( sizeof bp->rx[0] * B44_RING_SIZE )
402 #define B44_TX_RING_LEN_BYTES ( sizeof bp->tx[0] * B44_RING_SIZE )
425 struct io_buffer *tx_iobuf[B44_RING_SIZE];
430 struct io_buffer *rx_iobuf[B44_RING_SIZE];
H A Db44.c53 return (index + 1) & (B44_RING_SIZE - 1); in ring_next()
107 return pending & (B44_RING_SIZE - 1); in pending_tx_index()
121 return pending & (B44_RING_SIZE - 1); in pending_rx_index()
435 for (i = 0; i < B44_RING_SIZE; i++) { in b44_free_rx_ring()