Home
last modified time | relevance | path

Searched refs:is_udp_cso (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_ring.h71 u32 is_udp_cso:1; member
Daq_ring.c276 if (buff->is_udp_cso || buff->is_tcp_cso) in aq_ring_rx_clean()
Daq_nic.c419 dx_buff->is_udp_cso = in aq_nic_map_skb()
426 dx_buff->is_udp_cso = in aq_nic_map_skb()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c521 if (buff->is_udp_cso || buff->is_tcp_cso) in hw_atl_b0_hw_ring_tx_xmit()
680 buff->is_udp_cso = buff->is_cso_err ? 0U : 1U; in hw_atl_b0_hw_ring_rx_receive()
Dhw_atl_a0.c483 if (buff->is_udp_cso || buff->is_tcp_cso) in hw_atl_a0_hw_ring_tx_xmit()
667 buff->is_udp_cso = (is_err & 0x10U) ? 0 : 1; in hw_atl_a0_hw_ring_rx_receive()