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

/freebsd-current/sys/dev/qlxgbe/
H A Dql_isr.c62 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
101 mpf = mp;
124 mpl = mpf = mp;
139 eh = mtod(mpf, struct ether_vlan_header *);
144 mpf->m_pkthdr.ether_vtag = ntohs(eh->evl_tag);
145 mpf->m_flags |= M_VLANTAG;
151 m_adj(mpf, ETHER_VLAN_ENCAP_LEN);
155 mpf->m_pkthdr.csum_flags = CSUM_IP_CHECKED | CSUM_IP_VALID |
157 mpf->m_pkthdr.csum_data = 0xFFFF;
159 mpf
192 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
[all...]
/freebsd-current/sys/dev/mii/
H A Dsmscphy.c99 const struct mii_phy_funcs *mpf; local
102 mpf = &smscphy_funcs;
103 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1);
H A Dsmcphy.c108 const struct mii_phy_funcs *mpf; local
113 mpf = &smcphy80220_funcs;
115 mpf = &smcphy_funcs;
116 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1);
H A Dmiivar.h296 const struct mii_phy_funcs *mpf, int add_media);
H A Dmii_physubr.c583 mii_phy_dev_attach(device_t dev, u_int flags, const struct mii_phy_funcs *mpf, argument
604 sc->mii_funcs = mpf;
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3851 struct mbuf *mp, *mpf, *mpl; local
3857 mpf = mpl = mp = NULL;
3871 if (mpf != NULL)
3872 m_freem(mpf);
3886 if (mpf != NULL)
3887 m_freem(mpf);
3904 if (mpf == NULL)
3905 mpf = mpl = mp;
3912 if (mpf != NULL)
3913 mp_head->m_next = mpf;
3927 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4237 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4353 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
[all...]
H A Dqlnx_def.h98 struct mbuf *mpf; /* first mbuf in chain */ member in struct:qlnx_agg_info

Completed in 91 milliseconds