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

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_isr.c64 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
210 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
[all...]
/freebsd-11-stable/sys/dev/mii/
H A Dsmscphy.c101 const struct mii_phy_funcs *mpf; local
104 mpf = &smscphy_funcs;
105 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1);
H A Dsmcphy.c110 const struct mii_phy_funcs *mpf; local
115 mpf = &smcphy80220_funcs;
117 mpf = &smcphy_funcs;
118 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1);
H A Dmiivar.h276 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-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3987 struct mbuf *mp, *mpf, *mpl; local
3993 mpf = mpl = mp = NULL;
4008 if (mpf != NULL)
4009 m_freem(mpf);
4024 if (mpf != NULL)
4025 m_freem(mpf);
4042 if (mpf == NULL)
4043 mpf = mpl = mp;
4050 if (mpf != NULL)
4051 mp_head->m_next = mpf;
4065 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4394 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4518 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
[all...]
H A Dqlnx_def.h103 struct mbuf *mpf; /* first mbuf in chain */ member in struct:qlnx_agg_info

Completed in 192 milliseconds