Home
last modified time | relevance | path

Searched defs:mpf (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mii/
H A Dsmscphy.c99 const struct mii_phy_funcs *mpf; in smscphy_attach() local
H A Dsmcphy.c108 const struct mii_phy_funcs *mpf; in smcphy_attach() local
H A Dmii_physubr.c583 mii_phy_dev_attach(device_t dev, u_int flags, const struct mii_phy_funcs *mpf, in mii_phy_dev_attach()
/freebsd/sys/dev/qlxgbe/
H A Dql_isr.c62 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; in qla_rx_intr() local
192 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; in qla_lro_intr() local
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3851 struct mbuf *mp, *mpf, *mpl; in qlnx_rx_jumbo_chain() local
3927 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; in qlnx_tpa_start() local
4237 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; in qlnx_tpa_cont() local
4353 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; in qlnx_tpa_end() local
H A Dqlnx_def.h98 struct mbuf *mpf; /* first mbuf in chain */ member