/kernel/linux/linux-5.10/drivers/net/ethernet/arc/ |
H A D | emac_main.c | 119 struct buffer_state *tx_buff = &priv->tx_buff[*txbd_dirty]; in arc_emac_tx_clean() local 120 struct sk_buff *skb = tx_buff->skb; in arc_emac_tx_clean() 143 dma_unmap_single(&ndev->dev, dma_unmap_addr(tx_buff, addr), in arc_emac_tx_clean() 144 dma_unmap_len(tx_buff, len), DMA_TO_DEVICE); in arc_emac_tx_clean() 151 tx_buff->skb = NULL; in arc_emac_tx_clean() 555 struct buffer_state *tx_buff = &priv->tx_buff[i]; in arc_free_tx_queue() local 557 if (tx_buff->skb) { in arc_free_tx_queue() 559 dma_unmap_addr(tx_buff, add in arc_free_tx_queue() [all...] |
H A D | emac.h | 123 * @tx_buff: Storage for Tx buffers states. 152 struct buffer_state tx_buff[TX_BD_NUM]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/arc/ |
H A D | emac_main.c | 119 struct buffer_state *tx_buff = &priv->tx_buff[*txbd_dirty]; in arc_emac_tx_clean() local 120 struct sk_buff *skb = tx_buff->skb; in arc_emac_tx_clean() 143 dma_unmap_single(&ndev->dev, dma_unmap_addr(tx_buff, addr), in arc_emac_tx_clean() 144 dma_unmap_len(tx_buff, len), DMA_TO_DEVICE); in arc_emac_tx_clean() 151 tx_buff->skb = NULL; in arc_emac_tx_clean() 555 struct buffer_state *tx_buff = &priv->tx_buff[i]; in arc_free_tx_queue() local 557 if (tx_buff->skb) { in arc_free_tx_queue() 559 dma_unmap_addr(tx_buff, add in arc_free_tx_queue() [all...] |
H A D | emac.h | 123 * @tx_buff: Storage for Tx buffers states. 152 struct buffer_state tx_buff[TX_BD_NUM]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | ariadne.c | 90 volatile u_short *tx_buff[TX_RING_SIZE]; member 102 u_short tx_buff[TX_RING_SIZE][PKT_BUF_SIZE / sizeof(u_short)]; member 132 offsetof(struct lancedata, tx_buff[i])); in ariadne_init_ring() 134 offsetof(struct lancedata, tx_buff[i])) | in ariadne_init_ring() 139 priv->tx_buff[i] = lancedata->tx_buff[i]; in ariadne_init_ring() 141 i, &lancedata->tx_ring[i], lancedata->tx_buff[i]); in ariadne_init_ring() 583 memcpyw(priv->tx_buff[entry], (u_short *)skb->data, len); in ariadne_start_xmit() 586 print_hex_dump(KERN_DEBUG, "tx_buff: ", DUMP_PREFIX_OFFSET, 16, 1, in ariadne_start_xmit() 587 (void *)priv->tx_buff[entr in ariadne_start_xmit() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | ariadne.c | 90 volatile u_short *tx_buff[TX_RING_SIZE]; member 102 u_short tx_buff[TX_RING_SIZE][PKT_BUF_SIZE / sizeof(u_short)]; member 132 offsetof(struct lancedata, tx_buff[i])); in ariadne_init_ring() 134 offsetof(struct lancedata, tx_buff[i])) | in ariadne_init_ring() 139 priv->tx_buff[i] = lancedata->tx_buff[i]; in ariadne_init_ring() 141 i, &lancedata->tx_ring[i], lancedata->tx_buff[i]); in ariadne_init_ring() 583 memcpyw(priv->tx_buff[entry], (u_short *)skb->data, len); in ariadne_start_xmit() 586 print_hex_dump(KERN_DEBUG, "tx_buff: ", DUMP_PREFIX_OFFSET, 16, 1, in ariadne_start_xmit() 587 (void *)priv->tx_buff[entr in ariadne_start_xmit() [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | netiucv.c | 161 struct sk_buff *tx_buff; member 724 conn->tx_buff->data = conn->tx_buff->head; in conn_action_txdone() 725 skb_reset_tail_pointer(conn->tx_buff); in conn_action_txdone() 726 conn->tx_buff->len = 0; in conn_action_txdone() 729 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone() 730 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone() 732 skb_put(conn->tx_buff, skb->len), in conn_action_txdone() 744 if (conn->tx_buff->len == 0) { in conn_action_txdone() 750 skb_put_data(conn->tx_buff, in conn_action_txdone() [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | netiucv.c | 143 struct sk_buff *tx_buff; member 702 conn->tx_buff->data = conn->tx_buff->head; in conn_action_txdone() 703 skb_reset_tail_pointer(conn->tx_buff); in conn_action_txdone() 704 conn->tx_buff->len = 0; in conn_action_txdone() 707 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone() 708 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone() 710 skb_put(conn->tx_buff, skb->len), in conn_action_txdone() 722 if (conn->tx_buff->len == 0) { in conn_action_txdone() 728 skb_put_data(conn->tx_buff, in conn_action_txdone() [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-tle62x0.c | 32 unsigned char tx_buff[4]; member 40 unsigned char *buff = st->tx_buff; in tle62x0_write() 59 unsigned char *txbuff = st->tx_buff; in tle62x0_read()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-tle62x0.c | 32 unsigned char tx_buff[4]; member 40 unsigned char *buff = st->tx_buff; in tle62x0_write() 59 unsigned char *txbuff = st->tx_buff; in tle62x0_read()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 636 memset(tx_pool->tx_buff, 0, in reset_one_tx_pool() 684 kfree(tx_pool->tx_buff); in release_one_tx_pool() 715 tx_pool->tx_buff = kcalloc(num_entries, in init_one_tx_pool() 718 if (!tx_pool->tx_buff) in init_one_tx_pool() 1269 struct ibmvnic_tx_buff *tx_buff; in clean_one_tx_pool() local 1273 if (!tx_pool || !tx_pool->tx_buff) in clean_one_tx_pool() 1279 tx_buff = &tx_pool->tx_buff[i]; in clean_one_tx_pool() 1280 if (tx_buff && tx_buff in clean_one_tx_pool() 1540 struct ibmvnic_tx_buff *tx_buff = NULL; ibmvnic_xmit() local [all...] |
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | scc.c | 301 if (scc->tx_buff != NULL) in scc_discard_buffers() 303 dev_kfree_skb_irq(scc->tx_buff); in scc_discard_buffers() 304 scc->tx_buff = NULL; in scc_discard_buffers() 372 skb = scc->tx_buff; in scc_txint() 379 scc->tx_buff = skb; in scc_txint() 392 scc->tx_buff = NULL; in scc_txint() 418 scc->tx_buff = NULL; in scc_txint() 500 if (scc->tx_buff != NULL) in scc_exint() 502 dev_kfree_skb_irq(scc->tx_buff); in scc_exint() 503 scc->tx_buff in scc_exint() [all...] |
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | scc.c | 303 if (scc->tx_buff != NULL) in scc_discard_buffers() 305 dev_kfree_skb_irq(scc->tx_buff); in scc_discard_buffers() 306 scc->tx_buff = NULL; in scc_discard_buffers() 374 skb = scc->tx_buff; in scc_txint() 381 scc->tx_buff = skb; in scc_txint() 394 scc->tx_buff = NULL; in scc_txint() 420 scc->tx_buff = NULL; in scc_txint() 502 if (scc->tx_buff != NULL) in scc_exint() 504 dev_kfree_skb_irq(scc->tx_buff); in scc_exint() 505 scc->tx_buff in scc_exint() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | scc.h | 76 struct sk_buff *tx_buff; /* pointer to frame currently transmitted */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | scc.h | 76 struct sk_buff *tx_buff; /* pointer to frame currently transmitted */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 374 #define ATL1E_SET_PCIMAP_TYPE(tx_buff, type) do { \ 375 ((tx_buff)->flags) &= ~ATL1E_TX_PCIMAP_TYPE_MASK; \ 376 ((tx_buff)->flags) |= (type); \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 374 #define ATL1E_SET_PCIMAP_TYPE(tx_buff, type) do { \ 375 ((tx_buff)->flags) &= ~ATL1E_TX_PCIMAP_TYPE_MASK; \ 376 ((tx_buff)->flags) |= (type); \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 1182 kfree(tx_pool->tx_buff); in release_one_tx_pool() 1222 tx_pool->tx_buff = kcalloc(pool_size, in init_one_tx_pool() 1225 if (!tx_pool->tx_buff) in init_one_tx_pool() 1230 kfree(tx_pool->tx_buff); in init_one_tx_pool() 1231 tx_pool->tx_buff = NULL; in init_one_tx_pool() 2020 struct ibmvnic_tx_buff *tx_buff; in clean_one_tx_pool() local 2024 if (!tx_pool || !tx_pool->tx_buff) in clean_one_tx_pool() 2030 tx_buff = &tx_pool->tx_buff[i]; in clean_one_tx_pool() 2031 if (tx_buff in clean_one_tx_pool() 2298 struct ibmvnic_tx_buff *tx_buff; ibmvnic_tx_scrq_clean_buffer() local 2384 struct ibmvnic_tx_buff *tx_buff = NULL; ibmvnic_xmit() local [all...] |
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp.h | 204 u8 tx_buff[CMX_BUFF_SIZE]; member
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp.h | 204 u8 tx_buff[CMX_BUFF_SIZE]; member
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | serial-u16550.c | 145 unsigned char tx_buff[TX_BUFF_SIZE]; member 181 outb(uart->tx_buff[buff_out], uart->base + UART_TX); in snd_uart16550_buffer_output() 270 * when there is no data in tx_buff[], as in this case there no other 586 uart->tx_buff[buff_in] = byte; in snd_uart16550_write_buffer() 643 /* Interrupts are disabled during the updating of the tx_buff, in snd_uart16550_output_write()
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | serial-u16550.c | 143 unsigned char tx_buff[TX_BUFF_SIZE]; member 179 outb(uart->tx_buff[buff_out], uart->base + UART_TX); in snd_uart16550_buffer_output() 268 * when there is no data in tx_buff[], as in this case there no other 583 uart->tx_buff[buff_in] = byte; in snd_uart16550_write_buffer() 640 /* Interrupts are disabled during the updating of the tx_buff, in snd_uart16550_output_write()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/altera/ |
H A D | altera_tse_main.c | 434 struct tse_buffer *tx_buff; in tse_tx_complete() local 446 tx_buff = &priv->tx_ring[entry]; in tse_tx_complete() 452 if (likely(tx_buff->skb)) in tse_tx_complete() 455 tse_free_tx_buffer(priv, tx_buff); in tse_tx_complete()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | pegasus.h | 96 __u8 tx_buff[PEGASUS_MTU]; member
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | pegasus.h | 96 __u8 tx_buff[PEGASUS_MTU]; member
|