Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dipaq-micro.h13 #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 Dax88180.h98 #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 Dbcm-sf2-eth.h15 #define TX_BUF_SIZE 2048 macro
H A Drtl8139.c90 #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 Dns8382x.c64 #define TX_BUF_SIZE 1536 macro
245 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(8)));
H A Dnatsemi.c66 #define TX_BUF_SIZE 1536 macro
221 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
H A Dks8851_mll.c20 #define TX_BUF_SIZE 2000 macro
H A Dbcm-sf2-eth-gmac.c31 #define TX_BUF_SIZE_ALIGNED ALIGN(TX_BUF_SIZE, ARCH_DMA_MINALIGN)
/openbmc/linux/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h60 #define TX_BUF_SIZE 1600 macro
324 #if TX_BUF_SIZE >= TX_BUF_SIZE_MAX
H A Dmoxart_ether.c354 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 Dgdm_usb.h20 #define TX_BUF_SIZE (1024 * 32) macro
H A Dgdm_usb.c675 t = alloc_tx_struct(TX_BUF_SIZE); in do_tx()
/openbmc/linux/drivers/tty/serial/
H A Dcpm_uart.h37 #define TX_BUF_SIZE 32 macro
H A Ducc_uart.c83 #define TX_BUF_SIZE 32 macro
1414 qe_port->tx_fifosize = TX_BUF_SIZE; in ucc_uart_probe()
H A Dcpm_uart.c1316 pinfo->tx_fifosize = TX_BUF_SIZE; in cpm_uart_init_port()
/openbmc/linux/drivers/net/ethernet/silan/
H A Dsc92031.c68 #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 Dsis900.h320 #define TX_BUF_SIZE (MAX_FRAME_SIZE+18) macro
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c193 #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 Drayctl.h256 #define TX_BUF_SIZE (2048 - sizeof(struct tx_msg)) macro
H A Dray_cs.c883 if (len + TX_HEADER_LENGTH > TX_BUF_SIZE) { in ray_hw_xmit()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_bcm7271.c187 #define TX_BUF_SIZE 4096 macro