OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TX_BUF_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/grub/netboot/
natsemi.c
70
#define
TX_BUF_SIZE
1536
212
#define txb ((char *)0x10000 -
TX_BUF_SIZE
)
213
#define rxb ((char *)0x10000 - NUM_RX_DESC*RX_BUF_SIZE -
TX_BUF_SIZE
)
215
static unsigned char txb[
TX_BUF_SIZE
] __attribute__ ((aligned(4)));
sis900.c
64
#define txb ((char *)0x10000 -
TX_BUF_SIZE
)
65
#define rxb ((char *)0x10000 - NUM_RX_DESC*RX_BUF_SIZE -
TX_BUF_SIZE
)
67
static unsigned char txb[
TX_BUF_SIZE
];
rtl8139.c
78
#define
TX_BUF_SIZE
ETH_FRAME_LEN /* FCS is added by the chip */
162
static unsigned char tx_buffer[
TX_BUF_SIZE
] __attribute__((aligned(4)));
sis900.h
344
#define
TX_BUF_SIZE
1536
i82586.c
157
#define
TX_BUF_SIZE
(1518+14+20+16) /* packet+header+TBD */
via-rhine.c
30
#define
TX_BUF_SIZE
1536
451
unsigned long
tx_buf_size
:11;
member in struct:rhine_tx_desc::VTC_tx_ctrl_tag::__anon5676
1155
tp->tx_ring[entry].tx_ctrl.bits.
tx_buf_size
= ETH_HLEN + s;
Completed in 32 milliseconds