Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/sbp2/
H A Dsbp2.c1250 if ((bl->bl_head != NULL) && (bl->bl_head->bb_len == len)) { in sbp2_orb_freelist_get()
1251 buf = bl->bl_head; in sbp2_orb_freelist_get()
1252 bl->bl_head = buf->bb_next; in sbp2_orb_freelist_get()
1254 ASSERT(bl->bl_head == NULL); in sbp2_orb_freelist_get()
1273 if (bl->bl_head == NULL) { in sbp2_orb_freelist_put()
1275 bl->bl_head = bl->bl_tail = buf; in sbp2_orb_freelist_put()
1299 for (buf = bl->bl_head; buf != NULL; ) { in sbp2_orb_freelist_destroy()
1305 bl->bl_head = bl->bl_tail = NULL; in sbp2_orb_freelist_destroy()
/titanic_44/usr/src/uts/common/sys/sbp2/
H A Ddriver.h194 sbp2_bus_buf_t *bl_head; /* first element */ member