Home
last modified time | relevance | path

Searched refs:fp_job_tail (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h446 struct job_request *fp_job_tail; member
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4333 if (port->fp_job_tail == NULL) { in fctl_enque_job()
4335 port->fp_job_head = port->fp_job_tail = job; in fctl_enque_job()
4337 port->fp_job_tail->job_next = job; in fctl_enque_job()
4338 port->fp_job_tail = job; in fctl_enque_job()
4355 ASSERT(port->fp_job_tail == NULL); in fctl_deque_job()
4360 ASSERT(job == port->fp_job_tail); in fctl_deque_job()
4361 port->fp_job_tail = NULL; in fctl_deque_job()
4376 if (port->fp_job_tail == NULL) { in fctl_priority_enque_job()
4378 port->fp_job_head = port->fp_job_tail = job; in fctl_priority_enque_job()
H A Dfp.c1158 ASSERT(port->fp_job_tail == NULL && port->fp_job_head == NULL); in fp_attach_handler()
1166 port->fp_job_head = port->fp_job_tail = job; in fp_attach_handler()
/titanic_50/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c478 mdb_printf(" fp_job_tail : 0x%p\n", port.fp_job_tail); in fcport()