Searched refs:c2h (Results 1 – 2 of 2) sorted by relevance
231 struct rtw_c2h_cmd *c2h; in rtw_tx_report_handle() local237 c2h = get_c2h_from_skb(skb); in rtw_tx_report_handle()240 sn = GET_CCX_REPORT_SEQNUM_V0(c2h->payload); in rtw_tx_report_handle()241 st = GET_CCX_REPORT_STATUS_V0(c2h->payload); in rtw_tx_report_handle()243 sn = GET_CCX_REPORT_SEQNUM_V1(c2h->payload); in rtw_tx_report_handle()244 st = GET_CCX_REPORT_STATUS_V1(c2h->payload); in rtw_tx_report_handle()
625 struct rtw_c2h_cmd *c2h; in get_payload_from_coex_resp() local629 c2h = (struct rtw_c2h_cmd *)(resp->data + pkt_offset); in get_payload_from_coex_resp()631 return c2h->payload; in get_payload_from_coex_resp()