Searched defs:total_ent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c2905 uint32_t total_ent; local
2908 total_ent = qlt->atio_ndx_from_fw - qlt->atio_ndx_to_fw;
2910 + (qlt->atio_ndx_to_fw << 6), total_ent << 6,
2913 total_ent = ATIO_QUEUE_ENTRIES - qlt->atio_ndx_to_fw +
2922 return (total_ent);
2928 uint32_t total_ent; local
2933 total_ent = qlt_sync_atio_queue(qlt);
2941 if (ent_cnt > total_ent) {
2959 total_ent -= ent_cnt;
2960 } while (total_ent >
2967 uint32_t total_ent; local
2992 uint32_t total_ent; local
[all...]

Completed in 64 milliseconds