Home
last modified time | relevance | path

Searched refs:BFI_MC_PHY (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
Dbfi.h123 BFI_MC_PHY = 25, /*!< External PHY message class */ enumerator
/kernel/linux/linux-5.10/drivers/scsi/bfa/
Dbfi.h206 BFI_MC_PHY = 25, /* External PHY message class */ enumerator
Dbfa_ioc.c5344 bfi_h2i_set(msg->mh, BFI_MC_PHY, BFI_PHY_H2I_QUERY_REQ, in bfa_phy_query_send()
5374 bfi_h2i_set(msg->mh, BFI_MC_PHY, BFI_PHY_H2I_WRITE_REQ, in bfa_phy_write_send()
5408 bfi_h2i_set(msg->mh, BFI_MC_PHY, BFI_PHY_H2I_READ_REQ, in bfa_phy_read_send()
5427 bfi_h2i_set(msg->mh, BFI_MC_PHY, BFI_PHY_H2I_STATS_REQ, in bfa_phy_stats_send()
5467 bfa_ioc_mbox_regisr(phy->ioc, BFI_MC_PHY, bfa_phy_intr, phy); in bfa_phy_attach()