Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Dfw.c20 struct rtw_c2h_cmd *c2h; in rtw_fw_c2h_cmd_handle_ext() local
131 struct rtw_c2h_cmd *c2h; in rtw_fw_c2h_cmd_handle() local
172 struct rtw_c2h_cmd *c2h; in rtw_fw_c2h_cmd_rx_irqsafe() local
Dtx.c204 struct rtw_c2h_cmd *c2h; in rtw_tx_report_handle() local
Dcoex.c449 struct rtw_c2h_cmd *c2h; in get_payload_from_coex_resp() local
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h159 #define GET_C2H_CMD_ID(c2h) ({u8 *__c2h = c2h; __c2h[0]; }) argument
160 #define GET_C2H_SEQ(c2h) ({u8 *__c2h = c2h; __c2h[1]; }) argument
162 #define GET_C2H_DATA_PTR(c2h) ({u8 *__c2h = c2h; &__c2h[C2H_DATA_OFFSET]; }) argument
164 #define GET_TX_REPORT_SN_V1(c2h) (c2h[6]) argument
165 #define GET_TX_REPORT_ST_V1(c2h) (c2h[0] & 0xC0) argument
166 #define GET_TX_REPORT_RETRY_V1(c2h) (c2h[2] & 0x3F) argument
167 #define GET_TX_REPORT_SN_V2(c2h) (c2h[6]) argument
168 #define GET_TX_REPORT_ST_V2(c2h) (c2h[7] & 0xC0) argument
169 #define GET_TX_REPORT_RETRY_V2(c2h) (c2h[8] & 0x3F) argument
/kernel/linux/linux-4.19/drivers/staging/rtlwifi/halmac/
Drtl_halmac.c926 int rtl_halmac_c2h_handle(struct rtl_priv *rtlpriv, u8 *c2h, u32 size) in rtl_halmac_c2h_handle()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
Drtw_cmd.c231 void *c2h = rtw_cbuf_pop(pevtpriv->c2h_queue); in _rtw_free_evt_priv() local
/kernel/linux/linux-4.19/drivers/staging/rtl8723bs/core/
Drtw_cmd.c230 void *c2h = rtw_cbuf_pop(pevtpriv->c2h_queue); in _rtw_free_evt_priv() local
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c5435 struct rtl8723bu_c2h *c2h; in rtl8xxxu_c2hcmd_callback() local
5510 struct rtl8723bu_c2h *c2h = (struct rtl8723bu_c2h *)skb->data; in rtl8723bu_handle_c2h() local
/kernel/linux/linux-4.19/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c5163 struct rtl8723bu_c2h *c2h = (struct rtl8723bu_c2h *)skb->data; in rtl8723bu_handle_c2h() local