Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h405 typedef struct fc_local_port { struct
409 kmutex_t fp_mutex;
442 * in a driver-private thread. One thread per fc_local_port_t struct. argument
445 struct job_request *fp_job_head;
446 struct job_request *fp_job_tail;
448 struct fp_cmd *fp_wait_head; /* waitQ head */
449 struct fp_cmd *fp_wait_tail; /* waitQ tail */
456 uint32_t fp_topology; /* topology */
471 int fp_task; /* current task */
472 int fp_last_task; /* last task */
[all …]