Searched refs:TX_BUF_SIZE (Results 1 – 8 of 8) sorted by relevance
79 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */ macro172 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
361 #define TX_BUF_SIZE 1536 macro
69 #define TX_BUF_SIZE 1536 macro208 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
66 static unsigned char txb[TX_BUF_SIZE];
30 #define TX_BUF_SIZE 1536 macro
90 #ifndef TX_BUF_SIZE91 #define TX_BUF_SIZE 64 macro95 #define TX_RING_SIZE TX_BUF_SIZE97 #define TX_RING_SIZE (TX_BUF_SIZE * 4)2180 gcp->gc_tx_buf_size = TX_BUF_SIZE; in sfeattach()
98 #define TX_BUF_SIZE 2048 macro
1099 TX_COALESC_SIZE, TX_BUF_SIZE) == B_FALSE) { in amd8111s_allocate_buffers()