Searched defs:iflib_ctx (Results 1 – 1 of 1) sorted by relevance
154 struct iflib_ctx { struct159 void *ifc_softc;160 device_t ifc_dev;161 if_t ifc_ifp;163 cpuset_t ifc_cpus;167 struct sx ifc_ctx_sx;170 iflib_txq_t ifc_txqs;171 iflib_rxq_t ifc_rxqs;172 uint32_t ifc_if_flags;173 uint32_t ifc_flags;[all …]