Searched refs:tx_buf_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/mana/
H A Dmana_en.c542 tx_info = &txq->tx_buf_info[next_to_use];
1516 tx_info = &txq->tx_buf_info[next_to_complete];
1988 if (txq->tx_buf_info) {
1991 txbuf_info = &txq->tx_buf_info[i];
1997 free(txq->tx_buf_info, M_DEVBUF);
2141 txq->tx_buf_info = malloc(MAX_SEND_BUFFERS_PER_QUEUE *
2144 if (unlikely(txq->tx_buf_info == NULL)) {
H A Dmana.h165 struct mana_send_buf_info *tx_buf_info; member in struct:mana_txq

Completed in 187 milliseconds