Home
last modified time | relevance | path

Searched refs:tx_buffer (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c653 tx_buffer = &tx_ring->tx_buffer[index]; in atl1e_clean_tx_ring()
654 if (tx_buffer->dma) { in atl1e_clean_tx_ring()
663 tx_buffer->dma = 0; in atl1e_clean_tx_ring()
668 tx_buffer = &tx_ring->tx_buffer[index]; in atl1e_clean_tx_ring()
669 if (tx_buffer->skb) { in atl1e_clean_tx_ring()
1235 tx_buffer = &tx_ring->tx_buffer[next_to_clean]; in atl1e_clean_tx_irq()
1239 tx_buffer->dma, in atl1e_clean_tx_irq()
1247 tx_buffer->dma = 0; in atl1e_clean_tx_irq()
1750 tx_buffer->dma = in atl1e_tx_map()
1763 tx_buffer->dma, in atl1e_tx_map()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c653 tx_buffer = &tx_ring->tx_buffer[index]; in atl1e_clean_tx_ring()
654 if (tx_buffer->dma) { in atl1e_clean_tx_ring()
663 tx_buffer->dma = 0; in atl1e_clean_tx_ring()
668 tx_buffer = &tx_ring->tx_buffer[index]; in atl1e_clean_tx_ring()
669 if (tx_buffer->skb) { in atl1e_clean_tx_ring()
1235 tx_buffer = &tx_ring->tx_buffer[next_to_clean]; in atl1e_clean_tx_irq()
1239 tx_buffer->dma, in atl1e_clean_tx_irq()
1247 tx_buffer->dma = 0; in atl1e_clean_tx_irq()
1750 tx_buffer->dma = in atl1e_tx_map()
1763 tx_buffer->dma, in atl1e_tx_map()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c653 tx_buffer = &tx_ring->tx_buffer[index]; in atl1e_clean_tx_ring()
654 if (tx_buffer->dma) { in atl1e_clean_tx_ring()
663 tx_buffer->dma = 0; in atl1e_clean_tx_ring()
668 tx_buffer = &tx_ring->tx_buffer[index]; in atl1e_clean_tx_ring()
669 if (tx_buffer->skb) { in atl1e_clean_tx_ring()
1235 tx_buffer = &tx_ring->tx_buffer[next_to_clean]; in atl1e_clean_tx_irq()
1239 tx_buffer->dma, in atl1e_clean_tx_irq()
1247 tx_buffer->dma = 0; in atl1e_clean_tx_irq()
1750 tx_buffer->dma = in atl1e_tx_map()
1763 tx_buffer->dma, in atl1e_tx_map()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/xge/tbench/verilog/
H A Dtb_xge_mac.v50 reg [7:0] tx_buffer[0:10000]; register
301 tx_buffer[tx_length] = 0;
355 pkt_tx_data[`LANE7] = tx_buffer[i];
356 pkt_tx_data[`LANE6] = tx_buffer[i+1];
357 pkt_tx_data[`LANE5] = tx_buffer[i+2];
358 pkt_tx_data[`LANE4] = tx_buffer[i+3];
359 pkt_tx_data[`LANE3] = tx_buffer[i+4];
360 pkt_tx_data[`LANE2] = tx_buffer[i+5];
361 pkt_tx_data[`LANE1] = tx_buffer[i+6];
362 pkt_tx_data[`LANE0] = tx_buffer[i+7];
[all …]
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/drivers/
H A DSPI.h144 …int transfer(const Type *tx_buffer, int tx_length, Type *rx_buffer, int rx_length, const event_cal…
146 …return queue_transfer(tx_buffer, tx_length, rx_buffer, rx_length, sizeof(Type)*8, callback, event);
148 start_transfer(tx_buffer, tx_length, rx_buffer, rx_length, sizeof(Type)*8, callback, event);
190 …int transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned char b…
205 …int queue_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned …
219 …void start_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned…
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/drivers/
H A DSPI.h144 …int transfer(const Type *tx_buffer, int tx_length, Type *rx_buffer, int rx_length, const event_cal…
146 …return queue_transfer(tx_buffer, tx_length, rx_buffer, rx_length, sizeof(Type)*8, callback, event);
148 start_transfer(tx_buffer, tx_length, rx_buffer, rx_length, sizeof(Type)*8, callback, event);
190 …int transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned char b…
205 …int queue_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned …
219 …void start_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned…
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/drivers/
H A DSPI.h144 …int transfer(const Type *tx_buffer, int tx_length, Type *rx_buffer, int rx_length, const event_cal…
146 …return queue_transfer(tx_buffer, tx_length, rx_buffer, rx_length, sizeof(Type)*8, callback, event);
148 start_transfer(tx_buffer, tx_length, rx_buffer, rx_length, sizeof(Type)*8, callback, event);
190 …int transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned char b…
205 …int queue_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned …
219 …void start_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned…
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/drivers/
H A DSPI.h144 …int transfer(const Type *tx_buffer, int tx_length, Type *rx_buffer, int rx_length, const event_cal…
146 …return queue_transfer(tx_buffer, tx_length, rx_buffer, rx_length, sizeof(Type)*8, callback, event);
148 start_transfer(tx_buffer, tx_length, rx_buffer, rx_length, sizeof(Type)*8, callback, event);
190 …int transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned char b…
205 …int queue_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned …
219 …void start_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned…
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c80 __le32 *tx_buffer; member
240 private->tx_buffer = dma_alloc_coherent(d, 8192, in xircom_probe()
243 if (private->tx_buffer == NULL) in xircom_probe()
338 card->tx_buffer[0], card->tx_buffer[4]); in xircom_interrupt()
395 if (card->tx_buffer[4*desc]==0) { in xircom_start_xmit()
401 &(card->tx_buffer[bufferoffsets[desc] / 4]), in xircom_start_xmit()
567 BUG_ON(card->tx_buffer == NULL); in setup_descriptors()
600 card->tx_buffer[i*4 + 0] = 0x00000000; in setup_descriptors()
602 card->tx_buffer[i*4 + 1] = cpu_to_le32(1536); in setup_descriptors()
611 card->tx_buffer[i*4 + 3] = 0; in setup_descriptors()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c80 __le32 *tx_buffer; member
240 private->tx_buffer = dma_alloc_coherent(d, 8192, in xircom_probe()
243 if (private->tx_buffer == NULL) in xircom_probe()
338 card->tx_buffer[0], card->tx_buffer[4]); in xircom_interrupt()
395 if (card->tx_buffer[4*desc]==0) { in xircom_start_xmit()
401 &(card->tx_buffer[bufferoffsets[desc] / 4]), in xircom_start_xmit()
567 BUG_ON(card->tx_buffer == NULL); in setup_descriptors()
600 card->tx_buffer[i*4 + 0] = 0x00000000; in setup_descriptors()
602 card->tx_buffer[i*4 + 1] = cpu_to_le32(1536); in setup_descriptors()
611 card->tx_buffer[i*4 + 3] = 0; in setup_descriptors()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c80 __le32 *tx_buffer; member
240 private->tx_buffer = dma_alloc_coherent(d, 8192, in xircom_probe()
243 if (private->tx_buffer == NULL) in xircom_probe()
338 card->tx_buffer[0], card->tx_buffer[4]); in xircom_interrupt()
395 if (card->tx_buffer[4*desc]==0) { in xircom_start_xmit()
401 &(card->tx_buffer[bufferoffsets[desc] / 4]), in xircom_start_xmit()
567 BUG_ON(card->tx_buffer == NULL); in setup_descriptors()
600 card->tx_buffer[i*4 + 0] = 0x00000000; in setup_descriptors()
602 card->tx_buffer[i*4 + 1] = cpu_to_le32(1536); in setup_descriptors()
611 card->tx_buffer[i*4 + 3] = 0; in setup_descriptors()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/vt6656/
H A Drxtx.c336 mic_hdr = &tx_buffer->tx_head.tx_ab.tx.mic.hdr; in vnt_fill_txkey()
382 struct vnt_tx_buffer *tx_buffer = tx_context->tx_buffer; in vnt_rxtx_rts() local
383 union vnt_tx_head *tx_head = &tx_buffer->tx_head; in vnt_rxtx_rts()
395 if (vnt_fill_txkey(tx_buffer, tx_context->skb)) in vnt_rxtx_rts()
405 struct vnt_tx_buffer *tx_buffer = tx_context->tx_buffer; in vnt_rxtx_cts() local
416 if (vnt_fill_txkey(tx_buffer, tx_context->skb)) in vnt_rxtx_cts()
426 struct vnt_tx_buffer *tx_buffer = tx_context->tx_buffer; in vnt_rxtx_ab() local
434 if (vnt_fill_txkey(tx_buffer, tx_context->skb)) in vnt_rxtx_ab()
507 struct vnt_tx_buffer *tx_buffer; in vnt_tx_packet() local
556 tx_context->tx_buffer = tx_buffer; in vnt_tx_packet()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/vt6656/
H A Drxtx.c336 mic_hdr = &tx_buffer->tx_head.tx_ab.tx.mic.hdr; in vnt_fill_txkey()
382 struct vnt_tx_buffer *tx_buffer = tx_context->tx_buffer; in vnt_rxtx_rts() local
383 union vnt_tx_head *tx_head = &tx_buffer->tx_head; in vnt_rxtx_rts()
395 if (vnt_fill_txkey(tx_buffer, tx_context->skb)) in vnt_rxtx_rts()
405 struct vnt_tx_buffer *tx_buffer = tx_context->tx_buffer; in vnt_rxtx_cts() local
416 if (vnt_fill_txkey(tx_buffer, tx_context->skb)) in vnt_rxtx_cts()
426 struct vnt_tx_buffer *tx_buffer = tx_context->tx_buffer; in vnt_rxtx_ab() local
434 if (vnt_fill_txkey(tx_buffer, tx_context->skb)) in vnt_rxtx_ab()
507 struct vnt_tx_buffer *tx_buffer; in vnt_tx_packet() local
556 tx_context->tx_buffer = tx_buffer; in vnt_tx_packet()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/vt6656/
H A Drxtx.c336 mic_hdr = &tx_buffer->tx_head.tx_ab.tx.mic.hdr; in vnt_fill_txkey()
382 struct vnt_tx_buffer *tx_buffer = tx_context->tx_buffer; in vnt_rxtx_rts() local
383 union vnt_tx_head *tx_head = &tx_buffer->tx_head; in vnt_rxtx_rts()
395 if (vnt_fill_txkey(tx_buffer, tx_context->skb)) in vnt_rxtx_rts()
405 struct vnt_tx_buffer *tx_buffer = tx_context->tx_buffer; in vnt_rxtx_cts() local
416 if (vnt_fill_txkey(tx_buffer, tx_context->skb)) in vnt_rxtx_cts()
426 struct vnt_tx_buffer *tx_buffer = tx_context->tx_buffer; in vnt_rxtx_ab() local
434 if (vnt_fill_txkey(tx_buffer, tx_context->skb)) in vnt_rxtx_ab()
507 struct vnt_tx_buffer *tx_buffer; in vnt_tx_packet() local
556 tx_context->tx_buffer = tx_buffer; in vnt_tx_packet()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/net/fsl_etsec/
H A Drings.c165 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in tx_padding_and_crc()
177 uint8_t flags = (uint8_t)(*etsec->tx_buffer); in process_tx_fcb()
179 uint8_t l3_header_offset = (uint8_t)*(etsec->tx_buffer + 3); in process_tx_fcb()
181 uint8_t l4_header_offset = (uint8_t)*(etsec->tx_buffer + 2); in process_tx_fcb()
191 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
205 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
214 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
239 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in process_tx_bd()
241 tmp_buff = etsec->tx_buffer + etsec->tx_buffer_len; in process_tx_bd()
277 etsec->tx_buffer + 8, in process_tx_bd()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/net/fsl_etsec/
H A Drings.c165 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in tx_padding_and_crc()
177 uint8_t flags = (uint8_t)(*etsec->tx_buffer); in process_tx_fcb()
179 uint8_t l3_header_offset = (uint8_t)*(etsec->tx_buffer + 3); in process_tx_fcb()
181 uint8_t l4_header_offset = (uint8_t)*(etsec->tx_buffer + 2); in process_tx_fcb()
191 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
205 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
214 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
239 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in process_tx_bd()
241 tmp_buff = etsec->tx_buffer + etsec->tx_buffer_len; in process_tx_bd()
277 etsec->tx_buffer + 8, in process_tx_bd()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/net/fsl_etsec/
H A Drings.c165 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in tx_padding_and_crc()
177 uint8_t flags = (uint8_t)(*etsec->tx_buffer); in process_tx_fcb()
179 uint8_t l3_header_offset = (uint8_t)*(etsec->tx_buffer + 3); in process_tx_fcb()
181 uint8_t l4_header_offset = (uint8_t)*(etsec->tx_buffer + 2); in process_tx_fcb()
191 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
205 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
214 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
239 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in process_tx_bd()
241 tmp_buff = etsec->tx_buffer + etsec->tx_buffer_len; in process_tx_bd()
277 etsec->tx_buffer + 8, in process_tx_bd()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/net/fsl_etsec/
H A Drings.c165 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in tx_padding_and_crc()
177 uint8_t flags = (uint8_t)(*etsec->tx_buffer); in process_tx_fcb()
179 uint8_t l3_header_offset = (uint8_t)*(etsec->tx_buffer + 3); in process_tx_fcb()
181 uint8_t l4_header_offset = (uint8_t)*(etsec->tx_buffer + 2); in process_tx_fcb()
191 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
205 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
214 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
239 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in process_tx_bd()
241 tmp_buff = etsec->tx_buffer + etsec->tx_buffer_len; in process_tx_bd()
277 etsec->tx_buffer + 8, in process_tx_bd()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/net/fsl_etsec/
H A Drings.c165 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in tx_padding_and_crc()
177 uint8_t flags = (uint8_t)(*etsec->tx_buffer); in process_tx_fcb()
179 uint8_t l3_header_offset = (uint8_t)*(etsec->tx_buffer + 3); in process_tx_fcb()
181 uint8_t l4_header_offset = (uint8_t)*(etsec->tx_buffer + 2); in process_tx_fcb()
191 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
205 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
214 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
239 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in process_tx_bd()
241 tmp_buff = etsec->tx_buffer + etsec->tx_buffer_len; in process_tx_bd()
277 etsec->tx_buffer + 8, in process_tx_bd()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/net/fsl_etsec/
H A Drings.c165 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in tx_padding_and_crc()
177 uint8_t flags = (uint8_t)(*etsec->tx_buffer); in process_tx_fcb()
179 uint8_t l3_header_offset = (uint8_t)*(etsec->tx_buffer + 3); in process_tx_fcb()
181 uint8_t l4_header_offset = (uint8_t)*(etsec->tx_buffer + 2); in process_tx_fcb()
191 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
205 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
214 net_checksum_calculate(etsec->tx_buffer + 8, in process_tx_fcb()
239 etsec->tx_buffer = g_realloc(etsec->tx_buffer, in process_tx_bd()
241 tmp_buff = etsec->tx_buffer + etsec->tx_buffer_len; in process_tx_bd()
277 etsec->tx_buffer + 8, in process_tx_bd()
[all …]
/dports/devel/acsccid/acsccid-1.1.8/src/
H A Dacr38cmd.c101 unsigned int tx_length, unsigned char tx_buffer[], unsigned int *rx_length,
105 unsigned int tx_length, unsigned char tx_buffer[], unsigned int *rx_length,
308 unsigned char tx_buffer[], unsigned int *rx_length, in ACR38_CmdXfrBlock() argument
326 tx_length, tx_buffer, rx_length, rx_buffer); in ACR38_CmdXfrBlock()
331 tx_buffer, rx_length, rx_buffer); in ACR38_CmdXfrBlock()
358 memcpy(cmd + ACR38_HEADER_SIZE, tx_buffer, tx_length); in ACR38_TransmitT0()
378 memcpy(cmd + ACR38_HEADER_SIZE, tx_buffer, tx_length); in ACR38_TransmitT1()
398 memcpy(cmd + ACR38_HEADER_SIZE, tx_buffer, tx_length); in ACR38_TransmitPPS()
626 unsigned int tx_length, unsigned char tx_buffer[], unsigned int *rx_length, in ACR38_CmdXfrBlockTPDU_T0() argument
633 return_value = ACR38_TransmitT0(reader_index, tx_length, tx_buffer, 0, 0); in ACR38_CmdXfrBlockTPDU_T0()
[all …]
H A Dacr38cmd.h32 unsigned char tx_buffer[], unsigned int *rx_length,
36 const unsigned char tx_buffer[], unsigned short rx_length, unsigned char bBWI);
39 const unsigned char tx_buffer[], unsigned short rx_length, unsigned char bBWI);
42 const unsigned char tx_buffer[], unsigned short rx_length, unsigned char bBWI);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c953 tx_buffer = first; in fm10k_tx_map()
989 tx_buffer = &tx_ring->tx_buffer[i]; in fm10k_tx_map()
1032 tx_buffer = &tx_ring->tx_buffer[i]; in fm10k_tx_map()
1034 if (tx_buffer == first) in fm10k_tx_map()
1184 tx_buffer = &tx_ring->tx_buffer[i]; in fm10k_clean_tx_irq()
1203 tx_buffer->next_to_watch = NULL; in fm10k_clean_tx_irq()
1219 tx_buffer->skb = NULL; in fm10k_clean_tx_irq()
1224 tx_buffer++; in fm10k_clean_tx_irq()
1229 tx_buffer = tx_ring->tx_buffer; in fm10k_clean_tx_irq()
1244 tx_buffer++; in fm10k_clean_tx_irq()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c953 tx_buffer = first; in fm10k_tx_map()
989 tx_buffer = &tx_ring->tx_buffer[i]; in fm10k_tx_map()
1032 tx_buffer = &tx_ring->tx_buffer[i]; in fm10k_tx_map()
1034 if (tx_buffer == first) in fm10k_tx_map()
1184 tx_buffer = &tx_ring->tx_buffer[i]; in fm10k_clean_tx_irq()
1203 tx_buffer->next_to_watch = NULL; in fm10k_clean_tx_irq()
1219 tx_buffer->skb = NULL; in fm10k_clean_tx_irq()
1224 tx_buffer++; in fm10k_clean_tx_irq()
1229 tx_buffer = tx_ring->tx_buffer; in fm10k_clean_tx_irq()
1244 tx_buffer++; in fm10k_clean_tx_irq()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c953 tx_buffer = first; in fm10k_tx_map()
989 tx_buffer = &tx_ring->tx_buffer[i]; in fm10k_tx_map()
1032 tx_buffer = &tx_ring->tx_buffer[i]; in fm10k_tx_map()
1034 if (tx_buffer == first) in fm10k_tx_map()
1184 tx_buffer = &tx_ring->tx_buffer[i]; in fm10k_clean_tx_irq()
1203 tx_buffer->next_to_watch = NULL; in fm10k_clean_tx_irq()
1219 tx_buffer->skb = NULL; in fm10k_clean_tx_irq()
1224 tx_buffer++; in fm10k_clean_tx_irq()
1229 tx_buffer = tx_ring->tx_buffer; in fm10k_clean_tx_irq()
1244 tx_buffer++; in fm10k_clean_tx_irq()
[all …]

12345678910>>...17