Home
last modified time | relevance | path

Searched refs:TX_BUF_SIZE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c79 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */ macro
172 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
H A Dnatsemi.c69 #define TX_BUF_SIZE 1536 macro
208 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
H A Dsis900.h361 #define TX_BUF_SIZE 1536 macro
H A Dsis900.c66 static unsigned char txb[TX_BUF_SIZE];
H A Dvia-rhine.c30 #define TX_BUF_SIZE 1536 macro
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c86 #ifndef TX_BUF_SIZE
87 #define TX_BUF_SIZE 64 macro
91 #define TX_RING_SIZE TX_BUF_SIZE
93 #define TX_RING_SIZE (TX_BUF_SIZE * 4)
2097 gcp->gc_tx_buf_size = TX_BUF_SIZE; in sfeattach()
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.h96 #define TX_BUF_SIZE 2048 macro
H A Damd8111s_main.c1098 TX_COALESC_SIZE, TX_BUF_SIZE) == B_FALSE) { in amd8111s_allocate_buffers()