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

/freebsd-13-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
208 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
[all...]
/freebsd-13-stable/sys/dev/mii/
H A Dsmscphy.c103 const struct mii_phy_funcs *mpf; local
106 mpf = &smscphy_funcs;
107 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1);
H A Dsmcphy.c112 const struct mii_phy_funcs *mpf; local
117 mpf = &smcphy80220_funcs;
119 mpf = &smcphy_funcs;
120 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1);
H A Dmiivar.h280 const struct mii_phy_funcs *mpf, int add_media);
H A Dmii_physubr.c585 mii_phy_dev_attach(device_t dev, u_int flags, const struct mii_phy_funcs *mpf, argument
606 sc->mii_funcs = mpf;
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3907 struct mbuf *mp, *mpf, *mpl; local
3913 mpf = mpl = mp = NULL;
3927 if (mpf != NULL)
3928 m_freem(mpf);
3942 if (mpf != NULL)
3943 m_freem(mpf);
3960 if (mpf == NULL)
3961 mpf = mpl = mp;
3968 if (mpf != NULL)
3969 mp_head->m_next = mpf;
3983 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4303 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4422 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
[all...]
H A Dqlnx_def.h100 struct mbuf *mpf; /* first mbuf in chain */ member in struct:qlnx_agg_info

Completed in 202 milliseconds