Home
last modified time | relevance | path

Searched defs:c2h (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Dfw.c96 struct rtw_c2h_cmd *c2h; in rtw_fw_c2h_cmd_handle_ext() local
300 struct rtw_c2h_cmd *c2h; in rtw_fw_c2h_cmd_handle() local
350 struct rtw_c2h_cmd *c2h; in rtw_fw_c2h_cmd_rx_irqsafe() local
2367 struct rtw_c2h_cmd *c2h; in rtw_hw_scan_status_report() local
2422 struct rtw_c2h_cmd *c2h; in rtw_hw_scan_chan_switch() local
H A Dtx.c232 struct rtw_c2h_cmd *c2h; in rtw_tx_report_handle() local
H A Dcoex.c625 struct rtw_c2h_cmd *c2h; get_payload_from_coex_resp() local
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h163 #define GET_C2H_CMD_ID(c2h) ({u8 *__c2h = c2h; __c2h[0]; }) argument
164 #define GET_C2H_SEQ(c2h) ({u8 *__c2h = c2h; __c2h[1]; }) argument
166 #define GET_C2H_DATA_PTR(c2h) ({u8 *__c2h = c2h; &__c2h[C2H_DATA_OFFSET]; }) argument
168 #define GET_TX_REPORT_SN_V1(c2h) (c2h[6]) argument
169 #define GET_TX_REPORT_ST_V1(c2h) (c2h[0] & 0xC0) argument
170 #define GET_TX_REPORT_RETRY_V1(c2h) (c2h[2] & 0x3F) argument
171 #define GET_TX_REPORT_SN_V2(c2h) (c2h[6]) argument
172 #define GET_TX_REPORT_ST_V2(c2h) (c2h[7] & 0xC0) argument
173 #define GET_TX_REPORT_RETRY_V2(c2h) (c2h[8] & 0x3F) argument
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c220 void *c2h = rtw_cbuf_pop(pevtpriv->c2h_queue); in _rtw_free_evt_priv() local