Home
last modified time | relevance | path

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

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