Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h222 struct fcip_sendup_elem *fcip_sendup_head; /* head of mblk elems */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c984 fptr->fcip_sendup_head = fptr->fcip_sendup_tail = NULL; in fcip_port_attach()
3098 if (fptr->fcip_sendup_head == NULL) { in fcip_sendup_alloc_enque()
3099 fptr->fcip_sendup_head = fptr->fcip_sendup_tail = msg_elem; in fcip_sendup_alloc_enque()
3186 fptr->fcip_sendup_head == NULL) { in fcip_sendup_thr()
3201 msg_elem = fptr->fcip_sendup_head; in fcip_sendup_thr()
3202 fptr->fcip_sendup_head = msg_elem->fcipsu_next; in fcip_sendup_thr()
4991 ASSERT(fptr->fcip_sendup_head == NULL); in fcip_softstate_free()
4992 fptr->fcip_sendup_head = fptr->fcip_sendup_tail = NULL; in fcip_softstate_free()