byte_seq 3215 drivers/net/wireless/marvell/mwifiex/cfg80211.c mwifiex_is_pattern_supported(struct cfg80211_pkt_pattern *pat, s8 *byte_seq, byte_seq 3224 drivers/net/wireless/marvell/mwifiex/cfg80211.c memcpy(byte_seq + valid_byte_cnt, byte_seq 3245 drivers/net/wireless/marvell/mwifiex/cfg80211.c byte_seq[max_byte_seq] = valid_byte_cnt; byte_seq 3282 drivers/net/wireless/marvell/mwifiex/cfg80211.c memcpy(mef_entry->filter[filt_num].byte_seq, byte_seq 3285 drivers/net/wireless/marvell/mwifiex/cfg80211.c byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = byte_seq 3297 drivers/net/wireless/marvell/mwifiex/cfg80211.c mef_entry->filter[filt_num].byte_seq[0] = 0x08; byte_seq 3298 drivers/net/wireless/marvell/mwifiex/cfg80211.c mef_entry->filter[filt_num].byte_seq[1] = 0x06; byte_seq 3299 drivers/net/wireless/marvell/mwifiex/cfg80211.c mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = 2; byte_seq 3312 drivers/net/wireless/marvell/mwifiex/cfg80211.c u8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1]; byte_seq 3320 drivers/net/wireless/marvell/mwifiex/cfg80211.c memset(byte_seq, 0, sizeof(byte_seq)); byte_seq 3322 drivers/net/wireless/marvell/mwifiex/cfg80211.c byte_seq, byte_seq 3330 drivers/net/wireless/marvell/mwifiex/cfg80211.c if (!(byte_seq[0] & 0x01) && byte_seq 3331 drivers/net/wireless/marvell/mwifiex/cfg80211.c (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 1)) { byte_seq 3334 drivers/net/wireless/marvell/mwifiex/cfg80211.c } else if (is_broadcast_ether_addr(byte_seq)) { byte_seq 3337 drivers/net/wireless/marvell/mwifiex/cfg80211.c } else if ((!memcmp(byte_seq, ipv4_mc_mac, 2) && byte_seq 3338 drivers/net/wireless/marvell/mwifiex/cfg80211.c (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 2)) || byte_seq 3339 drivers/net/wireless/marvell/mwifiex/cfg80211.c (!memcmp(byte_seq, ipv6_mc_mac, 3) && byte_seq 3340 drivers/net/wireless/marvell/mwifiex/cfg80211.c (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 3))) { byte_seq 3348 drivers/net/wireless/marvell/mwifiex/cfg80211.c memcpy(mef_entry->filter[filt_num].byte_seq, byte_seq, byte_seq 3349 drivers/net/wireless/marvell/mwifiex/cfg80211.c sizeof(byte_seq)); byte_seq 3365 drivers/net/wireless/marvell/mwifiex/cfg80211.c memcpy(mef_entry->filter[filt_num].byte_seq, priv->curr_addr, byte_seq 3367 drivers/net/wireless/marvell/mwifiex/cfg80211.c mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = byte_seq 3376 drivers/net/wireless/marvell/mwifiex/cfg80211.c memcpy(mef_entry->filter[filt_num].byte_seq, priv->curr_addr, byte_seq 3378 drivers/net/wireless/marvell/mwifiex/cfg80211.c mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = byte_seq 3608 drivers/net/wireless/marvell/mwifiex/cfg80211.c static int mwifiex_get_coalesce_pkt_type(u8 *byte_seq) byte_seq 3614 drivers/net/wireless/marvell/mwifiex/cfg80211.c if ((byte_seq[0] & 0x01) && byte_seq 3615 drivers/net/wireless/marvell/mwifiex/cfg80211.c (byte_seq[MWIFIEX_COALESCE_MAX_BYTESEQ] == 1)) byte_seq 3617 drivers/net/wireless/marvell/mwifiex/cfg80211.c else if (!memcmp(byte_seq, bc_mac, 4)) byte_seq 3619 drivers/net/wireless/marvell/mwifiex/cfg80211.c else if ((!memcmp(byte_seq, ipv4_mc_mac, 2) && byte_seq 3620 drivers/net/wireless/marvell/mwifiex/cfg80211.c byte_seq[MWIFIEX_COALESCE_MAX_BYTESEQ] == 2) || byte_seq 3621 drivers/net/wireless/marvell/mwifiex/cfg80211.c (!memcmp(byte_seq, ipv6_mc_mac, 3) && byte_seq 3622 drivers/net/wireless/marvell/mwifiex/cfg80211.c byte_seq[MWIFIEX_COALESCE_MAX_BYTESEQ] == 3)) byte_seq 3633 drivers/net/wireless/marvell/mwifiex/cfg80211.c u8 byte_seq[MWIFIEX_COALESCE_MAX_BYTESEQ + 1]; byte_seq 3642 drivers/net/wireless/marvell/mwifiex/cfg80211.c memset(byte_seq, 0, sizeof(byte_seq)); byte_seq 3644 drivers/net/wireless/marvell/mwifiex/cfg80211.c byte_seq, byte_seq 3654 drivers/net/wireless/marvell/mwifiex/cfg80211.c pkt_type = mwifiex_get_coalesce_pkt_type(byte_seq); byte_seq 3670 drivers/net/wireless/marvell/mwifiex/cfg80211.c param->operand_len = byte_seq[MWIFIEX_COALESCE_MAX_BYTESEQ]; byte_seq 3671 drivers/net/wireless/marvell/mwifiex/cfg80211.c memcpy(param->operand_byte_stream, byte_seq, byte_seq 410 drivers/net/wireless/marvell/mwifiex/ioctl.h s8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1]; byte_seq 1404 drivers/net/wireless/marvell/mwifiex/sta_cmd.c byte_len = filter->byte_seq[MWIFIEX_MEF_MAX_BYTESEQ]; byte_seq 1405 drivers/net/wireless/marvell/mwifiex/sta_cmd.c memcpy(stack_ptr, filter->byte_seq, byte_len);