Searched refs:sc_ifp (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_lagg.c | 711 sc->sc_ifp->if_hwassist = hwa; in lagg_capabilities() 715 if_printf(sc->sc_ifp, in lagg_capabilities() 732 if (sc->sc_ifp == ifp) { in lagg_port_create() 733 if_printf(sc->sc_ifp, in lagg_port_create() 754 switch (sc->sc_ifp->if_type) { in lagg_port_create() 799 if (ifp == sc_ptr->sc_ifp) { in lagg_port_create() 967 bcopy(lladdr, IF_LLADDR(sc->sc_ifp), sc->sc_ifp->if_addrlen); in lagg_port_destroy() 1053 VLAN_CAPABILITIES(sc->sc_ifp); in lagg_port_ioctl() 1167 VLAN_CAPABILITIES(sc->sc_ifp); in lagg_port_ifdetach() 1233 ifp = sc->sc_ifp; in lagg_watchdog_infiniband() [all …]
|
| H A D | if_bridge.c | 900 sc->sc_ifp->if_mtu = ifr->ifr_mtu; in bridge_ioctl() 976 if_printf(sc->sc_ifp, in bridge_set_ifcap() 982 if_printf(sc->sc_ifp, in bridge_set_ifcap() 1196 if_printf(sc->sc_ifp, in bridge_ioctl_add() 1205 if_printf(sc->sc_ifp, in bridge_ioctl_add() 1215 sc->sc_ifp->if_mtu = ifs->if_mtu; in bridge_ioctl_add() 1905 struct ifnet *ifp = sc->sc_ifp; in bridge_init() 2068 bifp = sc->sc_ifp; in bridge_output() 2207 ifp = sc->sc_ifp; in bridge_forward() 2355 bifp = sc->sc_ifp; in bridge_input() [all …]
|
| H A D | if_edsc.c | 64 struct ifnet *sc_ifp; /* ptr to generic interface configuration */ member 107 ifp = sc->sc_ifp = if_alloc(IFT_ETHER); in edsc_clone_create() 200 struct ifnet *ifp = sc->sc_ifp; in edsc_init()
|
| H A D | if_lagg.h | 215 #define sc_ifflags sc_ifp->if_flags /* flags */ 216 #define sc_ifname sc_ifp->if_xname /* name */ 235 struct ifnet *sc_ifp; /* virtual interface */ member
|
| H A D | if_enc.c | 88 struct ifnet *sc_ifp; member 166 ifp = sc->sc_ifp = if_alloc(IFT_ENC); in enc_clone_create() 252 ifp = sc->sc_ifp; in enc_hhook() 399 enc_clone_destroy(V_enc_sc->sc_ifp); in vnet_enc_init_proto()
|
| H A D | if_disc.c | 67 struct ifnet *sc_ifp; member 89 ifp = sc->sc_ifp = if_alloc(IFT_LOOP); in disc_clone_create()
|
| H A D | ieee8023ad_lacp.c | 345 IF_LLADDR(sc->sc_ifp), ETHER_ADDR_LEN); in lacp_fill_actorinfo() 716 if_link_state_change(sc->sc_ifp, in lacp_disable_distributing() 753 if_link_state_change(sc->sc_ifp, in lacp_enable_distributing() 764 CURVNET_SET(lsc->lsc_softc->sc_ifp->if_vnet); in lacp_transit_expire() 792 if (sc->sc_ifp->if_drv_flags & IFF_DRV_RUNNING) in lacp_attach() 1090 sc->sc_ifp->if_baudrate = speed; in lacp_update_portmap() 1272 key |= 0x7fe0 & ((sc->sc_ifp->if_index) << 5); in lacp_compose_key()
|
| H A D | if_stf.c | 144 struct ifnet *sc_ifp; member 148 #define STF2IFP(sc) ((sc)->sc_ifp)
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | if_octm.c | 70 struct ifnet *sc_ifp; member 230 sc->sc_ifp = ifp; in octm_attach() 294 ifp = sc->sc_ifp; in octm_init() 517 m->m_pkthdr.rcvif = sc->sc_ifp; in octm_rx_intr() 520 if_inc_counter(sc->sc_ifp, IFCOUNTER_IPACKETS, 1); in octm_rx_intr() 522 (*sc->sc_ifp->if_input)(sc->sc_ifp, m); in octm_rx_intr() 532 if_inc_counter(sc->sc_ifp, IFCOUNTER_IERRORS, 1); in octm_rx_intr()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pfsync.c | 213 struct ifnet *sc_ifp; member 341 ifp = sc->sc_ifp = if_alloc(IFT_PFSYNC); in pfsync_clone_create() 1204 ((sc->sc_ifp->if_mtu - PFSYNC_MINPKT) / in pfsync_in_bus() 1438 (sifp->if_mtu < sc->sc_ifp->if_mtu || in pfsyncioctl() 1577 struct ifnet *ifp = sc->sc_ifp; in pfsync_sendout() 1962 if (b->b_len + nlen > sc->sc_ifp->if_mtu) { in pfsync_request_update() 2101 if (b->b_len + nlen > sc->sc_ifp->if_mtu) { in pfsync_q_ins() 2159 CURVNET_SET(sc->sc_ifp->if_vnet); in pfsync_bulk_update() 2238 CURVNET_SET(sc->sc_ifp->if_vnet); in pfsync_bulk_fail() 2289 CURVNET_SET(b->b_sc->sc_ifp->if_vnet); in pfsync_timeout() [all …]
|