Searched defs:fcip (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/fcip/ |
H A D | fcip.c | 36 #include <sys/fibre-channel/ulp/fcip.h> 39 * Leadville fcip walker/dcmd code 90 fcip(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 99 if (mdb_walk_dcmd("fcip", "fcip", 145 { "fcip", NULL, "Leadville fcip instances", fcip }, 150 { "fcip", "walk list of Leadville fcip instance [all...] |
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcip.h | 47 #define FCIPNAME "fcip" /* module name */ 72 struct fcip *sl_fcip; /* attached device */ 119 struct fcip *fcipp_fcip; /* this port's fcip struct */ 180 struct fcip { struct 183 struct fcip *fcip_sibling; /* The other FCA port */ 187 struct fcip *fcip_next; 336 struct fcip *fcip_pkt_fptr; /* fcip structure */ 364 * a Hash list of destination structures in the fcip structur [all...] |
Completed in 106 milliseconds