Home
last modified time | relevance | path

Searched defs:elm (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Dqueue.h136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
199 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ argument
205 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument
211 #define STAILQ_INSERT_TAIL(head, elm, field) do { \ argument
219 #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) argument
221 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument
241 #define STAILQ_REMOVE_HEAD_UNTIL(head, elm, field) do { \ argument
[all …]
/linux/tools/firewire/
H A Dlist.h56 #define list_next(elm, member) \ argument
/linux/drivers/iommu/
H A Diommu-pages.c11 #define IOPTDESC_MATCH(pg_elm, elm) \ argument
/linux/drivers/iommu/amd/
H A Dnested.c66 struct guest_domain_mapping_info *elm, *res; in gdom_info_load_or_alloc_locked() local
/linux/sound/soc/starfive/
H A Djh7110_tdm.c117 enum TDM_ELM elm; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c785 const struct rtw89_fw_element_hdr *elm, in __rtw89_fw_recognize_from_elm()
1100 const struct rtw89_fw_element_hdr *elm, in rtw89_build_phy_tbl_from_elm()
1177 const struct rtw89_fw_element_hdr *elm, in rtw89_fw_recognize_txpwr_from_elm()
1225 const struct rtw89_fw_element_hdr *elm, in rtw89_build_txpwr_trk_tbl_from_elm()
1296 const struct rtw89_fw_element_hdr *elm, in rtw89_build_rfk_log_fmt_from_elm()
1369 const struct rtw89_fw_element_hdr *elm, in rtw89_recognize_regd_from_elm()
1416 const struct rtw89_fw_element_hdr *elm, in rtw89_build_afe_pwr_seq_from_elm()
1428 const struct rtw89_fw_element_hdr *elm, in rtw89_recognize_diag_mac_from_elm()
1440 const struct rtw89_fw_element_hdr *elm, in rtw89_build_tx_comp_from_elm()
H A Dacpi.c18 const union acpi_object *elm; in rtw89_acpi_traversal_object() local
H A Dphy.h568 const struct rtw89_fw_element_hdr *elm[RTW89_PHY_C2H_RFK_LOG_FUNC_NUM]; member
H A Ddebug.c5255 const struct rtw89_fw_element_hdr *elm = rtwdev->fw.elm_info.diag_mac; in rtw89_mac_diag_iter_all() local
H A Dphy.c3823 const struct rtw89_fw_element_hdr *elm; in rtw89_phy_c2h_rfk_run_log() local