Home
last modified time | relevance | path

Searched defs:iflib_ctx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Diflib.c152 struct iflib_ctx { struct
157 void *ifc_softc;
158 device_t ifc_dev;
159 if_t ifc_ifp;
161 cpuset_t ifc_cpus;
165 struct sx ifc_ctx_sx;
168 iflib_txq_t ifc_txqs;
169 iflib_rxq_t ifc_rxqs;
170 uint32_t ifc_if_flags;
171 uint32_t ifc_flags;
[all …]