Searched refs:if_t (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-13-stable/sys/dev/ena/
H A Dena_datapath.h38 void ena_qflush(if_t ifp);
39 int ena_mq_start(if_t ifp, struct mbuf *m);
H A Dena.c98 static int ena_change_mtu(if_t, int);
148 static uint64_t ena_get_counter(if_t, ift_counter);
149 static int ena_media_change(if_t);
150 static void ena_media_status(if_t, struct ifmediareq *);
152 static int ena_ioctl(if_t, u_long, caddr_t);
154 static void ena_update_host_info(struct ena_admin_host_info *, if_t);
340 ena_change_mtu(if_t ifp, int new_mtu)
1570 if_t ifp = adapter->ifp;
2166 ena_get_counter(if_t ifp, ift_counter cnt)
2193 ena_media_change(if_t if
[all...]
H A Dena_datapath.c68 if_t ifp = adapter->ifp;
125 ena_mq_start(if_t ifp, struct mbuf *m)
167 ena_qflush(if_t ifp)
550 if_t ifp;
H A Dena.h394 if_t ifp;
/freebsd-13-stable/sys/net/
H A Dif_var.h127 typedef struct ifnet * if_t; typedef in typeref:struct:ifnet
129 typedef void (*if_start_fn_t)(if_t);
130 typedef int (*if_ioctl_fn_t)(if_t, u_long, caddr_t);
132 typedef void (*if_qflush_fn_t)(if_t);
133 typedef int (*if_transmit_fn_t)(if_t, struct mbuf *);
134 typedef uint64_t (*if_get_counter_t)(if_t, ift_counter);
699 uint64_t if_setbaudrate(if_t ifp, uint64_t baudrate);
700 uint64_t if_getbaudrate(if_t ifp);
701 int if_setcapabilities(if_t ifp, int capabilities);
702 int if_setcapabilitiesbit(if_t if
[all...]
H A Dif.c810 if_hw_tsomax_common(if_t ifp, struct ifnet_hw_tsomax *pmax)
839 if_hw_tsomax_update(if_t ifp, struct ifnet_hw_tsomax *pmax)
4067 if_getbaudrate(if_t ifp)
4074 if_setcapabilities(if_t ifp, int capabilities)
4081 if_setcapabilitiesbit(if_t ifp, int setbit, int clearbit)
4090 if_getcapabilities(if_t ifp)
4096 if_setcapenable(if_t ifp, int capabilities)
4103 if_setcapenablebit(if_t ifp, int setcap, int clearcap)
4114 if_getdname(if_t ifp)
4120 if_togglecapenable(if_t if
[all...]
H A Diflib_clone.c153 iflib_ifdetach(void *arg __unused, if_t ifp)
162 iflib_iflladdr(void *arg __unused, if_t ifp __unused)
220 iflib_clone_destroy(if_t ifp)
H A Diflib.h82 if_t iri_ifp; /* driver may have >1 iface per softc */
415 if_t iflib_get_ifp(if_ctx_t ctx);
H A Diflib.c161 if_t ifc_ifp;
229 if_t
704 static void iflib_altq_if_start(if_t ifp);
705 static int iflib_altq_if_transmit(if_t ifp, struct mbuf *m);
799 if_t ifp = na->ifp;
835 if_t ifp = na->ifp;
983 if_t ifp = na->ifp;
1153 if_t ifp = na->ifp;
2443 if_t ifp = ctx->ifc_ifp;
2520 iflib_media_change(if_t if
[all...]
/freebsd-13-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c87 if_t ifp;
97 if_t ifp;
111 static int ntb_ioctl(if_t ifp, u_long command, caddr_t data);
112 static int ntb_transmit(if_t ifp, struct mbuf *m);
120 static void ntb_qflush(if_t ifp);
136 if_t ifp;
227 if_t ifp = sc->ifp;
236 ntb_ioctl(if_t ifp, u_long command, caddr_t data)
323 if_t ifp = q->ifp;
358 ntb_transmit(if_t if
[all...]
/freebsd-13-stable/sys/dev/netmap/
H A Dif_ptnet.c97 static uint64_t ptnet_get_counter(if_t, ift_counter);
99 typedef struct ifnet *if_t; typedef in typeref:struct:ifnet
152 if_t ifp;
194 static int ptnet_ioctl(if_t ifp, u_long cmd, caddr_t data);
197 static int ptnet_transmit(if_t ifp, struct mbuf *m);
201 static void ptnet_qflush(if_t ifp);
204 static int ptnet_media_change(if_t ifp);
205 static void ptnet_media_status(if_t ifp, struct ifmediareq *ifmr);
298 if_t ifp;
763 ptnet_ioctl(if_t if
[all...]
/freebsd-13-stable/sys/arm64/broadcom/genet/
H A Dif_genet.c157 if_t ifp;
189 static void gen_start(if_t ifp);
193 static int gen_ioctl(if_t ifp, u_long cmd, caddr_t data);
214 static void gen_media_status(if_t ifp, struct ifmediareq *ifmr);
215 static int gen_media_change(if_t ifp);
796 if_t ifp;
911 if_t ifp;
931 if_t ifp;
965 gen_start(if_t ifp)
1270 if_t if
[all...]
/freebsd-13-stable/sys/dev/fxp/
H A Dif_fxp.c226 static void fxp_rxcsum(struct fxp_softc *sc, if_t ifp,
228 static int fxp_intr_body(struct fxp_softc *sc, if_t ifp,
233 static void fxp_start(if_t ifp);
234 static void fxp_start_body(if_t ifp);
239 static int fxp_ioctl(if_t ifp, u_long command,
260 static int fxp_ifmedia_upd(if_t ifp);
261 static void fxp_ifmedia_sts(if_t ifp,
263 static int fxp_serial_ifmedia_upd(if_t ifp);
264 static void fxp_serial_ifmedia_sts(if_t ifp,
435 if_t if
[all...]
/freebsd-13-stable/sys/dev/mii/
H A Dmiivar.h56 if_t mii_ifp; /* pointer back to network interface */
255 int mii_attach(device_t, device_t *, if_t, ifm_change_cb_t,
H A Dmii.c113 if_t ifp;
377 mii_attach(device_t dev, device_t *miibus, if_t ifp,
/freebsd-13-stable/sys/arm/allwinner/
H A Dif_awg.c197 if_t ifp;
361 awg_media_status(if_t ifp, struct ifmediareq *ifmr)
377 awg_media_change(if_t ifp)
428 if_t ifp;
964 if_t ifp;
1003 awg_start(if_t ifp)
1018 if_t ifp;
1054 if_t ifp;
1106 awg_ioctl(if_t ifp, u_long cmd, caddr_t data)
1194 if_t if
[all...]
/freebsd-13-stable/sys/dev/nfe/
H A Dif_nfe.c91 static int nfe_ioctl(if_t, u_long, caddr_t);
104 static void nfe_start(if_t);
105 static void nfe_start_locked(if_t);
106 static void nfe_watchdog(if_t);
109 static void nfe_stop(if_t);
119 static int nfe_ifmedia_upd(if_t);
120 static void nfe_ifmedia_sts(if_t, struct ifmediareq *);
366 if_t ifp;
691 if_t ifp;
804 if_t if
[all...]
/freebsd-13-stable/sys/dev/cadence/
H A Dif_cgem.c120 if_t ifp;
342 if_t ifp = sc->ifp;
569 if_t ifp = sc->ifp;
746 cgem_start_locked(if_t ifp)
869 cgem_start(if_t ifp)
983 if_t ifp = sc->ifp;
1077 if_t ifp = sc->ifp;
1231 cgem_ioctl(if_t ifp, u_long cmd, caddr_t data)
1337 cgem_ifmedia_upd(if_t ifp)
1357 cgem_ifmedia_sts(if_t if
[all...]
/freebsd-13-stable/sys/dev/virtio/network/
H A Dvirtio_net.h462 virtio_net_tx_offload_tso(if_t ifp, struct mbuf *m, int eth_type,
501 virtio_net_tx_offload(if_t ifp, struct mbuf *m, bool allow_ecn,
/freebsd-13-stable/sys/kern/
H A Dkern_poll.c479 ether_poll_register(poll_handler_t *h, if_t ifp)
526 ether_poll_deregister(if_t ifp)
/freebsd-13-stable/sys/dev/bge/
H A Dif_bge.c418 static void bge_start(if_t);
419 static void bge_start_locked(if_t);
421 static int bge_ioctl(if_t, u_long, caddr_t);
428 static int bge_ifmedia_upd_locked(if_t);
429 static int bge_ifmedia_upd(if_t);
430 static void bge_ifmedia_sts(if_t, struct ifmediareq *);
431 static uint64_t bge_get_counter(if_t, ift_counter);
472 static int bge_poll(if_t ifp, enum poll_cmd cmd, int count);
1562 if_t ifp;
1590 if_t if
[all...]
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_debug.c304 if_t ifp = NULL;
/freebsd-13-stable/sys/dev/mgb/
H A Dif_mgb.c148 static int mgb_media_change(if_t);
149 static void mgb_media_status(if_t,
502 mgb_media_change(if_t ifp)
523 mgb_media_status(if_t ifp, struct ifmediareq *ifmr)
/freebsd-13-stable/sys/dev/bnxt/
H A Dif_bnxt.c945 if_t ifp = iflib_get_ifp(ctx);
1202 if_t ifp = iflib_get_ifp(ctx);
1376 if_t ifp = iflib_get_ifp(ctx);
1404 if_t ifp = iflib_get_ifp(ctx);
1595 if_t ifp = iflib_get_ifp(ctx);
/freebsd-13-stable/sys/dev/ixl/
H A Dif_ixl.c1672 if_t ifp = iflib_get_ifp(ctx);
1709 if_t ifp = iflib_get_ifp(ctx);
1733 if_t ifp = iflib_get_ifp(ctx);

Completed in 402 milliseconds

12