| /Linux-v5.4/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() 1360 buffer_info->next_to_watch = 0; in ixgb_tx_map() 1368 tx_ring->buffer_info[first].next_to_watch = i; in ixgb_tx_map() 1791 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq() 1814 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
|
| /Linux-v5.4/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() 2279 tx_ring->buffer_info[first].next_to_watch = tx_desc; in igbvf_tx_queue_adv()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_txrx.h | 56 struct ice_tx_desc *next_to_watch; member
|
| D | ice_txrx.c | 35 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() 1705 first->next_to_watch = tx_desc; in ice_tx_map()
|
| /Linux-v5.4/drivers/net/ethernet/intel/e1000/ |
| D | e1000.h | 130 u16 next_to_watch; member
|
| D | e1000_main.c | 2749 buffer_info->next_to_watch = i; in e1000_tso() 2806 buffer_info->next_to_watch = i; in e1000_tx_csum() 2879 buffer_info->next_to_watch = i; in e1000_tx_map() 2930 buffer_info->next_to_watch = i; in e1000_tx_map() 2945 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map() 3421 buffer_info->next_to_watch, in e1000_dump() 3833 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq() 3861 eop = tx_ring->buffer_info[i].next_to_watch; in e1000_clean_tx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_txrx.h | 283 struct i40e_tx_desc *next_to_watch; member
|
| D | i40e_txrx.c | 154 first->next_to_watch = tx_desc; in i40e_program_fdir_filter() 623 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource() 791 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq() 806 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq() 3470 first->next_to_watch = tx_desc; in i40e_tx_map() 3545 tx_bi->next_to_watch = tx_desc; in i40e_xmit_xdp_ring()
|
| /Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
| D | iavf_txrx.h | 261 struct iavf_tx_desc *next_to_watch; member
|
| D | iavf_txrx.c | 47 tx_buffer->next_to_watch = NULL; in iavf_unmap_and_free_tx_resource() 204 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq() 220 tx_buf->next_to_watch = NULL; in iavf_clean_tx_irq() 2375 first->next_to_watch = tx_desc; in iavf_tx_map()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ |
| D | ixgbevf.h | 30 union ixgbe_adv_tx_desc *next_to_watch; member
|
| D | ixgbevf_main.c | 284 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_irq() 298 tx_buffer->next_to_watch = NULL; in ixgbevf_clean_tx_irq() 373 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq() 1054 tx_buffer->next_to_watch = tx_desc; in ixgbevf_xmit_xdp_ring() 2402 eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_ring() 4043 first->next_to_watch = tx_desc; in ixgbevf_tx_map()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ |
| D | igc.h | 184 union igc_adv_tx_desc *next_to_watch; member
|
| D | igc_main.c | 237 eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_ring() 1047 first->next_to_watch = tx_desc; in igc_tx_map() 1719 union igc_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_irq() 1733 tx_buffer->next_to_watch = NULL; in igc_clean_tx_irq() 1808 if (tx_buffer->next_to_watch && in igc_clean_tx_irq() 1831 tx_buffer->next_to_watch, in igc_clean_tx_irq() 1833 tx_buffer->next_to_watch->wb.status); in igc_clean_tx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_main.c | 1032 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-v5.4/drivers/net/ethernet/intel/e1000e/ |
| D | e1000.h | 135 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() 5479 buffer_info->next_to_watch = i; in e1000_tso() 5533 buffer_info->next_to_watch = i; in e1000_tx_csum() 5562 buffer_info->next_to_watch = i; in e1000_tx_map() 5597 buffer_info->next_to_watch = i; in e1000_tx_map() 5618 tx_ring->buffer_info[first].next_to_watch = i; in e1000_tx_map()
|
| /Linux-v5.4/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() 4638 eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_ring() 6011 first->next_to_watch = tx_desc; in igb_tx_map() 7763 union e1000_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igb_clean_tx_irq() 7777 tx_buffer->next_to_watch = NULL; in igb_clean_tx_irq() 7851 if (tx_buffer->next_to_watch && in igb_clean_tx_irq() 7875 tx_buffer->next_to_watch, in igb_clean_tx_irq() 7877 tx_buffer->next_to_watch->wb.status); in igb_clean_tx_irq()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe.h | 212 union ixgbe_adv_tx_desc *next_to_watch; member
|
| D | ixgbe_main.c | 559 tx_buffer->next_to_watch, in ixgbe_print_buffer() 694 tx_buffer->next_to_watch, in ixgbe_dump() 1130 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_irq() 1144 tx_buffer->next_to_watch = NULL; in ixgbe_clean_tx_irq() 5985 eop_desc = tx_buffer->next_to_watch; in ixgbe_clean_tx_ring() 8295 first->next_to_watch = tx_desc; in ixgbe_tx_map() 8582 tx_buffer->next_to_watch = tx_desc; in ixgbe_xmit_xdp_ring()
|