Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/qlxgbe/
Dql_isr.c64 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; in qla_rx_intr() local
101 mpf = mp; in qla_rx_intr()
124 mpl = mpf = mp; in qla_rx_intr()
139 eh = mtod(mpf, struct ether_vlan_header *); in qla_rx_intr()
144 mpf->m_pkthdr.ether_vtag = ntohs(eh->evl_tag); in qla_rx_intr()
145 mpf->m_flags |= M_VLANTAG; in qla_rx_intr()
151 m_adj(mpf, ETHER_VLAN_ENCAP_LEN); in qla_rx_intr()
155 mpf->m_pkthdr.csum_flags = CSUM_IP_CHECKED | CSUM_IP_VALID | in qla_rx_intr()
157 mpf->m_pkthdr.csum_data = 0xFFFF; in qla_rx_intr()
159 mpf->m_pkthdr.csum_flags = 0; in qla_rx_intr()
[all …]
/freebsd-9-stable/sys/dev/mii/
Dsmcphy.c109 const struct mii_phy_funcs *mpf; in smcphy_attach() local
114 mpf = &smcphy80220_funcs; in smcphy_attach()
116 mpf = &smcphy_funcs; in smcphy_attach()
117 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1); in smcphy_attach()
Dmiivar.h272 const struct mii_phy_funcs *mpf, int add_media);
Dmii_physubr.c527 mii_phy_dev_attach(device_t dev, u_int flags, const struct mii_phy_funcs *mpf, in mii_phy_dev_attach() argument
548 sc->mii_funcs = mpf; in mii_phy_dev_attach()