Home
last modified time | relevance | path

Searched refs:to_hba (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/block/
Dcciss.c570 #define to_hba(n) container_of(n, struct ctlr_info, dev) macro
645 struct ctlr_info *h = to_hba(dev); in host_show_resettable()
655 struct ctlr_info *h = to_hba(dev); in host_store_rescan()
669 struct ctlr_info *h = to_hba(dev); in host_show_transport_mode()
682 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_unique_id()
712 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_vendor()
736 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_model()
760 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_rev()
783 struct ctlr_info *h = to_hba(drv->dev.parent); in cciss_show_lunid()
808 struct ctlr_info *h = to_hba(drv->dev.parent); in cciss_show_raid_level()
[all …]
/linux-4.4.14/drivers/target/
Dtarget_core_configfs.c2926 static inline struct se_hba *to_hba(struct config_item *item) in to_hba() function
2933 struct se_hba *hba = to_hba(item); in target_hba_info_show()
2942 struct se_hba *hba = to_hba(item); in target_hba_mode_show()
2954 struct se_hba *hba = to_hba(item); in target_hba_mode_store()