/linux-4.4.14/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.4.14/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 127 union e1000_adv_tx_desc *next_to_watch; member
|
D | netdev.c | 804 eop_desc = buffer_info->next_to_watch; in igbvf_clean_tx_irq() 819 buffer_info->next_to_watch = NULL; in igbvf_clean_tx_irq() 848 eop_desc = buffer_info->next_to_watch; in igbvf_clean_tx_irq() 2206 tx_ring->buffer_info[first].next_to_watch = tx_desc; in igbvf_tx_queue_adv()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 156 u16 next_to_watch; member
|
D | e1000_main.c | 2762 buffer_info->next_to_watch = i; in e1000_tso() 2817 buffer_info->next_to_watch = i; in e1000_tx_csum() 2888 buffer_info->next_to_watch = i; in e1000_tx_map() 2940 buffer_info->next_to_watch = i; in e1000_tx_map() 2955 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map() 3418 buffer_info->next_to_watch, in e1000_dump() 3848 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq() 3875 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.h | 172 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() 168 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq() 182 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq() 1876 first->next_to_watch = tx_desc; in i40evf_tx_map()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.h | 173 struct i40e_tx_desc *next_to_watch; member
|
D | i40e_txrx.c | 174 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() 650 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq() 664 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq() 2659 first->next_to_watch = tx_desc; in i40e_tx_map()
|
D | i40e_main.c | 3556 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_fdir_tx_irq() 3571 tx_buf->next_to_watch = NULL; in i40e_clean_fdir_tx_irq() 3594 tx_buf->next_to_watch = NULL; in i40e_clean_fdir_tx_irq()
|
/linux-4.4.14/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() 3554 first->next_to_watch = tx_desc; in ixgbevf_tx_map()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 1059 first->next_to_watch = tx_desc; in fm10k_tx_map() 1222 struct fm10k_tx_desc *eop_desc = tx_buffer->next_to_watch; in fm10k_clean_tx_irq() 1236 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.4.14/drivers/net/ethernet/intel/igb/ |
D | igb.h | 191 union e1000_adv_tx_desc *next_to_watch; member
|
D | igb_main.c | 410 buffer_info->next_to_watch, in igb_dump() 459 buffer_info->next_to_watch, in igb_dump() 3747 tx_buffer->next_to_watch = NULL; in igb_unmap_and_free_tx_resource() 4956 first->next_to_watch = tx_desc; in igb_tx_map() 6418 union e1000_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_irq() 6432 tx_buffer->next_to_watch = NULL; in igb_clean_tx_irq() 6507 if (tx_buffer->next_to_watch && in igb_clean_tx_irq() 6531 tx_buffer->next_to_watch, in igb_clean_tx_irq() 6533 tx_buffer->next_to_watch->wb.status); in igb_clean_tx_irq()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 157 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() 5396 buffer_info->next_to_watch = i; in e1000_tso() 5450 buffer_info->next_to_watch = i; in e1000_tx_csum() 5479 buffer_info->next_to_watch = i; in e1000_tx_map() 5515 buffer_info->next_to_watch = i; in e1000_tx_map() 5536 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 184 union ixgbe_adv_tx_desc *next_to_watch; member
|
D | ixgbe_main.c | 616 tx_buffer->next_to_watch, in ixgbe_dump() 682 tx_buffer->next_to_watch, in ixgbe_dump() 934 tx_buffer->next_to_watch = NULL; in ixgbe_unmap_and_free_tx_resource() 1110 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_irq() 1124 tx_buffer->next_to_watch = NULL; in ixgbe_clean_tx_irq() 7293 first->next_to_watch = tx_desc; in ixgbe_tx_map()
|