Home
last modified time | relevance | path

Searched refs:ifc_txrx (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Diflib.c201 struct if_txrx ifc_txrx; member
202 #define isc_txd_encap ifc_txrx.ift_txd_encap
203 #define isc_txd_flush ifc_txrx.ift_txd_flush
204 #define isc_txd_credits_update ifc_txrx.ift_txd_credits_update
205 #define isc_rxd_available ifc_txrx.ift_rxd_available
206 #define isc_rxd_pkt_get ifc_txrx.ift_rxd_pkt_get
207 #define isc_rxd_refill ifc_txrx.ift_rxd_refill
208 #define isc_rxd_flush ifc_txrx.ift_rxd_flush
209 #define isc_legacy_intr ifc_txrx.ift_legacy_intr
4749 ctx->ifc_txrx = *scctx->isc_txrx; in iflib_device_register()
[all …]