Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dfw.c591 u8 c2h_cmd_len, u8 *tmp_buf) in _rtl8723be_c2h_content_parsing() argument
608 c2h_cmd_len); 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
629 c2h_cmd_len = len - 2; in rtl8723be_c2h_packet_handler()
634 c2h_cmd_id, c2h_cmd_seq, c2h_cmd_len); in rtl8723be_c2h_packet_handler()
637 "[C2H packet], Content Hex:\n", tmp_buf, 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.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dfw.c846 u8 c2h_cmd_len, u8 *tmp_buf) in _rtl92ee_c2h_content_parsing() argument
867 c2h_cmd_len); in _rtl92ee_c2h_content_parsing()
874 _rtl92ee_c2h_ra_report_handler(hw, tmp_buf, c2h_cmd_len); 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
891 c2h_cmd_len = len - 2; in rtl92ee_c2h_packet_handler()
896 c2h_cmd_id, c2h_cmd_seq, c2h_cmd_len); in rtl92ee_c2h_packet_handler()
899 "[C2H packet], Content Hex:\n", tmp_buf, 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.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dfw.c1813 u8 c2h_cmd_id, u8 c2h_cmd_len, in _rtl8821ae_c2h_content_parsing() argument
1823 rtl8821ae_c2h_ra_report_handler(hw, tmp_buf, c2h_cmd_len); in _rtl8821ae_c2h_content_parsing()
1831 c2h_cmd_len); 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
1847 c2h_cmd_len = length - 2; in rtl8821ae_c2h_packet_handler()
1852 c2h_cmd_id, c2h_cmd_seq, c2h_cmd_len); in rtl8821ae_c2h_packet_handler()
1855 "[C2H packet], Content Hex:\n", tmp_buf, 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()