Searched refs:qdf_offsetof (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ |
H A D | mlo_global_h_shmem_arena.c | 42 (qdf_offsetof(typeof(*(ptlv)), field_name) < (tlv_len) ? \ 73 (qdf_offsetof(typeof(*(ptlv)), field_name) >= (tlv_len) ? 0 : \ 93 (qdf_offsetof(typeof(*(ptlv)), field_name) < (tlv_len) ? \ 226 data += qdf_offsetof(mlo_glb_rx_reo_per_link_snapshot_info, in extract_mlo_glb_rx_reo_per_link_info_tlv() 230 remaining_len -= qdf_offsetof(mlo_glb_rx_reo_per_link_snapshot_info, in extract_mlo_glb_rx_reo_per_link_info_tlv() 232 parsed_bytes = qdf_offsetof(mlo_glb_rx_reo_per_link_snapshot_info, in extract_mlo_glb_rx_reo_per_link_info_tlv()
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
H A D | csr_link_list.h | 63 #define GET_FIELD_OFFSET(type, field) (qdf_offsetof(type, field))
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/ |
H A D | wlan_utility.c | 364 *elemunit_id_pos = qdf_offsetof(struct subelem_header, in wlan_get_elemunit_info() 369 *elemunit_len_pos = qdf_offsetof(struct subelem_header, in wlan_get_elemunit_info() 396 *elemunit_id_pos = qdf_offsetof(struct ie_header, in wlan_get_elemunit_info() 401 *elemunit_len_pos = qdf_offsetof(struct ie_header, in wlan_get_elemunit_info() 408 qdf_offsetof(struct extn_ie_header, ie_extn_id); in wlan_get_elemunit_info()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/ |
H A D | hal_rh_rx.h | 237 #define RX_PKT_TLV_OFFSET(field) qdf_offsetof(struct rx_pkt_tlvs, field)
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
H A D | hal_li_rx.h | 340 #define RX_PKT_TLV_OFFSET(field) qdf_offsetof(struct rx_pkt_tlvs, field)
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_types.h | 342 #define qdf_offsetof(type, field) offsetof(type, field) macro
|
/wlan-driver/qca-wifi-host-cmn/cfg/src/ |
H A D | cfg.c | 307 .field_offset = qdf_offsetof(struct cfg_values, _id##_internal), \
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_connectivity_logging.c | 27 qdf_offsetof(struct wlan_log_record, member)
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_rx_tlv.h | 539 #define RX_PKT_TLV_OFFSET(field) qdf_offsetof(struct rx_pkt_tlvs, field)
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_rx_ll.c | 1339 qdf_offsetof(struct htt_rx_hash_entry, listnode); in htt_rx_hash_init()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
H A D | dp_mon.c | 2092 + qdf_offsetof(htt_ppdu_stats_rx_mgmtctrl_payload_tlv, payload); in dp_rx_populate_cbf_hdr() 2106 qdf_offsetof(htt_ppdu_stats_rx_mgmtctrl_payload_tlv, payload) in dp_rx_populate_cbf_hdr() 2124 qdf_offsetof(htt_ppdu_stats_rx_mgmtctrl_payload_tlv, payload) in dp_rx_populate_cbf_hdr()
|