Searched refs:qcc2072 (Results 1 – 2 of 2) sorted by relevance
101 u32 info = __le32_to_cpu(desc->u.qcc2072.msdu_end.info10); in ath12k_hal_rx_desc_set_msdu_len_qcc2072()106 desc->u.qcc2072.msdu_end.info10 = __cpu_to_le32(info); in ath12k_hal_rx_desc_set_msdu_len_qcc2072()112 hdr->frame_control = desc->u.qcc2072.mpdu_start.frame_ctrl; in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()113 hdr->duration_id = desc->u.qcc2072.mpdu_start.duration; in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()114 ether_addr_copy(hdr->addr1, desc->u.qcc2072.mpdu_start.addr1); in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()115 ether_addr_copy(hdr->addr2, desc->u.qcc2072.mpdu_start.addr2); in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()116 ether_addr_copy(hdr->addr3, desc->u.qcc2072.mpdu_start.addr3); in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()118 if (__le32_to_cpu(desc->u.qcc2072.mpdu_start.info4) & in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()120 ether_addr_copy(hdr->addr4, desc->u.qcc2072.mpdu_start.addr4); in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()122 hdr->seq_ctrl = desc->u.qcc2072.mpdu_start.seq_ctrl; in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()[all …]
1536 struct hal_rx_desc_qcc2072 qcc2072; member