Searched defs:c2h (Results 1 – 4 of 4) sorted by relevance
180 #define GET_C2H_CMD_ID(c2h) ({u8 *__c2h = c2h; __c2h[0]; }) argument181 #define GET_C2H_SEQ(c2h) ({u8 *__c2h = c2h; __c2h[1]; }) argument183 #define GET_C2H_DATA_PTR(c2h) ({u8 *__c2h = c2h; &__c2h[C2H_DATA_OFFSET]; }) argument185 #define GET_TX_REPORT_SN_V1(c2h) (c2h[6]) argument186 #define GET_TX_REPORT_ST_V1(c2h) (c2h[0] & 0xC0) argument187 #define GET_TX_REPORT_RETRY_V1(c2h) (c2h[2] & 0x3F) argument188 #define GET_TX_REPORT_SN_V2(c2h) (c2h[6]) argument189 #define GET_TX_REPORT_ST_V2(c2h) (c2h[7] & 0xC0) argument190 #define GET_TX_REPORT_RETRY_V2(c2h) (c2h[8] & 0x3F) argument
926 int rtl_halmac_c2h_handle(struct rtl_priv *rtlpriv, u8 *c2h, u32 size) in rtl_halmac_c2h_handle()
230 void *c2h = rtw_cbuf_pop(pevtpriv->c2h_queue); in _rtw_free_evt_priv() local
5160 struct rtl8723bu_c2h *c2h = (struct rtl8723bu_c2h *)skb->data; in rtl8723bu_handle_c2h() local