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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5305 struct tx_ring_desc *tx_cb; local
5374 tx_cb = &tx_ring->wq_desc[tx_ring->prod_idx];
5377 mac_iocb_ptr = tx_cb->queue_entry;
5381 ASSERT(tx_cb->mp == NULL);
5425 tx_cb->tx_bytes = (uint32_t)total_len;
5426 tx_cb->mp = mp;
5427 tx_cb->tx_dma_handle_used = 0;
5457 tx_cb->tx_dma_handle[j], NULL,
5496 oal_entry = tx_cb->oal;
5509 LS_64BITS(tx_cb
[all...]

Completed in 66 milliseconds