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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5325 struct oal_entry *tx_entry = NULL; local
5437 tx_entry = &mac_iocb_ptr->oal_entry[0];
5473 for (i = ncookies; i > 0; i--, tx_entry++,
5497 tx_entry =
5500 bcopy(tx_entry, oal_entry,
5507 tx_entry->buf_addr_low =
5510 tx_entry->buf_addr_high =
5514 * Point tx_entry to the oal list
5517 tx_entry = &oal_entry[1];
5520 tx_entry
[all...]

Completed in 66 milliseconds