Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_send.c100 bge_queue_item_t *buf_item_head; in bge_recycle_ring() local
117 buf_item_head = buf_item_tail = NULL; in bge_recycle_ring()
123 if (buf_item_head == NULL) in bge_recycle_ring()
124 buf_item_head = buf_item_tail = buf_item; in bge_recycle_ring()
160 txbuf_queue->head = buf_item_head; in bge_recycle_ring()