/Linux-v4.19/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 80 u16 next_to_watch; member
|
D | ixgb_main.c | 1321 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/ |
D | ice_txrx.h | 38 struct ice_tx_desc *next_to_watch; member
|
D | ice_txrx.c | 34 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/ |
D | igbvf.h | 106 union e1000_adv_tx_desc *next_to_watch; member
|
D | netdev.c | 782 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/ |
D | e1000.h | 130 u16 next_to_watch; member
|
D | e1000_main.c | 2752 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/ |
D | i40e_txrx.h | 262 struct i40e_tx_desc *next_to_watch; member
|
D | i40e_txrx.c | 48 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/ |
D | i40e_txrx.h | 283 struct i40e_tx_desc *next_to_watch; member
|
D | i40e_txrx.c | 163 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()
|
D | i40e_main.c | 3957 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/ |
D | ixgbevf.h | 29 union ixgbe_adv_tx_desc *next_to_watch; member
|
D | ixgbevf_main.c | 283 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/ |
D | fm10k_main.c | 1030 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()
|
D | fm10k.h | 63 struct fm10k_tx_desc *next_to_watch; member
|
D | fm10k_netdev.c | 160 tx_buffer->next_to_watch = NULL; in fm10k_unmap_and_free_tx_resource()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 136 u16 next_to_watch; member
|
D | netdev.c | 250 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/ |
D | igb.h | 201 union e1000_adv_tx_desc *next_to_watch; member
|
D | igb_main.c | 404 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/ |
D | ixgbe.h | 214 union ixgbe_adv_tx_desc *next_to_watch; member
|
D | ixgbe_main.c | 554 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()
|