Home
last modified time | relevance | path

Searched refs:more_frags (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c704 bool more_frags = fragment_offset + fragment_len < pkt->payload_len; in net_tx_pkt_udp_fragment_fix() local
715 new_ip_off = frag_off_units | orig_flags | (more_frags ? IP_MF : 0); in net_tx_pkt_udp_fragment_fix()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c3210 bool more_frags; in ath12k_dp_rx_frag_h_mpdu() local
3217 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()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c3575 bool more_frags; in ath11k_dp_rx_frag_h_mpdu() local
3583 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()
/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c966 u8 frag_no, int more_frags) in frag_rx_path() argument
1024 more_frags = 1; /* don't send broken assembly */ in frag_rx_path()
1031 if (!more_frags) { /* last one */ in frag_rx_path()