/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 105 u16 next_to_watch; member
|
D | ixgb_main.c | 1354 buffer_info->next_to_watch = 0; in ixgb_tx_map() 1395 buffer_info->next_to_watch = 0; in ixgb_tx_map() 1403 tx_ring->buffer_info[first].next_to_watch = i; in ixgb_tx_map() 1852 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq() 1875 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 127 union e1000_adv_tx_desc *next_to_watch; member
|
D | netdev.c | 803 eop_desc = buffer_info->next_to_watch; in igbvf_clean_tx_irq() 818 buffer_info->next_to_watch = NULL; in igbvf_clean_tx_irq() 847 eop_desc = buffer_info->next_to_watch; in igbvf_clean_tx_irq() 2205 tx_ring->buffer_info[first].next_to_watch = tx_desc; in igbvf_tx_queue_adv()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.h | 147 struct i40e_tx_desc *next_to_watch; member
|
D | i40e_txrx.c | 70 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource() 227 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq() 241 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq() 1803 first->next_to_watch = tx_desc; in i40e_tx_map()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 156 u16 next_to_watch; member
|
D | e1000_main.c | 2767 buffer_info->next_to_watch = i; in e1000_tso() 2822 buffer_info->next_to_watch = i; in e1000_tx_csum() 2893 buffer_info->next_to_watch = i; in e1000_tx_map() 2945 buffer_info->next_to_watch = i; in e1000_tx_map() 2960 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map() 3423 buffer_info->next_to_watch, in e1000_dump() 3853 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq() 3880 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.h | 148 struct i40e_tx_desc *next_to_watch; member
|
D | i40e_txrx.c | 177 first->next_to_watch = tx_desc; in i40e_program_fdir_filter() 545 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource() 708 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq() 722 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq() 2599 first->next_to_watch = tx_desc; in i40e_tx_map()
|
D | i40e_main.c | 3279 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_fdir_tx_irq() 3294 tx_buf->next_to_watch = NULL; in i40e_clean_fdir_tx_irq() 3317 tx_buf->next_to_watch = NULL; in i40e_clean_fdir_tx_irq()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf.h | 56 union ixgbe_adv_tx_desc *next_to_watch; member
|
D | ixgbevf_main.c | 212 tx_buffer->next_to_watch = NULL; in ixgbevf_unmap_and_free_tx_resource() 308 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_irq() 322 tx_buffer->next_to_watch = NULL; in ixgbevf_clean_tx_irq() 392 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq() 3542 first->next_to_watch = tx_desc; in ixgbevf_tx_map()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 1067 first->next_to_watch = tx_desc; in fm10k_tx_map() 1235 struct fm10k_tx_desc *eop_desc = tx_buffer->next_to_watch; in fm10k_clean_tx_irq() 1249 tx_buffer->next_to_watch = NULL; in fm10k_clean_tx_irq()
|
D | fm10k.h | 79 struct fm10k_tx_desc *next_to_watch; member
|
D | fm10k_netdev.c | 178 tx_buffer->next_to_watch = NULL; in fm10k_unmap_and_free_tx_resource()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb.h | 191 union e1000_adv_tx_desc *next_to_watch; member
|
D | igb_main.c | 408 buffer_info->next_to_watch, in igb_dump() 457 buffer_info->next_to_watch, in igb_dump() 3751 tx_buffer->next_to_watch = NULL; in igb_unmap_and_free_tx_resource() 4960 first->next_to_watch = tx_desc; in igb_tx_map() 6421 union e1000_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_irq() 6435 tx_buffer->next_to_watch = NULL; in igb_clean_tx_irq() 6510 if (tx_buffer->next_to_watch && in igb_clean_tx_irq() 6534 tx_buffer->next_to_watch, in igb_clean_tx_irq() 6536 tx_buffer->next_to_watch->wb.status); in igb_clean_tx_irq()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 155 u16 next_to_watch; member
|
D | netdev.c | 267 buffer_info->next_to_watch, in e1000e_dump() 326 buffer_info->length, buffer_info->next_to_watch, in e1000e_dump() 1101 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() 5247 buffer_info->next_to_watch = i; in e1000_tso() 5301 buffer_info->next_to_watch = i; in e1000_tx_csum() 5330 buffer_info->next_to_watch = i; in e1000_tx_map() 5366 buffer_info->next_to_watch = i; in e1000_tx_map() 5387 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 176 union ixgbe_adv_tx_desc *next_to_watch; member
|
D | ixgbe_main.c | 602 tx_buffer->next_to_watch, in ixgbe_dump() 668 tx_buffer->next_to_watch, in ixgbe_dump() 920 tx_buffer->next_to_watch = NULL; in ixgbe_unmap_and_free_tx_resource() 1096 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_irq() 1110 tx_buffer->next_to_watch = NULL; in ixgbe_clean_tx_irq() 7112 first->next_to_watch = tx_desc; in ixgbe_tx_map()
|