Searched refs:mpd (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/dev/mii/ |
| H A D | mii_physubr.c | 551 const struct mii_phydesc *mpd, size_t len) in mii_phy_match_gen() argument 554 for (; mpd->mpd_name != NULL; in mii_phy_match_gen() 555 mpd = (const struct mii_phydesc *)((const char *)mpd + len)) { in mii_phy_match_gen() 556 if (MII_OUI(ma->mii_id1, ma->mii_id2) == mpd->mpd_oui && in mii_phy_match_gen() 557 MII_MODEL(ma->mii_id2) == mpd->mpd_model) in mii_phy_match_gen() 558 return (mpd); in mii_phy_match_gen() 567 return (mii_phy_match_gen(ma, mpd, sizeof(struct mii_phydesc))); in mii_phy_match() 571 mii_phy_dev_probe(device_t dev, const struct mii_phydesc *mpd, int mrv) in mii_phy_dev_probe() argument 574 mpd = mii_phy_match(device_get_ivars(dev), mpd); in mii_phy_dev_probe() 575 if (mpd != NULL) { in mii_phy_dev_probe() [all …]
|
| H A D | miivar.h | 291 const struct mii_phydesc *mpd); 293 const struct mii_phydesc *mpd, size_t endlen); 294 int mii_phy_dev_probe(device_t dev, const struct mii_phydesc *mpd, int mrv);
|
| /freebsd-14.2/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 1134 struct bcma_erom_mport mpd; in bcma_erom_next_corecfg() local 1137 error = bcma_erom_parse_mport(erom, &mpd); in bcma_erom_next_corecfg() 1148 mport->mp_vid = mpd.port_vid; in bcma_erom_next_corecfg() 1149 mport->mp_num = mpd.port_num; in bcma_erom_next_corecfg()
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_main.c | 1768 struct mlx5_ib_pd *mpd = to_mpd(pd); in mlx5_ib_dealloc_pd() local 1770 mlx5_core_dealloc_pd(mdev->mdev, mpd->pdn, mpd->uid); in mlx5_ib_dealloc_pd()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | msdos | 522 !:ext vxd/386/pdr/mpd
|
| /freebsd-14.2/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 9379 Tandem NonStop-UX from Rick McCarty <mccarty@mpd.tandem.com>.
|