Home
last modified time | relevance | path

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.c1273 tq->ub_total_seg_cnt = (uint8_t)(mb[3] / cnt); in ql_async_event()
1275 tq->ub_total_seg_cnt++; in ql_async_event()
1277 cnt = (uint16_t)(tq->ub_total_seg_cnt + 10); in ql_async_event()
1293 tq->ub_seq_cnt < tq->ub_total_seg_cnt; cnt++) { in ql_async_event()
2972 tq->ub_total_seg_cnt = pkt->segment_count; in ql_ip_rcv_entry()
2980 tq->ub_total_seg_cnt; cnt++) { in ql_ip_rcv_entry()
3028 tq->ub_seq_cnt < tq->ub_total_seg_cnt; cnt++) { in ql_ip_rcv_cont_entry()
3080 if (tq->ub_total_seg_cnt == 0) { in ql_ip_24xx_rcv_entry()
3083 tq->ub_total_seg_cnt = pkt->segment_count; in ql_ip_24xx_rcv_entry()
3092 tq->ub_total_seg_cnt; cnt++) { in ql_ip_24xx_rcv_entry()
H A Dql_mbx.c446 tq->ub_total_seg_cnt = 0; in ql_initialize_ip()
H A Dql_api.c9969 if (tq->ub_seq_cnt == tq->ub_total_seg_cnt) { in ql_ub_frame_hdr()
9977 tq->ub_total_seg_cnt = 0; in ql_ub_frame_hdr()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1443 uint8_t ub_total_seg_cnt; member