Searched defs:mmd (Results 1 – 7 of 7) sorted by relevance
/drivers/net/sfc/ |
D | mdio_10g.c | 20 int mdio_clause45_reset_mmd(struct efx_nic *port, int mmd, in mdio_clause45_reset_mmd() 42 static int mdio_clause45_check_mmd(struct efx_nic *efx, int mmd, in mdio_clause45_check_mmd() 92 int mmd = 0; in mdio_clause45_wait_reset_mmds() local 129 int mmd = 0, probe_mmd; in mdio_clause45_check_mmds() local 173 int mmd = 0; in mdio_clause45_links_ok() local 242 int lpower, int mmd) in mdio_clause45_set_mmd_lpower() 259 int mmd = 0; in mdio_clause45_set_mmds_lpower() local
|
D | mdio_10g.h | 229 static inline u32 mdio_clause45_read_id(struct efx_nic *efx, int mmd) in mdio_clause45_read_id()
|
D | falcon.c | 2121 int mmd = ffs(efx->phy_op->mmds) - 1; in falcon_mdio_write() local 2187 int mmd = ffs(efx->phy_op->mmds) - 1; in falcon_mdio_read() local
|
/drivers/net/chelsio/ |
D | cphy.h | 112 static inline int mdio_read(struct cphy *cphy, int mmd, int reg, in mdio_read() 118 static inline int mdio_write(struct cphy *cphy, int mmd, int reg, in mdio_write()
|
/drivers/net/cxgb3/ |
D | common.h | 602 static inline int mdio_read(struct cphy *phy, int mmd, int reg, in mdio_read() 608 static inline int mdio_write(struct cphy *phy, int mmd, int reg, in mdio_write()
|
D | t3_hw.c | 322 int t3_mdio_change_bits(struct cphy *phy, int mmd, int reg, unsigned int clear, in t3_mdio_change_bits() 346 int t3_phy_reset(struct cphy *phy, int mmd, int wait) in t3_phy_reset()
|
D | cxgb3_main.c | 2274 int ret, mmd; in cxgb_ioctl() local
|