Searched defs:msg_elem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3083 struct fcip_sendup_elem *msg_elem; local
3088 msg_elem = kmem_cache_alloc(fptr->fcip_sendup_cache, KM_NOSLEEP);
3089 if (msg_elem == NULL) {
3094 msg_elem->fcipsu_mp = mp;
3095 msg_elem->fcipsu_func = f;
3099 fptr->fcip_sendup_head = fptr->fcip_sendup_tail = msg_elem;
3101 fptr->fcip_sendup_tail->fcipsu_next = msg_elem;
3102 fptr->fcip_sendup_tail = msg_elem;
3176 struct fcip_sendup_elem *msg_elem; local
3201 msg_elem
7615 struct fcip_sendup_elem *msg_elem = (struct fcip_sendup_elem *)buf; local
[all...]

Completed in 53 milliseconds