Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1454 while (rcv_q_cnt > (uint16_t)0 && index < QL_UB_LIMIT) { in ql_isp_rcvbuf()
1457 while (index < QL_UB_LIMIT) { in ql_isp_rcvbuf()
1474 if (index < QL_UB_LIMIT) { in ql_isp_rcvbuf()
1550 for (index = 0; index < QL_UB_LIMIT; index++) { in ql_isp24xx_rcvbuf()
1567 if (index == QL_UB_LIMIT) { in ql_isp24xx_rcvbuf()
H A Dql_api.c954 QL_UB_LIMIT, KM_SLEEP); in ql_attach()
1869 QL_UB_LIMIT); in ql_attach()
2121 for (index = 0; index < QL_UB_LIMIT; index++) { in ql_detach()
2209 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT); in ql_detach()
3185 *rptr = (uint32_t)QL_UB_LIMIT; in ql_get_cap()
3546 if ((*count + ha->ub_allocated) > QL_UB_LIMIT) { in ql_ub_alloc()
3769 if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) { in ql_ub_free()
3866 if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) { in ql_ub_release()
9862 for (index = 0; index < QL_UB_LIMIT; index++) { in ql_get_unsolicited_buffer()
9917 if (index >= QL_UB_LIMIT || (ubp = ha->ub_array[index]) == NULL) { in ql_ub_frame_hdr()
H A Dql_init.c4551 vha->ub_array = kmem_zalloc(sizeof (*vha->ub_array) * QL_UB_LIMIT, in ql_vport_create()
4587 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT); in ql_vport_destroy()
H A Dql_mbx.c516 for (index = 0; index < QL_UB_LIMIT; index++) { in ql_shutdown_ip()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h457 #define QL_UB_LIMIT 256 macro