Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb.h105 u16 next_to_watch; member
Dixgb_main.c1354 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/
Digbvf.h127 union e1000_adv_tx_desc *next_to_watch; member
Dnetdev.c803 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/
Di40e_txrx.h147 struct i40e_tx_desc *next_to_watch; member
Di40e_txrx.c70 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/
De1000.h156 u16 next_to_watch; member
De1000_main.c2767 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/
Di40e_txrx.h148 struct i40e_tx_desc *next_to_watch; member
Di40e_txrx.c177 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()
Di40e_main.c3279 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/
Dixgbevf.h56 union ixgbe_adv_tx_desc *next_to_watch; member
Dixgbevf_main.c212 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/
Dfm10k_main.c1067 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()
Dfm10k.h79 struct fm10k_tx_desc *next_to_watch; member
Dfm10k_netdev.c178 tx_buffer->next_to_watch = NULL; in fm10k_unmap_and_free_tx_resource()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb.h191 union e1000_adv_tx_desc *next_to_watch; member
Digb_main.c408 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/
De1000.h155 u16 next_to_watch; member
Dnetdev.c267 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/
Dixgbe.h176 union ixgbe_adv_tx_desc *next_to_watch; member
Dixgbe_main.c602 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()