Searched defs:fcip (Results 1 – 2 of 2) sorted by relevance
180 struct fcip { struct181 dev_info_t *fcip_dip; /* parent's dev_info */ argument182 int fcip_instance; /* parent's instance */ argument183 struct fcip *fcip_sibling; /* The other FCA port */ argument184 uint32_t fcip_flags; /* misc. flags */ argument185 uint32_t fcip_port_state; /* Link State */ argument186 fcip_port_info_t *fcip_port_info; /* info about port */ argument187 struct fcip *fcip_next; argument189 kcondvar_t fcip_farp_cv; /* For perport serialization */ argument190 int fcip_farp_rsp_flag; /* FARP response flag */ argument[all …]
90 fcip(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in fcip() function