Home
last modified time | relevance | path

Searched refs:fcip_sendup_head (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h222 struct fcip_sendup_elem *fcip_sendup_head; /* head of mblk elems */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c968 fptr->fcip_sendup_head = fptr->fcip_sendup_tail = NULL; in fcip_port_attach()
3023 if (fptr->fcip_sendup_head == NULL) { in fcip_sendup_alloc_enque()
3024 fptr->fcip_sendup_head = fptr->fcip_sendup_tail = msg_elem; in fcip_sendup_alloc_enque()
3111 fptr->fcip_sendup_head == NULL) { in fcip_sendup_thr()
3123 msg_elem = fptr->fcip_sendup_head; in fcip_sendup_thr()
3124 fptr->fcip_sendup_head = msg_elem->fcipsu_next; in fcip_sendup_thr()
4817 ASSERT(fptr->fcip_sendup_head == NULL); in fcip_softstate_free()
4818 fptr->fcip_sendup_head = fptr->fcip_sendup_tail = NULL; in fcip_softstate_free()