Searched refs:mpf (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/qlxgbe/ |
| H A D | ql_isr.c | 101 mpf = mp; in qla_rx_intr() 124 mpl = mpf = mp; in qla_rx_intr() 145 mpf->m_flags |= M_VLANTAG; in qla_rx_intr() 159 mpf->m_pkthdr.csum_flags = 0; in qla_rx_intr() 173 if_input(ifp, mpf); in qla_rx_intr() 242 mpf = mp; in qla_lro_intr() 265 mpl = mpf = mp; in qla_lro_intr() 285 m_adj(mpf, sgc->l2_offset); in qla_lro_intr() 293 mpf->m_flags |= M_VLANTAG; in qla_lro_intr() 330 m_freem(mpf); in qla_lro_intr() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/fpga/ |
| H A D | microchip,mpf-spi-fpga-mgr.yaml | 4 $id: http://devicetree.org/schemas/fpga/microchip,mpf-spi-fpga-mgr.yaml# 19 - microchip,mpf-spi-fpga-mgr 41 compatible = "microchip,mpf-spi-fpga-mgr";
|
| /freebsd-14.2/sys/dev/mii/ |
| H A D | smcphy.c | 108 const struct mii_phy_funcs *mpf; in smcphy_attach() local 113 mpf = &smcphy80220_funcs; in smcphy_attach() 115 mpf = &smcphy_funcs; in smcphy_attach() 116 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1); in smcphy_attach()
|
| H A D | smscphy.c | 99 const struct mii_phy_funcs *mpf; in smscphy_attach() local 102 mpf = &smscphy_funcs; in smscphy_attach() 103 mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1); in smscphy_attach()
|
| H A D | miivar.h | 296 const struct mii_phy_funcs *mpf, int add_media);
|
| H A D | mii_physubr.c | 583 mii_phy_dev_attach(device_t dev, u_int flags, const struct mii_phy_funcs *mpf, in mii_phy_dev_attach() argument 604 sc->mii_funcs = mpf; in mii_phy_dev_attach()
|
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 3868 m_freem(mpf); in qlnx_rx_jumbo_chain() 3883 m_freem(mpf); in qlnx_rx_jumbo_chain() 3908 if (mpf != NULL) in qlnx_rx_jumbo_chain() 4095 m_freem(mpf); in qlnx_tpa_start() 4113 m_freem(mpf); in qlnx_tpa_start() 4281 m_freem(mpf); in qlnx_tpa_cont() 4299 m_freem(mpf); in qlnx_tpa_cont() 4407 m_freem(mpf); in qlnx_tpa_end() 4425 m_freem(mpf); in qlnx_tpa_end() 4484 mpf = mp; in qlnx_tpa_end() [all …]
|
| H A D | qlnx_def.h | 98 struct mbuf *mpf; /* first mbuf in chain */ member
|