Home
last modified time | relevance | path

Searched refs:next_to_watch (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.4/drivers/net/ethernet/intel/ixgb/
Dixgb.h80 u16 next_to_watch; member
Dixgb_main.c1321 buffer_info->next_to_watch = 0; in ixgb_tx_map()
1360 buffer_info->next_to_watch = 0; in ixgb_tx_map()
1368 tx_ring->buffer_info[first].next_to_watch = i; in ixgb_tx_map()
1791 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
1814 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/
Digbvf.h106 union e1000_adv_tx_desc *next_to_watch; member
Dnetdev.c782 eop_desc = buffer_info->next_to_watch; in igbvf_clean_tx_irq()
797 buffer_info->next_to_watch = NULL; in igbvf_clean_tx_irq()
826 eop_desc = buffer_info->next_to_watch; in igbvf_clean_tx_irq()
2279 tx_ring->buffer_info[first].next_to_watch = tx_desc; in igbvf_tx_queue_adv()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_txrx.h56 struct ice_tx_desc *next_to_watch; member
Dice_txrx.c35 tx_buf->next_to_watch = NULL; in ice_unmap_and_free_tx_buf()
119 struct ice_tx_desc *eop_desc = tx_buf->next_to_watch; in ice_clean_tx_irq()
133 tx_buf->next_to_watch = NULL; in ice_clean_tx_irq()
1705 first->next_to_watch = tx_desc; in ice_tx_map()
/Linux-v5.4/drivers/net/ethernet/intel/e1000/
De1000.h130 u16 next_to_watch; member
De1000_main.c2749 buffer_info->next_to_watch = i; in e1000_tso()
2806 buffer_info->next_to_watch = i; in e1000_tx_csum()
2879 buffer_info->next_to_watch = i; in e1000_tx_map()
2930 buffer_info->next_to_watch = i; in e1000_tx_map()
2945 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
3421 buffer_info->next_to_watch, in e1000_dump()
3833 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
3861 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h283 struct i40e_tx_desc *next_to_watch; member
Di40e_txrx.c154 first->next_to_watch = tx_desc; in i40e_program_fdir_filter()
623 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource()
791 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
806 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq()
3470 first->next_to_watch = tx_desc; in i40e_tx_map()
3545 tx_bi->next_to_watch = tx_desc; in i40e_xmit_xdp_ring()
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_txrx.h261 struct iavf_tx_desc *next_to_watch; member
Diavf_txrx.c47 tx_buffer->next_to_watch = NULL; in iavf_unmap_and_free_tx_resource()
204 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq()
220 tx_buf->next_to_watch = NULL; in iavf_clean_tx_irq()
2375 first->next_to_watch = tx_desc; in iavf_tx_map()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h30 union ixgbe_adv_tx_desc *next_to_watch; member
Dixgbevf_main.c284 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_irq()
298 tx_buffer->next_to_watch = NULL; in ixgbevf_clean_tx_irq()
373 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq()
1054 tx_buffer->next_to_watch = tx_desc; in ixgbevf_xmit_xdp_ring()
2402 eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_ring()
4043 first->next_to_watch = tx_desc; in ixgbevf_tx_map()
/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc.h184 union igc_adv_tx_desc *next_to_watch; member
Digc_main.c237 eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_ring()
1047 first->next_to_watch = tx_desc; in igc_tx_map()
1719 union igc_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_irq()
1733 tx_buffer->next_to_watch = NULL; in igc_clean_tx_irq()
1808 if (tx_buffer->next_to_watch && in igc_clean_tx_irq()
1831 tx_buffer->next_to_watch, in igc_clean_tx_irq()
1833 tx_buffer->next_to_watch->wb.status); in igc_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c1032 first->next_to_watch = tx_desc; in fm10k_tx_map()
1207 struct fm10k_tx_desc *eop_desc = tx_buffer->next_to_watch; in fm10k_clean_tx_irq()
1221 tx_buffer->next_to_watch = NULL; in fm10k_clean_tx_irq()
Dfm10k.h63 struct fm10k_tx_desc *next_to_watch; member
Dfm10k_netdev.c160 tx_buffer->next_to_watch = NULL; in fm10k_unmap_and_free_tx_resource()
/Linux-v5.4/drivers/net/ethernet/intel/e1000e/
De1000.h135 u16 next_to_watch; member
Dnetdev.c250 buffer_info->next_to_watch, in e1000e_dump()
309 buffer_info->length, buffer_info->next_to_watch, in e1000e_dump()
1088 unsigned int eop = tx_ring->buffer_info[i].next_to_watch; in e1000_print_hw_hang()
1221 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
1253 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
5479 buffer_info->next_to_watch = i; in e1000_tso()
5533 buffer_info->next_to_watch = i; in e1000_tx_csum()
5562 buffer_info->next_to_watch = i; in e1000_tx_map()
5597 buffer_info->next_to_watch = i; in e1000_tx_map()
5618 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb.h201 union e1000_adv_tx_desc *next_to_watch; member
Digb_main.c404 buffer_info->next_to_watch, in igb_dump()
453 buffer_info->next_to_watch, in igb_dump()
4638 eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_ring()
6011 first->next_to_watch = tx_desc; in igb_tx_map()
7763 union e1000_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_irq()
7777 tx_buffer->next_to_watch = NULL; in igb_clean_tx_irq()
7851 if (tx_buffer->next_to_watch && in igb_clean_tx_irq()
7875 tx_buffer->next_to_watch, in igb_clean_tx_irq()
7877 tx_buffer->next_to_watch->wb.status); in igb_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h212 union ixgbe_adv_tx_desc *next_to_watch; member
Dixgbe_main.c559 tx_buffer->next_to_watch, in ixgbe_print_buffer()
694 tx_buffer->next_to_watch, in ixgbe_dump()
1130 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_irq()
1144 tx_buffer->next_to_watch = NULL; in ixgbe_clean_tx_irq()
5985 eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_ring()
8295 first->next_to_watch = tx_desc; in ixgbe_tx_map()
8582 tx_buffer->next_to_watch = tx_desc; in ixgbe_xmit_xdp_ring()

12