Home
last modified time | relevance | path

Searched refs:max_pkt_offset (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dwow.c22 .max_pkt_offset = WOW_MAX_PKT_OFFSET,
628 ar->wow.wowlan_support.max_pkt_offset -= WOW_MAX_REDUCE; in ath10k_wow_init()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwow.c26 .max_pkt_offset = WOW_MAX_PKT_OFFSET,
868 ar->wow.wowlan_support.max_pkt_offset -= WOW_MAX_REDUCE; in ath11k_wow_init()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwow.c29 .max_pkt_offset = WOW_MAX_PKT_OFFSET,
1033 ar->wow.wowlan_support.max_pkt_offset -= WOW_MAX_REDUCE; in ath12k_wow_init()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c489 pkt_off = min(prog->aux->max_pkt_offset, mtu); in nfp_bpf_offload_check_mtu()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4634 .max_pkt_offset = MWIFIEX_MAX_OFFSET_LEN,
4644 .max_pkt_offset = MWIFIEX_MAX_OFFSET_LEN,
4666 .max_pkt_offset = MWIFIEX_MAX_OFFSET_LEN,
/linux/kernel/bpf/
H A Dfixups.c1843 prog->aux->max_pkt_offset = MAX_PACKET_OFF; in bpf_do_misc_fixups()
H A Dverifier.c4927 env->prog->aux->max_pkt_offset = in check_packet_access()
4928 max_t(u32, env->prog->aux->max_pkt_offset, in check_packet_access()
/linux/include/linux/
H A Dbpf.h1664 u32 max_pkt_offset; member
/linux/net/wireless/
H A Dnl80211.c2070 .max_pkt_offset = rdev->wiphy.wowlan->max_pkt_offset, in nl80211_send_wowlan()
2105 rule.pat.max_pkt_offset = rdev->wiphy.coalesce->max_pkt_offset; in nl80211_send_coalesce()
15438 if (pkt_offset > wowlan->max_pkt_offset) in nl80211_set_wowlan()
15682 if (pkt_offset > coalesce->max_pkt_offset) in nl80211_parse_coalesce_rule()