Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_dump.c145 buffer_info->next_to_watch, in igc_rings_dump()
196 buffer_info->next_to_watch, in igc_rings_dump()
H A Digc_main.c221 eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_ring()
240 tx_buffer->next_to_watch = NULL; in igc_clean_tx_ring()
1131 first->next_to_watch = desc; in igc_init_tx_empty_descriptor()
1405 first->next_to_watch = tx_desc; in igc_tx_map()
2442 head->next_to_watch = desc; in igc_xdp_init_tx_descriptor()
3089 bi->next_to_watch = tx_desc; in igc_xdp_xmit_zc()
3135 union igc_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_irq()
3156 tx_buffer->next_to_watch = NULL; in igc_clean_tx_irq()
3235 if (tx_buffer->next_to_watch && in igc_clean_tx_irq()
3260 tx_buffer->next_to_watch, in igc_clean_tx_irq()
[all …]
H A Digc.h85 union igc_adv_tx_desc *next_to_watch; member
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c100 first->next_to_watch = tx_desc; in ice_prgm_fdir_fltr()
136 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()
1772 first->next_to_watch = tx_desc; in ice_tx_map()
2556 struct ice_tx_desc *eop_desc = tx_buf->next_to_watch; in ice_clean_ctrl_tx_irq()
2571 tx_buf->next_to_watch = NULL; in ice_clean_ctrl_tx_irq()
2597 tx_buf->next_to_watch = NULL; in ice_clean_ctrl_tx_irq()
H A Dice_txrx.h167 struct ice_tx_desc *next_to_watch; member
/linux-6.15/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h106 union e1000_adv_tx_desc *next_to_watch; member
H A Dnetdev.c785 eop_desc = buffer_info->next_to_watch; in igbvf_clean_tx_irq()
800 buffer_info->next_to_watch = NULL; in igbvf_clean_tx_irq()
829 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-6.15/drivers/net/ethernet/intel/e1000/
H A De1000.h129 u16 next_to_watch; member
H A De1000_main.c2753 buffer_info->next_to_watch = i; in e1000_tso()
2810 buffer_info->next_to_watch = i; in e1000_tx_csum()
2883 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()
3426 buffer_info->next_to_watch, in e1000_dump()
3843 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
3872 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h171 struct iavf_tx_desc *next_to_watch; member
H A Diavf_txrx.c69 tx_buffer->next_to_watch = NULL; in iavf_unmap_and_free_tx_resource()
247 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq()
263 tx_buf->next_to_watch = NULL; in iavf_clean_tx_irq()
2255 first->next_to_watch = tx_desc; in iavf_tx_map()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h263 struct i40e_tx_desc *next_to_watch; member
H A Di40e_txrx.c147 first->next_to_watch = tx_desc; in i40e_program_fdir_filter()
772 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource()
944 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
959 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq()
3695 first->next_to_watch = tx_desc; in i40e_tx_map()
3838 tx_head->next_to_watch = tx_desc; in i40e_xmit_xdp_ring()
/linux-6.15/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1021 first->next_to_watch = tx_desc; in fm10k_tx_map()
1196 struct fm10k_tx_desc *eop_desc = tx_buffer->next_to_watch; in fm10k_clean_tx_irq()
1210 tx_buffer->next_to_watch = NULL; in fm10k_clean_tx_irq()
H A Dfm10k.h63 struct fm10k_tx_desc *next_to_watch; member
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h30 union ixgbe_adv_tx_desc *next_to_watch; member
H A Dixgbevf_main.c286 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_irq()
300 tx_buffer->next_to_watch = NULL; in ixgbevf_clean_tx_irq()
375 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()
2428 eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_ring()
4059 first->next_to_watch = tx_desc; in ixgbevf_tx_map()
/linux-6.15/drivers/net/ethernet/intel/e1000e/
H A De1000.h139 u16 next_to_watch; member
H A Dnetdev.c249 buffer_info->next_to_watch, in e1000e_dump()
308 buffer_info->length, buffer_info->next_to_watch, in e1000e_dump()
1095 unsigned int eop = tx_ring->buffer_info[i].next_to_watch; in e1000_print_hw_hang()
1228 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
1260 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
5487 buffer_info->next_to_watch = i; in e1000_tso()
5541 buffer_info->next_to_watch = i; in e1000_tx_csum()
5570 buffer_info->next_to_watch = i; in e1000_tx_map()
5605 buffer_info->next_to_watch = i; in e1000_tx_map()
5626 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_xsk.c516 tx_buffer_info->next_to_watch = tx_desc; in igb_xmit_zc()
H A Digb.h268 union e1000_adv_tx_desc *next_to_watch; member
H A Digb_main.c366 buffer_info->next_to_watch, in igb_dump()
415 buffer_info->next_to_watch, in igb_dump()
4933 eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_ring()
4956 tx_buffer->next_to_watch = NULL; in igb_clean_tx_ring()
6323 first->next_to_watch = tx_desc; in igb_tx_map()
6449 tx_head->next_to_watch = tx_desc; in igb_xmit_xdp_ring()
8304 union e1000_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_irq()
8318 tx_buffer->next_to_watch = NULL; in igb_clean_tx_irq()
8415 if (tx_buffer->next_to_watch && in igb_clean_tx_irq()
8439 tx_buffer->next_to_watch, in igb_clean_tx_irq()
[all …]
/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c733 union wx_tx_desc *eop_desc = tx_buffer->next_to_watch; in wx_clean_tx_irq()
747 tx_buffer->next_to_watch = NULL; in wx_clean_tx_irq()
1048 first->next_to_watch = tx_desc; in wx_tx_map()
2399 eop_desc = tx_buffer->next_to_watch; in wx_clean_tx_ring()
H A Dwx_type.h937 union wx_tx_desc *next_to_watch; member
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h258 union ixgbe_adv_tx_desc *next_to_watch; member

12