Searched refs:is_tcp_cso (Results 1 – 5 of 5) sorted by relevance
388 if (buff->is_udp_cso || buff->is_tcp_cso) in aq_rx_checksum()530 buff->is_tcp_cso &= buff_->is_tcp_cso; in aq_add_rx_fragment()678 buff->is_tcp_cso &= buff_->is_tcp_cso; in __aq_ring_rx_clean()
77 u32 is_tcp_cso:1; member
752 dx_buff->is_tcp_cso = (l4proto == IPPROTO_TCP); in aq_nic_map_skb()
495 if (buff->is_udp_cso || buff->is_tcp_cso) in hw_atl_a0_hw_ring_tx_xmit()680 buff->is_tcp_cso = (is_err & 0x10U) ? 0 : 1; in hw_atl_a0_hw_ring_rx_receive()
728 if (buff->is_udp_cso || buff->is_tcp_cso) in hw_atl_b0_hw_ring_tx_xmit()943 buff->is_tcp_cso = (rx_stat & BIT(2)) ? 0U : in hw_atl_b0_hw_ring_rx_receive()
Completed in 16 milliseconds