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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1233 tq->ub_total_seg_cnt = (uint8_t)(mb[3] / cnt);
1235 tq->ub_total_seg_cnt++;
1237 cnt = (uint16_t)(tq->ub_total_seg_cnt + 10);
1253 tq->ub_seq_cnt < tq->ub_total_seg_cnt; cnt++) {
2824 tq->ub_total_seg_cnt = pkt->segment_count;
2832 tq->ub_total_seg_cnt; cnt++) {
2878 tq->ub_seq_cnt < tq->ub_total_seg_cnt; cnt++) {
2928 if (tq->ub_total_seg_cnt == 0) {
2931 tq->ub_total_seg_cnt = pkt->segment_count;
2940 tq->ub_total_seg_cnt; cn
[all...]
H A Dql_mbx.c447 tq->ub_total_seg_cnt = 0;
H A Dql_api.c9520 if (tq->ub_seq_cnt == tq->ub_total_seg_cnt) {
9528 tq->ub_total_seg_cnt = 0;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1268 uint8_t ub_total_seg_cnt; member in struct:ql_target

Completed in 102 milliseconds