Home
last modified time | relevance | path

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

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