Home
last modified time | relevance | path

Searched refs:rx_pkt_type (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_rx.c195 u16 rx_pkt_type, rx_pkt_offset, rx_pkt_length, seq_num; in mwifiex_process_sta_rx_packet() local
199 rx_pkt_type = le16_to_cpu(local_rx_pd->rx_pkt_type); in mwifiex_process_sta_rx_packet()
215 if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_sta_rx_packet()
250 if (rx_pkt_type != PKT_TYPE_BAR) in mwifiex_process_sta_rx_packet()
258 ta, (u8) rx_pkt_type, skb); in mwifiex_process_sta_rx_packet()
260 if (ret || (rx_pkt_type == PKT_TYPE_BAR)) in mwifiex_process_sta_rx_packet()
Duap_txrx.c379 u16 rx_pkt_type; in mwifiex_process_uap_rx_packet() local
385 rx_pkt_type = le16_to_cpu(uap_rx_pd->rx_pkt_type); in mwifiex_process_uap_rx_packet()
406 if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_rx_packet()
415 if (rx_pkt_type != PKT_TYPE_BAR && uap_rx_pd->priority < MAX_NUM_TID) { in mwifiex_process_uap_rx_packet()
427 (le16_to_cpu(uap_rx_pd->rx_pkt_type) != PKT_TYPE_AMSDU))) { in mwifiex_process_uap_rx_packet()
435 pkt_type = (u8)le16_to_cpu(uap_rx_pd->rx_pkt_type); in mwifiex_process_uap_rx_packet()
440 if (ret || (rx_pkt_type == PKT_TYPE_BAR)) in mwifiex_process_uap_rx_packet()
Dfw.h699 __le16 rx_pkt_type; member
746 __le16 rx_pkt_type; member
D11n_rxreorder.c38 if (le16_to_cpu(local_rx_pd->rx_pkt_type) == PKT_TYPE_AMSDU) { in mwifiex_11n_dispatch_amsdu_pkt()
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c870 u8 rx_pkt_type; in oid_rt_set_rx_packet_type_hdl() local
877 rx_pkt_type = *((u8 *)poid_par_priv->information_buf);/*4*/ in oid_rt_set_rx_packet_type_hdl()
880 switch (rx_pkt_type) { in oid_rt_set_rx_packet_type_hdl()
898 if (rx_pkt_type == RX_PKT_DEST_ADDR) in oid_rt_set_rx_packet_type_hdl()
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm.h739 u8 rx_pkt_type; member
/Linux-v4.19/drivers/net/
Dsb1000.c79 unsigned char rx_pkt_type[NPIDS]; member