/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_dump.c | 145 buffer_info->next_to_watch, in igc_rings_dump() 196 buffer_info->next_to_watch, in igc_rings_dump()
|
H A D | igc_main.c | 221 eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_ring() 240 tx_buffer->next_to_watch = NULL; in igc_clean_tx_ring() 1138 first->next_to_watch = desc; in igc_init_tx_empty_descriptor() 1412 first->next_to_watch = tx_desc; in igc_tx_map() 2419 head->next_to_watch = desc; in igc_xdp_init_tx_descriptor() 2922 bi->next_to_watch = tx_desc; in igc_xdp_xmit_zc() 2966 union igc_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_irq() 2980 tx_buffer->next_to_watch = NULL; in igc_clean_tx_irq() 3059 if (tx_buffer->next_to_watch && in igc_clean_tx_irq() 3084 tx_buffer->next_to_watch, in igc_clean_tx_irq() [all …]
|
H A D | igc.h | 498 union igc_adv_tx_desc *next_to_watch; member
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.c | 100 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() 1737 first->next_to_watch = tx_desc; in ice_tx_map() 2497 struct ice_tx_desc *eop_desc = tx_buf->next_to_watch; in ice_clean_ctrl_tx_irq() 2512 tx_buf->next_to_watch = NULL; in ice_clean_ctrl_tx_irq() 2538 tx_buf->next_to_watch = NULL; in ice_clean_ctrl_tx_irq()
|
H A D | ice_txrx.h | 167 struct ice_tx_desc *next_to_watch; member
|
/openbmc/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 106 union e1000_adv_tx_desc *next_to_watch; member
|
H A D | netdev.c | 785 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() 2273 tx_ring->buffer_info[first].next_to_watch = tx_desc; in igbvf_tx_queue_adv()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 129 u16 next_to_watch; member
|
H A D | e1000_main.c | 2751 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()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.h | 261 struct iavf_tx_desc *next_to_watch; member
|
H A D | iavf_txrx.c | 48 tx_buffer->next_to_watch = NULL; in iavf_unmap_and_free_tx_resource() 226 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq() 242 tx_buf->next_to_watch = NULL; in iavf_clean_tx_irq() 2388 first->next_to_watch = tx_desc; in iavf_tx_map()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.h | 263 struct i40e_tx_desc *next_to_watch; member
|
H A D | i40e_txrx.c | 151 first->next_to_watch = tx_desc; in i40e_program_fdir_filter() 777 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource() 947 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq() 962 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq() 3749 first->next_to_watch = tx_desc; in i40e_tx_map() 3892 tx_head->next_to_watch = tx_desc; in i40e_xmit_xdp_ring()
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_main.c | 1022 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()
|
H A D | fm10k.h | 63 struct fm10k_tx_desc *next_to_watch; member
|
H A D | fm10k_netdev.c | 160 tx_buffer->next_to_watch = NULL; in fm10k_unmap_and_free_tx_resource()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 30 union ixgbe_adv_tx_desc *next_to_watch; member
|
H A D | ixgbevf_main.c | 282 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() 2427 eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_ring() 4058 first->next_to_watch = tx_desc; in ixgbevf_tx_map()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | e1000.h | 139 u16 next_to_watch; member
|
H A D | netdev.c | 249 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() 5482 buffer_info->next_to_watch = i; in e1000_tso() 5536 buffer_info->next_to_watch = i; in e1000_tx_csum() 5565 buffer_info->next_to_watch = i; in e1000_tx_map() 5600 buffer_info->next_to_watch = i; in e1000_tx_map() 5621 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 720 union wx_tx_desc *eop_desc = tx_buffer->next_to_watch; in wx_clean_tx_irq() 734 tx_buffer->next_to_watch = NULL; in wx_clean_tx_irq() 1025 first->next_to_watch = tx_desc; in wx_tx_map() 2269 eop_desc = tx_buffer->next_to_watch; in wx_clean_tx_ring()
|
H A D | wx_type.h | 746 union wx_tx_desc *next_to_watch; member
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb.h | 264 union e1000_adv_tx_desc *next_to_watch; member
|
H A D | igb_main.c | 399 buffer_info->next_to_watch, in igb_dump() 448 buffer_info->next_to_watch, in igb_dump() 4937 eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_ring() 4959 tx_buffer->next_to_watch = NULL; in igb_clean_tx_ring() 6312 first->next_to_watch = tx_desc; in igb_tx_map() 6438 tx_head->next_to_watch = tx_desc; in igb_xmit_xdp_ring() 8279 union e1000_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_irq() 8293 tx_buffer->next_to_watch = NULL; in igb_clean_tx_irq() 8370 if (tx_buffer->next_to_watch && in igb_clean_tx_irq() 8394 tx_buffer->next_to_watch, in igb_clean_tx_irq() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | 256 union ixgbe_adv_tx_desc *next_to_watch; member
|