Home
last modified time | relevance | path

Searched refs:next_to_watch (Results 1 - 25 of 57) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_dump.c145 buffer_info->next_to_watch, in igc_rings_dump()
196 buffer_info->next_to_watch, in igc_rings_dump()
H A Digc_main.c192 eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_ring()
214 tx_buffer->next_to_watch = NULL; in igc_clean_tx_ring()
999 first->next_to_watch = desc; in igc_init_tx_empty_descriptor()
1249 * status bits have been updated before next_to_watch is written. in igc_tx_map()
1253 /* set next_to_watch value indicating a packet is present */ in igc_tx_map()
1254 first->next_to_watch = tx_desc; in igc_tx_map()
2150 union igc_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in igc_clean_tx_irq()
2152 /* if next_to_watch is not set then there is no work pending */ in igc_clean_tx_irq()
2163 /* clear next_to_watch to prevent false hangs */ in igc_clean_tx_irq()
2164 tx_buffer->next_to_watch in igc_clean_tx_irq()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_dump.c145 buffer_info->next_to_watch, in igc_rings_dump()
196 buffer_info->next_to_watch, in igc_rings_dump()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c95 first->next_to_watch = tx_desc; in ice_prgm_fdir_fltr()
129 tx_buf->next_to_watch = NULL; in ice_unmap_and_free_tx_buf()
219 struct ice_tx_desc *eop_desc = tx_buf->next_to_watch; in ice_clean_tx_irq()
221 /* if next_to_watch is not set then there is no work pending */ in ice_clean_tx_irq()
232 /* clear next_to_watch to prevent false hangs */ in ice_clean_tx_irq()
233 tx_buf->next_to_watch = NULL; in ice_clean_tx_irq()
1841 * status bits have been updated before next_to_watch is written. in ice_tx_map()
1845 /* set next_to_watch value indicating a packet is present */ in ice_tx_map()
1846 first->next_to_watch = tx_desc; in ice_tx_map()
2498 struct ice_tx_desc *eop_desc = tx_buf->next_to_watch; in ice_clean_ctrl_tx_irq()
[all...]
H A Dice_txrx.h142 struct ice_tx_desc *next_to_watch; member
H A Dice_txrx_lib.c239 * before next_to_watch is written. in ice_xmit_xdp_ring()
247 tx_buf->next_to_watch = tx_desc; in ice_xmit_xdp_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c100 first->next_to_watch = tx_desc; in ice_prgm_fdir_fltr()
136 tx_buf->next_to_watch = NULL; in ice_unmap_and_free_tx_buf()
236 struct ice_tx_desc *eop_desc = tx_buf->next_to_watch; in ice_clean_tx_irq()
238 /* if next_to_watch is not set then there is no work pending */ in ice_clean_tx_irq()
253 /* clear next_to_watch to prevent false hangs */ in ice_clean_tx_irq()
254 tx_buf->next_to_watch = NULL; in ice_clean_tx_irq()
1750 * status bits have been updated before next_to_watch is written. in ice_tx_map()
1754 /* set next_to_watch value indicating a packet is present */ in ice_tx_map()
1755 first->next_to_watch = tx_desc; in ice_tx_map()
2515 struct ice_tx_desc *eop_desc = tx_buf->next_to_watch; in ice_clean_ctrl_tx_irq()
[all...]
H A Dice_txrx.h167 struct ice_tx_desc *next_to_watch; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h79 u16 next_to_watch; member
H A Dixgb_main.c908 * buffer_info->next_to_watch = 0; */ in ixgb_unmap_and_free_tx_resource()
1317 buffer_info->next_to_watch = 0; in ixgb_tx_map()
1356 buffer_info->next_to_watch = 0; in ixgb_tx_map()
1364 tx_ring->buffer_info[first].next_to_watch = i; in ixgb_tx_map()
1789 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
1812 eop = tx_ring->buffer_info[i].next_to_watch; in ixgb_clean_tx_irq()
1848 " next_to_watch <%x>\n" in ixgb_clean_tx_irq()
1850 " next_to_watch.status <%x>\n", in ixgb_clean_tx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h106 union e1000_adv_tx_desc *next_to_watch; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h106 union e1000_adv_tx_desc *next_to_watch; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h261 struct i40e_tx_desc *next_to_watch; member
H A Di40e_txrx.c154 first->next_to_watch = tx_desc; in i40e_program_fdir_filter()
624 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource()
792 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
794 /* if next_to_watch is not set then there is no work pending */ in i40e_clean_tx_irq()
806 /* clear next_to_watch to prevent false hangs */ in i40e_clean_tx_irq()
807 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq()
3491 * status bits have been updated before next_to_watch is written. in i40e_tx_map()
3495 /* set next_to_watch value indicating a packet is present */ in i40e_tx_map()
3496 first->next_to_watch = tx_desc; in i40e_tx_map()
3612 * before next_to_watch i in i40e_xmit_xdp_ring()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000.h129 u16 next_to_watch; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h261 struct iavf_tx_desc *next_to_watch; member
H A Diavf_txrx.c47 tx_buffer->next_to_watch = NULL; in iavf_unmap_and_free_tx_resource()
207 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq()
209 /* if next_to_watch is not set then there is no work pending */ in iavf_clean_tx_irq()
222 /* clear next_to_watch to prevent false hangs */ in iavf_clean_tx_irq()
223 tx_buf->next_to_watch = NULL; in iavf_clean_tx_irq()
2367 * status bits have been updated before next_to_watch is written. in iavf_tx_map()
2371 /* set next_to_watch value indicating a packet is present */ in iavf_tx_map()
2372 first->next_to_watch = tx_desc; in iavf_tx_map()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000.h129 u16 next_to_watch; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h261 struct i40e_tx_desc *next_to_watch; member
H A Di40e_txrx.c152 first->next_to_watch = tx_desc; in i40e_program_fdir_filter()
778 tx_buffer->next_to_watch = NULL; in i40e_unmap_and_free_tx_resource()
948 struct i40e_tx_desc *eop_desc = tx_buf->next_to_watch; in i40e_clean_tx_irq()
950 /* if next_to_watch is not set then there is no work pending */ in i40e_clean_tx_irq()
962 /* clear next_to_watch to prevent false hangs */ in i40e_clean_tx_irq()
963 tx_buf->next_to_watch = NULL; in i40e_clean_tx_irq()
3705 * status bits have been updated before next_to_watch is written. in i40e_tx_map()
3709 /* set next_to_watch value indicating a packet is present */ in i40e_tx_map()
3710 first->next_to_watch = tx_desc; in i40e_tx_map()
3847 * before next_to_watch i in i40e_xmit_xdp_ring()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h261 struct iavf_tx_desc *next_to_watch; member
H A Diavf_txrx.c47 tx_buffer->next_to_watch = NULL; in iavf_unmap_and_free_tx_resource()
225 struct iavf_tx_desc *eop_desc = tx_buf->next_to_watch; in iavf_clean_tx_irq()
227 /* if next_to_watch is not set then there is no work pending */ in iavf_clean_tx_irq()
240 /* clear next_to_watch to prevent false hangs */ in iavf_clean_tx_irq()
241 tx_buf->next_to_watch = NULL; in iavf_clean_tx_irq()
2382 * status bits have been updated before next_to_watch is written. in iavf_tx_map()
2386 /* set next_to_watch value indicating a packet is present */ in iavf_tx_map()
2387 first->next_to_watch = tx_desc; in iavf_tx_map()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1022 * status bits have been updated before next_to_watch is written. in fm10k_tx_map()
1026 /* set next_to_watch value indicating a packet is present */ in fm10k_tx_map()
1027 first->next_to_watch = tx_desc; in fm10k_tx_map()
1202 struct fm10k_tx_desc *eop_desc = tx_buffer->next_to_watch; in fm10k_clean_tx_irq()
1204 /* if next_to_watch is not set then there is no work pending */ in fm10k_clean_tx_irq()
1215 /* clear next_to_watch to prevent false hangs */ in fm10k_clean_tx_irq()
1216 tx_buffer->next_to_watch = NULL; in fm10k_clean_tx_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1017 * status bits have been updated before next_to_watch is written. in fm10k_tx_map()
1021 /* set next_to_watch value indicating a packet is present */ in fm10k_tx_map()
1022 first->next_to_watch = tx_desc; in fm10k_tx_map()
1197 struct fm10k_tx_desc *eop_desc = tx_buffer->next_to_watch; in fm10k_clean_tx_irq()
1199 /* if next_to_watch is not set then there is no work pending */ in fm10k_clean_tx_irq()
1210 /* clear next_to_watch to prevent false hangs */ in fm10k_clean_tx_irq()
1211 tx_buffer->next_to_watch = NULL; in fm10k_clean_tx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c282 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_irq()
284 /* if next_to_watch is not set then there is no work pending */ in ixgbevf_clean_tx_irq()
295 /* clear next_to_watch to prevent false hangs */ in ixgbevf_clean_tx_irq()
296 tx_buffer->next_to_watch = NULL; in ixgbevf_clean_tx_irq()
371 eop_desc = tx_ring->tx_buffer_info[i].next_to_watch; in ixgbevf_clean_tx_irq()
379 " next_to_watch <%p>\n" in ixgbevf_clean_tx_irq()
1042 /* set next_to_watch value indicating a packet is present */ in ixgbevf_xmit_xdp_ring()
1047 tx_buffer->next_to_watch = tx_desc; in ixgbevf_xmit_xdp_ring()
2421 eop_desc = tx_buffer->next_to_watch; in ixgbevf_clean_tx_ring()
4057 * status bits have been updated before next_to_watch i in ixgbevf_tx_map()
[all...]

Completed in 58 milliseconds

123