Searched refs:htt_rx_desc_v1 (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | htt.c | 135 .rx_desc_size = sizeof(struct htt_rx_desc_v1), 136 .rx_desc_msdu_payload_offset = offsetof(struct htt_rx_desc_v1, msdu_payload) 141 struct htt_rx_desc_v1 *rx_desc = container_of(rxd, in ath10k_qca99x0_rx_desc_get_l3_pad_bytes() 142 struct htt_rx_desc_v1, in ath10k_qca99x0_rx_desc_get_l3_pad_bytes() 151 struct htt_rx_desc_v1 *rx_desc = container_of(rxd, in ath10k_qca99x0_rx_desc_msdu_limit_error() 152 struct htt_rx_desc_v1, in ath10k_qca99x0_rx_desc_msdu_limit_error() 160 .rx_desc_size = sizeof(struct htt_rx_desc_v1), 161 .rx_desc_msdu_payload_offset = offsetof(struct htt_rx_desc_v1, msdu_payload),
|
D | htt.h | 2124 struct htt_rx_desc_v1 { struct 2206 return &((struct htt_rx_desc_v1 *)buff)->base; in ath10k_htt_rx_desc_from_raw_buffer() 2216 #define desc_offset(x) (offsetof(struct htt_rx_desc_v1, x) / 4) in ath10k_htt_rx_desc_get_offsets() 2234 struct htt_rx_desc_v1 *rx_desc; in ath10k_htt_rx_desc_get_attention() 2239 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_attention() 2246 struct htt_rx_desc_v1 *rx_desc; in ath10k_htt_rx_desc_get_frag_info() 2251 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_frag_info() 2258 struct htt_rx_desc_v1 *rx_desc; in ath10k_htt_rx_desc_get_mpdu_start() 2263 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_mpdu_start() 2270 struct htt_rx_desc_v1 *rx_desc; in ath10k_htt_rx_desc_get_mpdu_end() [all …]
|