Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c321 txbuf_item = NULL; in bge_get_txbuf()
322 return (txbuf_item); in bge_get_txbuf()
329 txbuf_item->next = NULL; in bge_get_txbuf()
331 return (txbuf_item); in bge_get_txbuf()
423 txbuf_item = pktp->txbuf_item; in bge_send_serial()
424 pktp->txbuf_item = NULL; in bge_send_serial()
427 txbuf = txbuf_item->item; in bge_send_serial()
434 ssbdp->pbuf = txbuf_item; in bge_send_serial()
512 if (txbuf_item == NULL) { in bge_ring_tx()
523 txbuf = txbuf_item->item; in bge_ring_tx()
[all …]
H A Dbge_main2.c2556 bge_queue_item_t *txbuf_item; local
2606 txbuf_item = srp->txbuf_head + array*BGE_SEND_BUF_NUM;
2610 txbuf_item->item = txbuf;
2611 txbuf_item->next = txbuf_item_last;
2612 txbuf_item_last = txbuf_item;
2614 txbuf_item++;
2616 txbuf_item = srp->txbuf_head + array*BGE_SEND_BUF_NUM;
2617 txbuf_item_rtn = txbuf_item;
2618 txbuf_item++;
2621 txbuf_item->next = txbuf_queue->head;
H A Dbge_impl.h474 bge_queue_item_t *txbuf_item; member