/openbmc/linux/include/linux/mfd/ |
H A D | ipaq-micro.h | 13 #define TX_BUF_SIZE 32 macro 52 u8 buf[TX_BUF_SIZE]; 86 u8 tx_data[TX_BUF_SIZE];
|
/openbmc/u-boot/drivers/net/ |
H A D | ax88180.h | 98 #define TX_BUF_SIZE 0x0F00 macro 101 #define CMD_BASE (TX_BASE + TX_BUF_SIZE) 107 #define TX_BUF_SIZE 0x7C00 macro 111 #define CMD_BASE (TX_BASE + TX_BUF_SIZE)
|
H A D | bcm-sf2-eth.h | 15 #define TX_BUF_SIZE 2048 macro
|
H A D | rtl8139.c | 90 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */ macro 177 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
|
H A D | ns8382x.c | 64 #define TX_BUF_SIZE 1536 macro 245 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(8)));
|
H A D | natsemi.c | 66 #define TX_BUF_SIZE 1536 macro 221 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
|
H A D | ks8851_mll.c | 20 #define TX_BUF_SIZE 2000 macro
|
H A D | bcm-sf2-eth-gmac.c | 31 #define TX_BUF_SIZE_ALIGNED ALIGN(TX_BUF_SIZE, ARCH_DMA_MINALIGN)
|
/openbmc/linux/drivers/net/ethernet/moxa/ |
H A D | moxart_ether.h | 60 #define TX_BUF_SIZE 1600 macro 324 #if TX_BUF_SIZE >= TX_BUF_SIZE_MAX
|
H A D | moxart_ether.c | 354 len = skb->len > TX_BUF_SIZE ? TX_BUF_SIZE : skb->len; in moxart_mac_start_xmit() 495 priv->tx_buf_size = TX_BUF_SIZE; in moxart_mac_probe()
|
/openbmc/linux/drivers/staging/gdm724x/ |
H A D | gdm_usb.h | 20 #define TX_BUF_SIZE (1024 * 32) macro
|
H A D | gdm_usb.c | 675 t = alloc_tx_struct(TX_BUF_SIZE); in do_tx()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | cpm_uart.h | 37 #define TX_BUF_SIZE 32 macro
|
H A D | ucc_uart.c | 83 #define TX_BUF_SIZE 32 macro 1414 qe_port->tx_fifosize = TX_BUF_SIZE; in ucc_uart_probe()
|
H A D | cpm_uart.c | 1316 pinfo->tx_fifosize = TX_BUF_SIZE; in cpm_uart_init_port()
|
/openbmc/linux/drivers/net/ethernet/silan/ |
H A D | sc92031.c | 68 #define TX_BUF_SIZE MAX_ETH_FRAME_SIZE macro 69 #define TX_BUF_TOT_LEN (TX_BUF_SIZE * NUM_TX_DESC) 941 if (unlikely(skb->len > TX_BUF_SIZE)) { in sc92031_start_xmit() 957 skb_copy_and_csum_dev(skb, priv->tx_bufs + entry * TX_BUF_SIZE); in sc92031_start_xmit() 961 memset(priv->tx_bufs + entry * TX_BUF_SIZE + len, in sc92031_start_xmit() 975 iowrite32(priv->tx_bufs_dma_addr + entry * TX_BUF_SIZE, in sc92031_start_xmit()
|
/openbmc/linux/drivers/net/ethernet/sis/ |
H A D | sis900.h | 320 #define TX_BUF_SIZE (MAX_FRAME_SIZE+18) macro
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 193 #define TX_BUF_SIZE MAX_ETH_FRAME_SIZE macro 194 #define TX_BUF_TOT_LEN (TX_BUF_SIZE * NUM_TX_DESC) 1458 tp->tx_buf[i] = &tp->tx_bufs[i * TX_BUF_SIZE]; in rtl8139_init_ring() 1728 if (likely(len < TX_BUF_SIZE)) { in rtl8139_start_xmit()
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | rayctl.h | 256 #define TX_BUF_SIZE (2048 - sizeof(struct tx_msg)) macro
|
H A D | ray_cs.c | 883 if (len + TX_HEADER_LENGTH > TX_BUF_SIZE) { in ray_hw_xmit()
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_bcm7271.c | 187 #define TX_BUF_SIZE 4096 macro
|