Searched defs:c2h (Results 1 – 6 of 6) sorted by relevance
20 struct rtw_c2h_cmd *c2h; in rtw_fw_c2h_cmd_handle_ext() local131 struct rtw_c2h_cmd *c2h; in rtw_fw_c2h_cmd_handle() local172 struct rtw_c2h_cmd *c2h; in rtw_fw_c2h_cmd_rx_irqsafe() local
204 struct rtw_c2h_cmd *c2h; in rtw_tx_report_handle() local
449 struct rtw_c2h_cmd *c2h; in get_payload_from_coex_resp() local
159 #define GET_C2H_CMD_ID(c2h) ({u8 *__c2h = c2h; __c2h[0]; }) argument160 #define GET_C2H_SEQ(c2h) ({u8 *__c2h = c2h; __c2h[1]; }) argument162 #define GET_C2H_DATA_PTR(c2h) ({u8 *__c2h = c2h; &__c2h[C2H_DATA_OFFSET]; }) argument164 #define GET_TX_REPORT_SN_V1(c2h) (c2h[6]) argument165 #define GET_TX_REPORT_ST_V1(c2h) (c2h[0] & 0xC0) argument166 #define GET_TX_REPORT_RETRY_V1(c2h) (c2h[2] & 0x3F) argument167 #define GET_TX_REPORT_SN_V2(c2h) (c2h[6]) argument168 #define GET_TX_REPORT_ST_V2(c2h) (c2h[7] & 0xC0) argument169 #define GET_TX_REPORT_RETRY_V2(c2h) (c2h[8] & 0x3F) argument
227 void *c2h = rtw_cbuf_pop(pevtpriv->c2h_queue); in _rtw_free_evt_priv() local
5484 struct rtl8723bu_c2h *c2h; in rtl8xxxu_c2hcmd_callback() local5563 struct rtl8723bu_c2h *c2h = (struct rtl8723bu_c2h *)skb->data; in rtl8723bu_handle_c2h() local