Home
last modified time | relevance | path

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

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