• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/cxgbe/

Lines Matching refs:ifnet

232 /* ifnet interface */
234 static int cxgbe_ioctl(struct ifnet *, unsigned long, caddr_t);
235 static int cxgbe_transmit(struct ifnet *, struct mbuf *);
236 static void cxgbe_qflush(struct ifnet *);
238 static int cxgbe_snd_tag_alloc(struct ifnet *, union if_snd_tag_alloc_params *,
824 static uint64_t vi_get_counter(struct ifnet *, ift_counter);
825 static uint64_t cxgbe_get_counter(struct ifnet *, ift_counter);
1798 struct ifnet *ifp;
1809 /* Allocate an ifnet and set it up */
1812 device_printf(dev, "Cannot allocate ifnet\n");
1957 struct ifnet *ifp = vi->ifp;
1995 sc->traceq = -1; /* cloner should not create ifnet */
2020 cxgbe_ioctl(struct ifnet *ifp, unsigned long cmd, caddr_t data)
2266 cxgbe_transmit(struct ifnet *ifp, struct mbuf *m)
2316 cxgbe_qflush(struct ifnet *ifp)
2341 vi_get_counter(struct ifnet *ifp, ift_counter c)
2393 cxgbe_get_counter(struct ifnet *ifp, ift_counter c)
2457 cxgbe_snd_tag_alloc(struct ifnet *ifp, union if_snd_tag_alloc_params *params,
2535 cxgbe_media_change(struct ifnet *ifp)
2724 cxgbe_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
5247 struct ifnet *ifp;
5296 * Program the port's XGMAC based on parameters in ifnet. The caller also
5300 update_mac_settings(struct ifnet *ifp, int flags)
5530 struct ifnet *ifp = vi->ifp;
5616 struct ifnet *ifp = vi->ifp;
5625 if_printf(ifp, "uninited VI with running ifnet. "
5974 struct ifnet *ifp = vi->ifp;
10841 struct ifnet *ifp;
10881 struct ifnet *ifp;
11087 * on any ifnet.
11119 * and receive CPLs to/from the TOE even if the ifnet for this
11664 struct ifnet *ifp;
11751 t4_vxlan_start_handler(void *arg __unused, struct ifnet *ifp,
11764 t4_vxlan_stop_handler(void *arg __unused, struct ifnet *ifp, sa_family_t family,