Searched refs:more_frags (Results 1 – 4 of 4) sorted by relevance
704 bool more_frags = fragment_offset + fragment_len < pkt->payload_len; in net_tx_pkt_udp_fragment_fix() local715 new_ip_off = frag_off_units | orig_flags | (more_frags ? IP_MF : 0); in net_tx_pkt_udp_fragment_fix()
3210 bool more_frags; in ath12k_dp_rx_frag_h_mpdu() local3217 more_frags = ath12k_dp_rx_h_more_frags(ab, msdu); in ath12k_dp_rx_frag_h_mpdu()3229 if (WARN_ON_ONCE(!frag_no && !more_frags)) in ath12k_dp_rx_frag_h_mpdu()3269 if (!more_frags) in ath12k_dp_rx_frag_h_mpdu()
3575 bool more_frags; in ath11k_dp_rx_frag_h_mpdu() local3583 more_frags = ath11k_dp_rx_h_mpdu_start_more_frags(ar->ab, msdu); in ath11k_dp_rx_frag_h_mpdu()3600 if (WARN_ON_ONCE(!frag_no && !more_frags)) in ath11k_dp_rx_frag_h_mpdu()3639 if (!more_frags) in ath11k_dp_rx_frag_h_mpdu()
966 u8 frag_no, int more_frags) in frag_rx_path() argument1024 more_frags = 1; /* don't send broken assembly */ in frag_rx_path()1031 if (!more_frags) { /* last one */ in frag_rx_path()