Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dfw.c590 u8 c2h_cmd_id, in _rtl8723be_c2h_content_parsing() argument
595 switch (c2h_cmd_id) { in _rtl8723be_c2h_content_parsing()
616 "[C2H], Unkown packet!! CmdId(%#X)!\n", c2h_cmd_id); in _rtl8723be_c2h_content_parsing()
624 u8 c2h_cmd_id = 0, c2h_cmd_seq = 0, c2h_cmd_len = 0; in rtl8723be_c2h_packet_handler() local
627 c2h_cmd_id = buffer[0]; in rtl8723be_c2h_packet_handler()
634 c2h_cmd_id, c2h_cmd_seq, c2h_cmd_len); in rtl8723be_c2h_packet_handler()
639 _rtl8723be_c2h_content_parsing(hw, c2h_cmd_id, c2h_cmd_len, tmp_buf); in rtl8723be_c2h_packet_handler()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dfw.c845 static void _rtl92ee_c2h_content_parsing(struct ieee80211_hw *hw, u8 c2h_cmd_id, in _rtl92ee_c2h_content_parsing() argument
850 switch (c2h_cmd_id) { in _rtl92ee_c2h_content_parsing()
878 "[C2H], Unkown packet!! CmdId(%#X)!\n", c2h_cmd_id); in _rtl92ee_c2h_content_parsing()
886 u8 c2h_cmd_id = 0, c2h_cmd_seq = 0, c2h_cmd_len = 0; in rtl92ee_c2h_packet_handler() local
889 c2h_cmd_id = buffer[0]; in rtl92ee_c2h_packet_handler()
896 c2h_cmd_id, c2h_cmd_seq, c2h_cmd_len); in rtl92ee_c2h_packet_handler()
901 _rtl92ee_c2h_content_parsing(hw, c2h_cmd_id, c2h_cmd_len, tmp_buf); in rtl92ee_c2h_packet_handler()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dfw.c1813 u8 c2h_cmd_id, u8 c2h_cmd_len, in _rtl8821ae_c2h_content_parsing() argument
1818 switch (c2h_cmd_id) { in _rtl8821ae_c2h_content_parsing()
1842 u8 c2h_cmd_id = 0, c2h_cmd_seq = 0, c2h_cmd_len = 0; in rtl8821ae_c2h_packet_handler() local
1845 c2h_cmd_id = buffer[0]; in rtl8821ae_c2h_packet_handler()
1852 c2h_cmd_id, c2h_cmd_seq, c2h_cmd_len); in rtl8821ae_c2h_packet_handler()
1856 _rtl8821ae_c2h_content_parsing(hw, c2h_cmd_id, c2h_cmd_len, tmp_buf); in rtl8821ae_c2h_packet_handler()