Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/net/ethernet/intel/igc/
Digc_dump.c145 buffer_info->next_to_watch, in igc_rings_dump()
196 buffer_info->next_to_watch, in igc_rings_dump()
Digc_main.c222 eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_ring()
241 tx_buffer->next_to_watch = NULL; in igc_clean_tx_ring()
1280 first->next_to_watch = tx_desc; in igc_tx_map()
2205 head->next_to_watch = desc; in igc_xdp_init_tx_descriptor()
2687 bi->next_to_watch = tx_desc; in igc_xdp_xmit_zc()
2731 union igc_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_irq()
2745 tx_buffer->next_to_watch = NULL; in igc_clean_tx_irq()
2824 if (tx_buffer->next_to_watch && in igc_clean_tx_irq()
2847 tx_buffer->next_to_watch, in igc_clean_tx_irq()
2849 tx_buffer->next_to_watch->wb.status); in igc_clean_tx_irq()
Digc.h439 union igc_adv_tx_desc *next_to_watch; member
/Linux-v6.1/drivers/net/ethernet/intel/ixgb/
Dixgb.h79 u16 next_to_watch; member
Dixgb_main.c1310 buffer_info->next_to_watch = 0; in ixgb_tx_map()
1349 buffer_info->next_to_watch = 0; in ixgb_tx_map()
1357 tx_ring->buffer_info[first].next_to_watch = i; in ixgb_tx_map()
1781 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
1804 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_txrx.c100 first->next_to_watch = tx_desc; in ice_prgm_fdir_fltr()
134 tx_buf->next_to_watch = NULL; in ice_unmap_and_free_tx_buf()
236 struct ice_tx_desc *eop_desc = tx_buf->next_to_watch; in ice_clean_tx_irq()
254 tx_buf->next_to_watch = NULL; in ice_clean_tx_irq()
1696 first->next_to_watch = tx_desc; in ice_tx_map()
2456 struct ice_tx_desc *eop_desc = tx_buf->next_to_watch; in ice_clean_ctrl_tx_irq()
2471 tx_buf->next_to_watch = NULL; in ice_clean_ctrl_tx_irq()
2497 tx_buf->next_to_watch = NULL; in ice_clean_ctrl_tx_irq()
Dice_txrx.h146 struct ice_tx_desc *next_to_watch; member
/Linux-v6.1/drivers/net/ethernet/intel/igbvf/
Digbvf.h106 union e1000_adv_tx_desc *next_to_watch; member
Dnetdev.c786 eop_desc = buffer_info->next_to_watch; in igbvf_clean_tx_irq()
801 buffer_info->next_to_watch = NULL; in igbvf_clean_tx_irq()
830 eop_desc = buffer_info->next_to_watch; in igbvf_clean_tx_irq()
2270 tx_ring->buffer_info[first].next_to_watch = tx_desc; in igbvf_tx_queue_adv()
/Linux-v6.1/drivers/net/ethernet/intel/e1000/
De1000.h129 u16 next_to_watch; member
De1000_main.c2751 buffer_info->next_to_watch = i; in e1000_tso()
2808 buffer_info->next_to_watch = i; in e1000_tx_csum()
2881 buffer_info->next_to_watch = i; in e1000_tx_map()
2932 buffer_info->next_to_watch = i; in e1000_tx_map()
2947 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
3424 buffer_info->next_to_watch, in e1000_dump()
3839 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
3868 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
/Linux-v6.1/drivers/net/ethernet/intel/iavf/
Diavf_txrx.h262 struct iavf_tx_desc *next_to_watch; member
Diavf_txrx.c47 tx_buffer->next_to_watch = NULL; in iavf_unmap_and_free_tx_resource()
207 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq()
223 tx_buf->next_to_watch = NULL; in iavf_clean_tx_irq()
2388 first->next_to_watch = tx_desc; in iavf_tx_map()
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h261 struct i40e_tx_desc *next_to_watch; member
Di40e_txrx.c152 first->next_to_watch = tx_desc; in i40e_program_fdir_filter()
778 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource()
946 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
961 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq()
3629 first->next_to_watch = tx_desc; in i40e_tx_map()
3772 tx_head->next_to_watch = tx_desc; in i40e_xmit_xdp_ring()
/Linux-v6.1/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c1022 first->next_to_watch = tx_desc; in fm10k_tx_map()
1197 struct fm10k_tx_desc *eop_desc = tx_buffer->next_to_watch; in fm10k_clean_tx_irq()
1211 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-v6.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h30 union ixgbe_adv_tx_desc *next_to_watch; member
Dixgbevf_main.c282 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_irq()
296 tx_buffer->next_to_watch = NULL; in ixgbevf_clean_tx_irq()
371 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq()
1042 tx_buffer->next_to_watch = tx_desc; in ixgbevf_xmit_xdp_ring()
2420 eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_ring()
4051 first->next_to_watch = tx_desc; in ixgbevf_tx_map()
/Linux-v6.1/drivers/net/ethernet/intel/e1000e/
De1000.h138 u16 next_to_watch; member
Dnetdev.c247 buffer_info->next_to_watch, in e1000e_dump()
306 buffer_info->length, buffer_info->next_to_watch, in e1000e_dump()
1093 unsigned int eop = tx_ring->buffer_info[i].next_to_watch; in e1000_print_hw_hang()
1226 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
1258 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
5514 buffer_info->next_to_watch = i; in e1000_tso()
5568 buffer_info->next_to_watch = i; in e1000_tx_csum()
5597 buffer_info->next_to_watch = i; in e1000_tx_map()
5632 buffer_info->next_to_watch = i; in e1000_tx_map()
5653 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb.h264 union e1000_adv_tx_desc *next_to_watch; member
Digb_main.c398 buffer_info->next_to_watch, in igb_dump()
447 buffer_info->next_to_watch, in igb_dump()
4841 eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_ring()
4863 tx_buffer->next_to_watch = NULL; in igb_clean_tx_ring()
6216 first->next_to_watch = tx_desc; in igb_tx_map()
6342 tx_head->next_to_watch = tx_desc; in igb_xmit_xdp_ring()
8182 union e1000_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_irq()
8196 tx_buffer->next_to_watch = NULL; in igb_clean_tx_irq()
8273 if (tx_buffer->next_to_watch && in igb_clean_tx_irq()
8297 tx_buffer->next_to_watch, in igb_clean_tx_irq()
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h249 union ixgbe_adv_tx_desc *next_to_watch; member

12