OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TX_RING_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/grub/netboot/
epic100.c
14
#define
TX_RING_SIZE
2 /* use at least 2 buffers for TX */
84
static struct epic_tx_desc tx_ring[
TX_RING_SIZE
];
87
#define tx_packet ((char *)0x10000 - PKT_BUF_SZ * RX_RING_SIZE - PKT_BUF_SZ *
TX_RING_SIZE
)
90
static char tx_packet[PKT_BUF_SZ *
TX_RING_SIZE
];
276
for (i = 0; i <
TX_RING_SIZE
; i++) {
303
entry = cur_tx %
TX_RING_SIZE
;
fa311.c
46
#define
TX_RING_SIZE
1
109
volatile struct netdev_desc tx_ring[
TX_RING_SIZE
] __attribute__ ((aligned (4)));
120
static char tx_packet[PKT_BUF_SZ *
TX_RING_SIZE
] __attribute__ ((aligned (4)));
299
if (dev->cur_tx >=
TX_RING_SIZE
)
411
for (i = 0; i <
TX_RING_SIZE
; i++) {
417
for (i = 0; i <
TX_RING_SIZE
; i++)
w89c840.c
111
#define
TX_RING_SIZE
2
234
struct w840_tx_desc tx_ring[
TX_RING_SIZE
];
266
#define tx_packet ((char *)0x10000 - PKT_BUF_SZ * RX_RING_SIZE - PKT_BUF_SZ *
TX_RING_SIZE
)
269
static char tx_packet[PKT_BUF_SZ *
TX_RING_SIZE
];
508
entry = w840private.cur_tx %
TX_RING_SIZE
;
525
if (entry >=
TX_RING_SIZE
-1) /* Wrap ring */
930
for (i = 0; i <
TX_RING_SIZE
; i++) {
via-rhine.c
412
#define
TX_RING_SIZE
2
554
the list. The ring sizes are set at compile time by RX/
TX_RING_SIZE
.
633
char *tx_buffs[
TX_RING_SIZE
];
643
struct sk_buff *tx_skbuff[
TX_RING_SIZE
];
701
for (i = 0; i <
TX_RING_SIZE
; i++)
1008
#define desc1 (buf2 - (
TX_RING_SIZE
* sizeof (struct rhine_tx_desc) + 32))
1009
#define desc2 (desc1 - (
TX_RING_SIZE
* sizeof (struct rhine_tx_desc) + 32))
1013
static char desc1[
TX_RING_SIZE
* sizeof (struct rhine_tx_desc) + 32];
1014
static char desc2[
TX_RING_SIZE
* sizeof (struct rhine_tx_desc) + 32];
1055
for (i = 0; i <
TX_RING_SIZE
; i++
[
all
...]
tulip.c
386
#define
TX_RING_SIZE
2
387
static struct tulip_tx_desc tx_ring[
TX_RING_SIZE
] __attribute__ ((aligned(4)));
[
all
...]
Completed in 489 milliseconds