Home
last modified time | relevance | path

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 Dmlo_global_h_shmem_arena.c42 (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 Dcsr_link_list.h63 #define GET_FIELD_OFFSET(type, field) (qdf_offsetof(type, field))
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/
H A Dwlan_utility.c364 *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 Dhal_rh_rx.h237 #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 Dhal_li_rx.h340 #define RX_PKT_TLV_OFFSET(field) qdf_offsetof(struct rx_pkt_tlvs, field)
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_types.h342 #define qdf_offsetof(type, field) offsetof(type, field) macro
/wlan-driver/qca-wifi-host-cmn/cfg/src/
H A Dcfg.c307 .field_offset = qdf_offsetof(struct cfg_values, _id##_internal), \
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_connectivity_logging.c27 qdf_offsetof(struct wlan_log_record, member)
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_rx_tlv.h539 #define RX_PKT_TLV_OFFSET(field) qdf_offsetof(struct rx_pkt_tlvs, field)
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_ll.c1339 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 Ddp_mon.c2092 + 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()