Searched refs:tx_buf_info (Results 1 – 2 of 2) sorted by relevance
542 tx_info = &txq->tx_buf_info[next_to_use]; in mana_xmit()1505 tx_info = &txq->tx_buf_info[next_to_complete]; in mana_poll_tx_cq()1977 if (txq->tx_buf_info) { in mana_deinit_txq()1980 txbuf_info = &txq->tx_buf_info[i]; in mana_deinit_txq()1986 free(txq->tx_buf_info, M_DEVBUF); in mana_deinit_txq()2128 txq->tx_buf_info = malloc(MAX_SEND_BUFFERS_PER_QUEUE * in mana_create_txq()
165 struct mana_send_buf_info *tx_buf_info; member