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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5322 uint_t ncookies, oal_entries, max_oal_entries; local
5440 for (tp = mp, oal_entries = j = 0; tp != NULL;
5474 oal_entries++) {
5479 if (oal_entries > max_oal_entries) {
5489 if ((oal_entries == TX_DESC_PER_IOCB) &&
5541 if (oal_entries > TX_DESC_PER_IOCB) {
5545 (oal_entries -TX_DESC_PER_IOCB+1))|OAL_CONT_ENTRY));
5552 j, oal_entries));
5615 if (oal_entries > TX_DESC_PER_IOCB) {
5619 (oal_entries
[all...]

Completed in 67 milliseconds