Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h180 struct fcip { struct
184 uint32_t fcip_flags; /* misc. flags */ argument
187 struct fcip *fcip_next; argument
196 kcondvar_t fcip_ub_cv; argument
198 uint32_t fcip_timeout_ticks; argument
199 uint32_t fcip_mark_offline; argument
217 queue_t *fcip_ipq; /* ip read queue */ argument
218 taskq_t *fcip_tq; /* Taskq pointer */ argument
238 ulong_t fcip_defer; /* # defers */ argument
247 ulong_t fcip_inits; /* # driver inits */ argument
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/fcip/
H A Dfcip.c90 fcip(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in fcip() function