Searched refs:mmd (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/chxge/com/ |
| H A D | cphy.h | 98 static inline int mdio_read(struct cphy *cphy, int mmd, int reg, in mdio_read() argument 101 return cphy->mdio_read(cphy->adapter, cphy->addr, mmd, reg, valp); in mdio_read() 104 static inline int mdio_write(struct cphy *cphy, int mmd, int reg, in mdio_write() argument 107 return cphy->mdio_write(cphy->adapter, cphy->addr, mmd, reg, val); in mdio_write()
|
| /illumos-gate/usr/src/cmd/ldmad/ |
| H A D | mdesc_mutable.h | 90 typedef struct mmd mmd_t; 137 struct mmd { struct
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
| H A D | common.h | 884 unsigned int mmd, unsigned int reg, unsigned int *valp); 886 unsigned int mmd, unsigned int reg, unsigned int val);
|
| H A D | t4_hw.c | 7029 unsigned int mmd, unsigned int reg, unsigned int *valp) in t4_mdio_rd() argument 7042 V_FW_LDST_CMD_MMD(mmd)); in t4_mdio_rd() 7063 unsigned int mmd, unsigned int reg, unsigned int val) in t4_mdio_wr() argument 7075 V_FW_LDST_CMD_MMD(mmd)); in t4_mdio_wr()
|