Searched refs:mmd (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_common.h522 int (*set_loopback)(struct cphy *phy, int mmd, int dir, int enable);
542 static __inline int mdio_read(struct cphy *phy, int mmd, int reg, argument
545 return phy->mdio_read(phy->adapter, phy->addr, mmd, reg, valp);
548 static __inline int mdio_write(struct cphy *phy, int mmd, int reg, argument
551 return phy->mdio_write(phy->adapter, phy->addr, mmd, reg, val);
645 int t3_mdio_change_bits(struct cphy *phy, int mmd, int reg, unsigned int clear,
647 int t3_phy_reset(struct cphy *phy, int mmd, int wait);
H A Dcxgb_mv88e1xxx.c186 static int mv88e1xxx_set_loopback(struct cphy *cphy, int mmd, int dir, int on) argument
H A Dcxgb_t3_hw.c310 * @mmd: the device address
318 int t3_mdio_change_bits(struct cphy *phy, int mmd, int reg, unsigned int clear, argument
324 ret = mdio_read(phy, mmd, reg, &val);
327 ret = mdio_write(phy, mmd, reg, val | set);
335 * @mmd: the device address of the PHY block to reset
339 * @mmd should be 0 for 10/100/1000 PHYs and the device address to reset
342 int t3_phy_reset(struct cphy *phy, int mmd, int wait) argument
347 err = t3_mdio_change_bits(phy, mmd, MII_BMCR, BMCR_PDOWN, BMCR_RESET);
352 err = mdio_read(phy, mmd, MII_BMCR, &ctl);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_all.c499 const EVP_MD *mgf1md, *mmd = NULL; local
503 || !ossl_rsa_pss_get_param_unverified(pss, &mmd, &mgf1md,
506 || mmd == NULL) {
513 if ((md = EVP_MD_fetch(cert->libctx, EVP_MD_get0_name(mmd),

Completed in 100 milliseconds