Home
last modified time | relevance | path

Searched refs:MWIFIEX_MEF_MAX_BYTESEQ (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/marvell/mwifiex/
Dioctl.h405 #define MWIFIEX_MEF_MAX_BYTESEQ 6 /* non-adjustable */ macro
411 s8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1];
Dcfg80211.c3290 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = in mwifiex_set_auto_arp_mef_entry()
3304 mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = 2; in mwifiex_set_auto_arp_mef_entry()
3317 u8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1]; in mwifiex_set_wowlan_mef_entry()
3328 MWIFIEX_MEF_MAX_BYTESEQ)) { in mwifiex_set_wowlan_mef_entry()
3336 (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 1)) { in mwifiex_set_wowlan_mef_entry()
3343 (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 2)) || in mwifiex_set_wowlan_mef_entry()
3345 (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 3))) { in mwifiex_set_wowlan_mef_entry()
3372 mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = in mwifiex_set_wowlan_mef_entry()
3383 mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = in mwifiex_set_wowlan_mef_entry()
Dsta_cmd.c1398 byte_len = filter->byte_seq[MWIFIEX_MEF_MAX_BYTESEQ]; in mwifiex_cmd_append_rpn_expression()