Home
last modified time | relevance | path

Searched refs:is_rx_check_sum_enabled (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c633 unsigned int is_rx_check_sum_enabled = 0U; in hw_atl_a0_hw_ring_rx_receive() local
670 is_rx_check_sum_enabled = (rxd_wb->type) & (0x3U << 19); in hw_atl_a0_hw_ring_rx_receive()
673 if (is_rx_check_sum_enabled) { in hw_atl_a0_hw_ring_rx_receive()
H A Dhw_atl_b0.c914 unsigned int is_rx_check_sum_enabled = 0U; in hw_atl_b0_hw_ring_rx_receive() local
929 is_rx_check_sum_enabled = (rxd_wb->type >> 19) & 0x3U; in hw_atl_b0_hw_ring_rx_receive()
934 if (is_rx_check_sum_enabled & BIT(0) && in hw_atl_b0_hw_ring_rx_receive()
938 if (is_rx_check_sum_enabled & BIT(1)) { in hw_atl_b0_hw_ring_rx_receive()