Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h180 struct fcip { struct
181 dev_info_t *fcip_dip; /* parent's dev_info */ argument
182 int fcip_instance; /* parent's instance */ argument
183 struct fcip *fcip_sibling; /* The other FCA port */ argument
184 uint32_t fcip_flags; /* misc. flags */ argument
185 uint32_t fcip_port_state; /* Link State */ argument
186 fcip_port_info_t *fcip_port_info; /* info about port */ argument
187 struct fcip *fcip_next; argument
189 kcondvar_t fcip_farp_cv; /* For perport serialization */ argument
190 int fcip_farp_rsp_flag; /* FARP response flag */ argument
[all …]
/titanic_41/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