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

/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_isr.c64 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
98 mpf = mp;
121 mpl = mpf = mp;
136 eh = mtod(mpf, struct ether_vlan_header *);
141 mpf->m_pkthdr.ether_vtag = ntohs(eh->evl_tag);
142 mpf->m_flags |= M_VLANTAG;
148 m_adj(mpf, ETHER_VLAN_ENCAP_LEN);
152 mpf->m_pkthdr.csum_flags = CSUM_IP_CHECKED | CSUM_IP_VALID |
154 mpf->m_pkthdr.csum_data = 0xFFFF;
156 mpf
183 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
[all...]
/freebsd-9.3-release/sys/dev/mii/
H A Dsmcphy.c109 const struct mii_phy_funcs *mpf; local
114 mpf = &smcphy80220_funcs;
116 mpf = &smcphy_funcs;
117 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1);
H A Dmiivar.h272 const struct mii_phy_funcs *mpf, int add_media);
H A Dmii_physubr.c527 mii_phy_dev_attach(device_t dev, u_int flags, const struct mii_phy_funcs *mpf, argument
548 sc->mii_funcs = mpf;

Completed in 117 milliseconds