Searched refs:ice_test_staterr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.h | 52 * ice_test_staterr - tests bits in Rx descriptor status and error fields 62 ice_test_staterr(__le16 status_err_n, const u16 stat_err_bits) in ice_test_staterr() function 81 if (likely(ice_test_staterr(rx_desc->wb.status_error0, ICE_RXD_EOF))) in ice_is_non_eop() 113 if (ice_test_staterr(rx_desc->wb.status_error0, stat_err_bits)) in ice_get_vlan_tag_from_rx_desc() 117 if (ice_test_staterr(rx_desc->wb.status_error1, stat_err_bits)) in ice_get_vlan_tag_from_rx_desc()
|
H A D | ice_xsk.c | 880 if (!ice_test_staterr(rx_desc->wb.status_error0, stat_err_bits)) in ice_clean_rx_irq_zc()
|
H A D | ice_txrx.c | 1191 if (!ice_test_staterr(rx_desc->wb.status_error0, stat_err_bits)) in ice_clean_rx_irq() 1272 if (unlikely(ice_test_staterr(rx_desc->wb.status_error0, in ice_clean_rx_irq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.h | 9 * ice_test_staterr - tests bits in Rx descriptor status and error fields 19 ice_test_staterr(union ice_32b_rx_flex_desc *rx_desc, const u16 stat_err_bits) in ice_test_staterr() function
|
H A D | ice_xsk.c | 609 if (!ice_test_staterr(rx_desc, stat_err_bits)) in ice_clean_rx_irq_zc() 662 if (ice_test_staterr(rx_desc, stat_err_bits)) in ice_clean_rx_irq_zc()
|
H A D | ice_txrx.c | 1069 if (likely(ice_test_staterr(rx_desc, ICE_RXD_EOF))) in ice_is_non_eop() 1126 if (!ice_test_staterr(rx_desc, stat_err_bits)) in ice_clean_rx_irq() 1212 if (unlikely(ice_test_staterr(rx_desc, stat_err_bits))) { in ice_clean_rx_irq() 1218 if (ice_test_staterr(rx_desc, stat_err_bits)) in ice_clean_rx_irq()
|
Completed in 9 milliseconds