Home
last modified time | relevance | path

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

/Linux-v4.19/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()
1362 buffer_info->next_to_watch = 0; in ixgb_tx_map()
1370 tx_ring->buffer_info[first].next_to_watch = i; in ixgb_tx_map()
1793 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
1816 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.h38 struct ice_tx_desc *next_to_watch; member
Dice_txrx.c34 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()
1286 first->next_to_watch = tx_desc; in ice_tx_map()
/Linux-v4.19/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()
2276 tx_ring->buffer_info[first].next_to_watch = tx_desc; in igbvf_tx_queue_adv()
/Linux-v4.19/drivers/net/ethernet/intel/e1000/
De1000.h130 u16 next_to_watch; member
De1000_main.c2752 buffer_info->next_to_watch = i; in e1000_tso()
2809 buffer_info->next_to_watch = i; in e1000_tx_csum()
2882 buffer_info->next_to_watch = i; in e1000_tx_map()
2934 buffer_info->next_to_watch = i; in e1000_tx_map()
2949 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
3430 buffer_info->next_to_watch, in e1000_dump()
3841 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
3869 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h262 struct i40e_tx_desc *next_to_watch; member
Di40e_txrx.c48 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource()
205 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
221 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq()
2356 first->next_to_watch = tx_desc; in i40evf_tx_map()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h283 struct i40e_tx_desc *next_to_watch; member
Di40e_txrx.c163 first->next_to_watch = tx_desc; in i40e_program_fdir_filter()
632 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource()
797 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
812 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq()
3463 first->next_to_watch = tx_desc; in i40e_tx_map()
3543 tx_bi->next_to_watch = tx_desc; in i40e_xmit_xdp_ring()
Di40e_main.c3957 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_fdir_tx_irq()
3972 tx_buf->next_to_watch = NULL; in i40e_clean_fdir_tx_irq()
3995 tx_buf->next_to_watch = NULL; in i40e_clean_fdir_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h29 union ixgbe_adv_tx_desc *next_to_watch; member
Dixgbevf_main.c283 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_irq()
297 tx_buffer->next_to_watch = NULL; in ixgbevf_clean_tx_irq()
369 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq()
1046 tx_buffer->next_to_watch = tx_desc; in ixgbevf_xmit_xdp_ring()
2383 eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_ring()
3999 first->next_to_watch = tx_desc; in ixgbevf_tx_map()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c1030 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-v4.19/drivers/net/ethernet/intel/e1000e/
De1000.h136 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()
5450 buffer_info->next_to_watch = i; in e1000_tso()
5504 buffer_info->next_to_watch = i; in e1000_tx_csum()
5533 buffer_info->next_to_watch = i; in e1000_tx_map()
5569 buffer_info->next_to_watch = i; in e1000_tx_map()
5590 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
/Linux-v4.19/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()
4661 eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_ring()
6032 first->next_to_watch = tx_desc; in igb_tx_map()
7788 union e1000_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_irq()
7802 tx_buffer->next_to_watch = NULL; in igb_clean_tx_irq()
7876 if (tx_buffer->next_to_watch && in igb_clean_tx_irq()
7900 tx_buffer->next_to_watch, in igb_clean_tx_irq()
7902 tx_buffer->next_to_watch->wb.status); in igb_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h214 union ixgbe_adv_tx_desc *next_to_watch; member
Dixgbe_main.c554 tx_buffer->next_to_watch, in ixgbe_print_buffer()
689 tx_buffer->next_to_watch, in ixgbe_dump()
1125 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_irq()
1139 tx_buffer->next_to_watch = NULL; in ixgbe_clean_tx_irq()
5904 eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_ring()
8184 first->next_to_watch = tx_desc; in ixgbe_tx_map()
8477 tx_buffer->next_to_watch = tx_desc; in ixgbe_xmit_xdp_ring()