Searched refs:htt_rx_desc_v1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | htt.c | 136 .rx_desc_size = sizeof(struct htt_rx_desc_v1), 137 .rx_desc_msdu_payload_offset = offsetof(struct htt_rx_desc_v1, msdu_payload) 142 struct htt_rx_desc_v1 *rx_desc = container_of(rxd, in ath10k_qca99x0_rx_desc_get_l3_pad_bytes() 143 struct htt_rx_desc_v1, in ath10k_qca99x0_rx_desc_get_l3_pad_bytes() 152 struct htt_rx_desc_v1 *rx_desc = container_of(rxd, in ath10k_qca99x0_rx_desc_msdu_limit_error() 153 struct htt_rx_desc_v1, in ath10k_qca99x0_rx_desc_msdu_limit_error() 161 .rx_desc_size = sizeof(struct htt_rx_desc_v1), 162 .rx_desc_msdu_payload_offset = offsetof(struct htt_rx_desc_v1, msdu_payload),
|
D | htt.h | 2130 struct htt_rx_desc_v1 { struct 2212 return &((struct htt_rx_desc_v1 *)buff)->base; in ath10k_htt_rx_desc_from_raw_buffer() 2222 #define desc_offset(x) (offsetof(struct htt_rx_desc_v1, x) / 4) in ath10k_htt_rx_desc_get_offsets() 2240 struct htt_rx_desc_v1 *rx_desc; in ath10k_htt_rx_desc_get_attention() 2245 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_attention() 2252 struct htt_rx_desc_v1 *rx_desc; in ath10k_htt_rx_desc_get_frag_info() 2257 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_frag_info() 2264 struct htt_rx_desc_v1 *rx_desc; in ath10k_htt_rx_desc_get_mpdu_start() 2269 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base); in ath10k_htt_rx_desc_get_mpdu_start() 2276 struct htt_rx_desc_v1 *rx_desc; in ath10k_htt_rx_desc_get_mpdu_end() [all …]
|