Home
last modified time | relevance | path

Searched refs:c2h (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h180 #define GET_C2H_CMD_ID(c2h) ({u8 *__c2h = c2h; __c2h[0]; }) argument
181 #define GET_C2H_SEQ(c2h) ({u8 *__c2h = c2h; __c2h[1]; }) argument
183 #define GET_C2H_DATA_PTR(c2h) ({u8 *__c2h = c2h; &__c2h[C2H_DATA_OFFSET]; }) argument
185 #define GET_TX_REPORT_SN_V1(c2h) (c2h[6]) argument
186 #define GET_TX_REPORT_ST_V1(c2h) (c2h[0] & 0xC0) argument
187 #define GET_TX_REPORT_RETRY_V1(c2h) (c2h[2] & 0x3F) argument
188 #define GET_TX_REPORT_SN_V2(c2h) (c2h[6]) argument
189 #define GET_TX_REPORT_ST_V2(c2h) (c2h[7] & 0xC0) argument
190 #define GET_TX_REPORT_RETRY_V2(c2h) (c2h[8] & 0x3F) argument
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Drtl_halmac.h41 int rtl_halmac_c2h_handle(struct rtl_priv *rtlpriv, u8 *c2h, u32 size);
Drtl_halmac.c926 int rtl_halmac_c2h_handle(struct rtl_priv *rtlpriv, u8 *c2h, u32 size) in rtl_halmac_c2h_handle() argument
935 status = api->halmac_get_c2h_info(mac, c2h, size); in rtl_halmac_c2h_handle()
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c5160 struct rtl8723bu_c2h *c2h = (struct rtl8723bu_c2h *)skb->data; in rtl8723bu_handle_c2h() local
5167 c2h->id, c2h->seq, len, c2h->bt_info.response_source); in rtl8723bu_handle_c2h()
5169 switch(c2h->id) { in rtl8723bu_handle_c2h()
5171 if (c2h->bt_info.response_source > in rtl8723bu_handle_c2h()
5177 if (c2h->bt_info.bt_has_reset) in rtl8723bu_handle_c2h()
5179 if (c2h->bt_info.tx_rx_mask) in rtl8723bu_handle_c2h()
5185 c2h->bt_mp_info.ext_id, c2h->bt_mp_info.status); in rtl8723bu_handle_c2h()
5190 c2h->ra_report.rate, c2h->ra_report.dummy0_0, in rtl8723bu_handle_c2h()
5191 c2h->ra_report.macid, c2h->ra_report.noisy_state); in rtl8723bu_handle_c2h()
5195 c2h->id, c2h->seq); in rtl8723bu_handle_c2h()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_cmd.c230 void *c2h = rtw_cbuf_pop(pevtpriv->c2h_queue); in _rtw_free_evt_priv() local
231 if (c2h != NULL && c2h != (void *)pevtpriv) { in _rtw_free_evt_priv()
232 kfree(c2h); in _rtw_free_evt_priv()
/Linux-v4.19/drivers/staging/rtlwifi/
Dwifi.h2711 int (*halmac_c2h_handle)(struct rtl_priv *rtlpriv, u8 *c2h, u32 size);