Searched refs:max_pkt_offset (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wow.c | 22 .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 D | wow.c | 26 .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 D | wow.c | 29 .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 D | offload.c | 489 pkt_off = min(prog->aux->max_pkt_offset, mtu); in nfp_bpf_offload_check_mtu()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 4634 .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 D | fixups.c | 1843 prog->aux->max_pkt_offset = MAX_PACKET_OFF; in bpf_do_misc_fixups()
|
| H A D | verifier.c | 4927 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 D | bpf.h | 1664 u32 max_pkt_offset; member
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 2070 .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()
|