Home
last modified time | relevance | path

Searched refs:bfa_phy_s (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_ioc.h691 struct bfa_phy_s { struct
716 bfa_status_t bfa_phy_get_attr(struct bfa_phy_s *phy, u8 instance, argument
719 bfa_status_t bfa_phy_get_stats(struct bfa_phy_s *phy, u8 instance,
722 bfa_status_t bfa_phy_update(struct bfa_phy_s *phy, u8 instance,
725 bfa_status_t bfa_phy_read(struct bfa_phy_s *phy, u8 instance,
730 void bfa_phy_attach(struct bfa_phy_s *phy, struct bfa_ioc_s *ioc,
732 void bfa_phy_memclaim(struct bfa_phy_s *phy,
Dbfa_modules.h39 struct bfa_phy_s phy; /* phy module */
Dbfa_ioc.c5304 bfa_phy_present(struct bfa_phy_s *phy) in bfa_phy_present()
5312 struct bfa_phy_s *phy = cbarg; in bfa_phy_notify()
5339 struct bfa_phy_s *phy = cbarg; in bfa_phy_query_send()
5358 struct bfa_phy_s *phy = cbarg; in bfa_phy_write_send()
5398 struct bfa_phy_s *phy = cbarg; in bfa_phy_read_send()
5422 struct bfa_phy_s *phy = cbarg; in bfa_phy_stats_send()
5458 bfa_phy_attach(struct bfa_phy_s *phy, struct bfa_ioc_s *ioc, void *dev, in bfa_phy_attach()
5488 bfa_phy_memclaim(struct bfa_phy_s *phy, u8 *dm_kva, u64 dm_pa, in bfa_phy_memclaim()
5521 bfa_phy_get_attr(struct bfa_phy_s *phy, u8 instance, in bfa_phy_get_attr()
5560 bfa_phy_get_stats(struct bfa_phy_s *phy, u8 instance, in bfa_phy_get_stats()
[all …]
Dbfa_core.c157 struct bfa_phy_s *phy = BFA_PHY(bfa); in bfa_com_phy_attach()