Home
last modified time | relevance | path

Searched refs:tx_buffers (Results 1 – 25 of 60) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/smsc/
H A Dsmsc9420.c51 struct smsc9420_ring_info *tx_buffers; member
492 if (!pd->tx_buffers) in smsc9420_free_tx_ring()
513 kfree(pd->tx_buffers); in smsc9420_free_tx_ring()
514 pd->tx_buffers = NULL; in smsc9420_free_tx_ring()
907 pd->tx_buffers[index].mapping, in smsc9420_complete_tx()
913 pd->tx_buffers[index].skb = NULL; in smsc9420_complete_tx()
947 pd->tx_buffers[index].skb = skb; in smsc9420_hard_start_xmit()
1183 if (!pd->tx_buffers) in smsc9420_alloc_tx_ring()
1188 pd->tx_buffers[i].skb = NULL; in smsc9420_alloc_tx_ring()
1189 pd->tx_buffers[i].mapping = 0; in smsc9420_alloc_tx_ring()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/smsc/
H A Dsmsc9420.c51 struct smsc9420_ring_info *tx_buffers; member
492 if (!pd->tx_buffers) in smsc9420_free_tx_ring()
513 kfree(pd->tx_buffers); in smsc9420_free_tx_ring()
514 pd->tx_buffers = NULL; in smsc9420_free_tx_ring()
907 pd->tx_buffers[index].mapping, in smsc9420_complete_tx()
913 pd->tx_buffers[index].skb = NULL; in smsc9420_complete_tx()
947 pd->tx_buffers[index].skb = skb; in smsc9420_hard_start_xmit()
1183 if (!pd->tx_buffers) in smsc9420_alloc_tx_ring()
1188 pd->tx_buffers[i].skb = NULL; in smsc9420_alloc_tx_ring()
1189 pd->tx_buffers[i].mapping = 0; in smsc9420_alloc_tx_ring()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/smsc/
H A Dsmsc9420.c51 struct smsc9420_ring_info *tx_buffers; member
492 if (!pd->tx_buffers) in smsc9420_free_tx_ring()
513 kfree(pd->tx_buffers); in smsc9420_free_tx_ring()
514 pd->tx_buffers = NULL; in smsc9420_free_tx_ring()
907 pd->tx_buffers[index].mapping, in smsc9420_complete_tx()
913 pd->tx_buffers[index].skb = NULL; in smsc9420_complete_tx()
947 pd->tx_buffers[index].skb = skb; in smsc9420_hard_start_xmit()
1183 if (!pd->tx_buffers) in smsc9420_alloc_tx_ring()
1188 pd->tx_buffers[i].skb = NULL; in smsc9420_alloc_tx_ring()
1189 pd->tx_buffers[i].mapping = 0; in smsc9420_alloc_tx_ring()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c644 tp->tx_buffers[i].skb = NULL; in tulip_init_ring()
645 tp->tx_buffers[i].mapping = 0; in tulip_init_ring()
666 tp->tx_buffers[entry].skb = skb; in tulip_start_xmit()
727 tp->tx_buffers[entry].mapping, in tulip_clean_tx_ring()
728 tp->tx_buffers[entry].skb->len, in tulip_clean_tx_ring()
733 tp->tx_buffers[entry].skb = NULL; in tulip_clean_tx_ring()
734 tp->tx_buffers[entry].mapping = 0; in tulip_clean_tx_ring()
814 tp->tx_buffers[i].skb = NULL; in tulip_free_ring()
815 tp->tx_buffers[i].mapping = 0; in tulip_free_ring()
1152 tp->tx_buffers[entry].skb = NULL; in set_rx_mode()
[all …]
H A Dinterrupt.c604 if (tp->tx_buffers[entry].skb == NULL) { in tulip_interrupt()
606 if (tp->tx_buffers[entry].mapping) in tulip_interrupt()
608 tp->tx_buffers[entry].mapping, in tulip_interrupt()
634 tp->tx_buffers[entry].skb->len; in tulip_interrupt()
640 tp->tx_buffers[entry].mapping, in tulip_interrupt()
641 tp->tx_buffers[entry].skb->len, in tulip_interrupt()
645 dev_kfree_skb_irq(tp->tx_buffers[entry].skb); in tulip_interrupt()
646 tp->tx_buffers[entry].skb = NULL; in tulip_interrupt()
647 tp->tx_buffers[entry].mapping = 0; in tulip_interrupt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c644 tp->tx_buffers[i].skb = NULL; in tulip_init_ring()
645 tp->tx_buffers[i].mapping = 0; in tulip_init_ring()
666 tp->tx_buffers[entry].skb = skb; in tulip_start_xmit()
727 tp->tx_buffers[entry].mapping, in tulip_clean_tx_ring()
728 tp->tx_buffers[entry].skb->len, in tulip_clean_tx_ring()
733 tp->tx_buffers[entry].skb = NULL; in tulip_clean_tx_ring()
734 tp->tx_buffers[entry].mapping = 0; in tulip_clean_tx_ring()
814 tp->tx_buffers[i].skb = NULL; in tulip_free_ring()
815 tp->tx_buffers[i].mapping = 0; in tulip_free_ring()
1152 tp->tx_buffers[entry].skb = NULL; in set_rx_mode()
[all …]
H A Dinterrupt.c604 if (tp->tx_buffers[entry].skb == NULL) { in tulip_interrupt()
606 if (tp->tx_buffers[entry].mapping) in tulip_interrupt()
608 tp->tx_buffers[entry].mapping, in tulip_interrupt()
634 tp->tx_buffers[entry].skb->len; in tulip_interrupt()
640 tp->tx_buffers[entry].mapping, in tulip_interrupt()
641 tp->tx_buffers[entry].skb->len, in tulip_interrupt()
645 dev_kfree_skb_irq(tp->tx_buffers[entry].skb); in tulip_interrupt()
646 tp->tx_buffers[entry].skb = NULL; in tulip_interrupt()
647 tp->tx_buffers[entry].mapping = 0; in tulip_interrupt()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c644 tp->tx_buffers[i].skb = NULL; in tulip_init_ring()
645 tp->tx_buffers[i].mapping = 0; in tulip_init_ring()
666 tp->tx_buffers[entry].skb = skb; in tulip_start_xmit()
727 tp->tx_buffers[entry].mapping, in tulip_clean_tx_ring()
728 tp->tx_buffers[entry].skb->len, in tulip_clean_tx_ring()
733 tp->tx_buffers[entry].skb = NULL; in tulip_clean_tx_ring()
734 tp->tx_buffers[entry].mapping = 0; in tulip_clean_tx_ring()
814 tp->tx_buffers[i].skb = NULL; in tulip_free_ring()
815 tp->tx_buffers[i].mapping = 0; in tulip_free_ring()
1152 tp->tx_buffers[entry].skb = NULL; in set_rx_mode()
[all …]
H A Dinterrupt.c604 if (tp->tx_buffers[entry].skb == NULL) { in tulip_interrupt()
606 if (tp->tx_buffers[entry].mapping) in tulip_interrupt()
608 tp->tx_buffers[entry].mapping, in tulip_interrupt()
634 tp->tx_buffers[entry].skb->len; in tulip_interrupt()
640 tp->tx_buffers[entry].mapping, in tulip_interrupt()
641 tp->tx_buffers[entry].skb->len, in tulip_interrupt()
645 dev_kfree_skb_irq(tp->tx_buffers[entry].skb); in tulip_interrupt()
646 tp->tx_buffers[entry].skb = NULL; in tulip_interrupt()
647 tp->tx_buffers[entry].mapping = 0; in tulip_interrupt()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/tg3/
H A Dtg3.c62 free(tp->tx_buffers); in tg3_free_consistent()
63 tp->tx_buffers = NULL; in tg3_free_consistent()
108 tp->tx_buffers = zalloc(sizeof(struct ring_info) * TG3_TX_RING_SIZE); in tg3_alloc_consistent()
109 if (!tp->tx_buffers) in tg3_alloc_consistent()
317 tp->tx_buffers[entry].iob = iob; in tg3_transmit()
341 struct io_buffer *iob = tp->tx_buffers[sw_idx].iob; in tg3_tx_complete()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/tg3/
H A Dtg3.c62 free(tp->tx_buffers); in tg3_free_consistent()
63 tp->tx_buffers = NULL; in tg3_free_consistent()
108 tp->tx_buffers = zalloc(sizeof(struct ring_info) * TG3_TX_RING_SIZE); in tg3_alloc_consistent()
109 if (!tp->tx_buffers) in tg3_alloc_consistent()
317 tp->tx_buffers[entry].iob = iob; in tg3_transmit()
341 struct io_buffer *iob = tp->tx_buffers[sw_idx].iob; in tg3_tx_complete()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/tg3/
H A Dtg3.c62 free(tp->tx_buffers); in tg3_free_consistent()
63 tp->tx_buffers = NULL; in tg3_free_consistent()
108 tp->tx_buffers = zalloc(sizeof(struct ring_info) * TG3_TX_RING_SIZE); in tg3_alloc_consistent()
109 if (!tp->tx_buffers) in tg3_alloc_consistent()
317 tp->tx_buffers[entry].iob = iob; in tg3_transmit()
341 struct io_buffer *iob = tp->tx_buffers[sw_idx].iob; in tg3_tx_complete()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/tg3/
H A Dtg3.c62 free(tp->tx_buffers); in tg3_free_consistent()
63 tp->tx_buffers = NULL; in tg3_free_consistent()
108 tp->tx_buffers = zalloc(sizeof(struct ring_info) * TG3_TX_RING_SIZE); in tg3_alloc_consistent()
109 if (!tp->tx_buffers) in tg3_alloc_consistent()
317 tp->tx_buffers[entry].iob = iob; in tg3_transmit()
341 struct io_buffer *iob = tp->tx_buffers[sw_idx].iob; in tg3_tx_complete()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/tg3/
H A Dtg3.c62 free(tp->tx_buffers); in tg3_free_consistent()
63 tp->tx_buffers = NULL; in tg3_free_consistent()
108 tp->tx_buffers = zalloc(sizeof(struct ring_info) * TG3_TX_RING_SIZE); in tg3_alloc_consistent()
109 if (!tp->tx_buffers) in tg3_alloc_consistent()
317 tp->tx_buffers[entry].iob = iob; in tg3_transmit()
341 struct io_buffer *iob = tp->tx_buffers[sw_idx].iob; in tg3_tx_complete()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/tg3/
H A Dtg3.c62 free(tp->tx_buffers); in tg3_free_consistent()
63 tp->tx_buffers = NULL; in tg3_free_consistent()
108 tp->tx_buffers = zalloc(sizeof(struct ring_info) * TG3_TX_RING_SIZE); in tg3_alloc_consistent()
109 if (!tp->tx_buffers) in tg3_alloc_consistent()
317 tp->tx_buffers[entry].iob = iob; in tg3_transmit()
341 struct io_buffer *iob = tp->tx_buffers[sw_idx].iob; in tg3_tx_complete()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/tg3/
H A Dtg3.c62 free(tp->tx_buffers); in tg3_free_consistent()
63 tp->tx_buffers = NULL; in tg3_free_consistent()
108 tp->tx_buffers = zalloc(sizeof(struct ring_info) * TG3_TX_RING_SIZE); in tg3_alloc_consistent()
109 if (!tp->tx_buffers) in tg3_alloc_consistent()
317 tp->tx_buffers[entry].iob = iob; in tg3_transmit()
341 struct io_buffer *iob = tp->tx_buffers[sw_idx].iob; in tg3_tx_complete()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/tg3/
H A Dtg3.c62 free(tp->tx_buffers); in tg3_free_consistent()
63 tp->tx_buffers = NULL; in tg3_free_consistent()
108 tp->tx_buffers = zalloc(sizeof(struct ring_info) * TG3_TX_RING_SIZE); in tg3_alloc_consistent()
109 if (!tp->tx_buffers) in tg3_alloc_consistent()
317 tp->tx_buffers[entry].iob = iob; in tg3_transmit()
341 struct io_buffer *iob = tp->tx_buffers[sw_idx].iob; in tg3_tx_complete()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/admtek/
H A Dadm8211.c320 info = &priv->tx_buffers[entry]; in adm8211_interrupt_tci()
1467 tx_info = &priv->tx_buffers[i]; in adm8211_init_rings()
1499 if (!priv->tx_buffers[i].skb) in adm8211_free_rings()
1503 priv->tx_buffers[i].mapping, in adm8211_free_rings()
1504 priv->tx_buffers[i].skb->len, DMA_TO_DEVICE); in adm8211_free_rings()
1506 dev_kfree_skb(priv->tx_buffers[i].skb); in adm8211_free_rings()
1648 priv->tx_buffers[entry].skb = skb; in adm8211_tx_raw()
1649 priv->tx_buffers[entry].mapping = mapping; in adm8211_tx_raw()
1650 priv->tx_buffers[entry].hdrlen = hdrlen; in adm8211_tx_raw()
1738 priv->tx_buffers = (void *)priv->rx_buffers + in adm8211_alloc_rings()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/admtek/
H A Dadm8211.c320 info = &priv->tx_buffers[entry]; in adm8211_interrupt_tci()
1467 tx_info = &priv->tx_buffers[i]; in adm8211_init_rings()
1499 if (!priv->tx_buffers[i].skb) in adm8211_free_rings()
1503 priv->tx_buffers[i].mapping, in adm8211_free_rings()
1504 priv->tx_buffers[i].skb->len, DMA_TO_DEVICE); in adm8211_free_rings()
1506 dev_kfree_skb(priv->tx_buffers[i].skb); in adm8211_free_rings()
1648 priv->tx_buffers[entry].skb = skb; in adm8211_tx_raw()
1649 priv->tx_buffers[entry].mapping = mapping; in adm8211_tx_raw()
1650 priv->tx_buffers[entry].hdrlen = hdrlen; in adm8211_tx_raw()
1738 priv->tx_buffers = (void *)priv->rx_buffers + in adm8211_alloc_rings()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/admtek/
H A Dadm8211.c320 info = &priv->tx_buffers[entry]; in adm8211_interrupt_tci()
1467 tx_info = &priv->tx_buffers[i]; in adm8211_init_rings()
1499 if (!priv->tx_buffers[i].skb) in adm8211_free_rings()
1503 priv->tx_buffers[i].mapping, in adm8211_free_rings()
1504 priv->tx_buffers[i].skb->len, DMA_TO_DEVICE); in adm8211_free_rings()
1506 dev_kfree_skb(priv->tx_buffers[i].skb); in adm8211_free_rings()
1648 priv->tx_buffers[entry].skb = skb; in adm8211_tx_raw()
1649 priv->tx_buffers[entry].mapping = mapping; in adm8211_tx_raw()
1650 priv->tx_buffers[entry].hdrlen = hdrlen; in adm8211_tx_raw()
1738 priv->tx_buffers = (void *)priv->rx_buffers + in adm8211_alloc_rings()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/ixgbe/
H A Dixv.c1293 txbuf = &txr->tx_buffers[first]; in ixv_xmit()
1360 txbuf = &txr->tx_buffers[i]; in ixv_xmit()
2277 if (!(txr->tx_buffers = in ixv_allocate_transmit_buffers()
2286 txbuf = txr->tx_buffers; in ixv_allocate_transmit_buffers()
2323 txbuf = txr->tx_buffers; in ixv_setup_transmit_ring()
2442 if (txr->tx_buffers == NULL) in ixv_free_transmit_buffers()
2445 tx_buffer = txr->tx_buffers; in ixv_free_transmit_buffers()
2469 if (txr->tx_buffers != NULL) { in ixv_free_transmit_buffers()
2470 free(txr->tx_buffers, M_DEVBUF); in ixv_free_transmit_buffers()
2471 txr->tx_buffers = NULL; in ixv_free_transmit_buffers()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/broadcom/
H A Db44.c622 struct ring_info *rp = &bp->tx_buffers[cons]; in b44_tx()
1015 bp->tx_buffers[entry].skb = skb; in b44_start_xmit()
1016 bp->tx_buffers[entry].mapping = mapping; in b44_start_xmit()
1107 rp = &bp->tx_buffers[i]; in b44_free_rings()
1155 kfree(bp->tx_buffers); in b44_free_consistent()
1156 bp->tx_buffers = NULL; in b44_free_consistent()
1195 bp->tx_buffers = kzalloc(size, gfp); in b44_alloc_consistent()
1196 if (!bp->tx_buffers) in b44_alloc_consistent()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/broadcom/
H A Db44.c622 struct ring_info *rp = &bp->tx_buffers[cons]; in b44_tx()
1015 bp->tx_buffers[entry].skb = skb; in b44_start_xmit()
1016 bp->tx_buffers[entry].mapping = mapping; in b44_start_xmit()
1107 rp = &bp->tx_buffers[i]; in b44_free_rings()
1155 kfree(bp->tx_buffers); in b44_free_consistent()
1156 bp->tx_buffers = NULL; in b44_free_consistent()
1195 bp->tx_buffers = kzalloc(size, gfp); in b44_alloc_consistent()
1196 if (!bp->tx_buffers) in b44_alloc_consistent()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/broadcom/
H A Db44.c622 struct ring_info *rp = &bp->tx_buffers[cons]; in b44_tx()
1015 bp->tx_buffers[entry].skb = skb; in b44_start_xmit()
1016 bp->tx_buffers[entry].mapping = mapping; in b44_start_xmit()
1107 rp = &bp->tx_buffers[i]; in b44_free_rings()
1155 kfree(bp->tx_buffers); in b44_free_consistent()
1156 bp->tx_buffers = NULL; in b44_free_consistent()
1195 bp->tx_buffers = kzalloc(size, gfp); in b44_alloc_consistent()
1196 if (!bp->tx_buffers) in b44_alloc_consistent()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c4432 if (!priv->tx_buffers) { in ipw2100_tx_allocate()
4449 priv->tx_buffers[i].type = DATA; in ipw2100_tx_allocate()
4450 priv->tx_buffers[i].info.d_struct.data = in ipw2100_tx_allocate()
4462 priv->tx_buffers[j].info.d_struct.data, in ipw2100_tx_allocate()
4466 kfree(priv->tx_buffers); in ipw2100_tx_allocate()
4467 priv->tx_buffers = NULL; in ipw2100_tx_allocate()
4495 if (priv->tx_buffers[i].info.d_struct.txb) { in ipw2100_tx_initialize()
4530 if (!priv->tx_buffers) in ipw2100_tx_free()
4539 if (priv->tx_buffers[i].info.d_struct.data) in ipw2100_tx_free()
4546 kfree(priv->tx_buffers); in ipw2100_tx_free()
[all …]

123