Searched refs:QL_UB_LIMIT (Results 1 – 5 of 5) sorted by relevance
1339 while (rcv_q_cnt > (uint16_t)0 && index < QL_UB_LIMIT) { in ql_isp_rcvbuf()1342 while (index < QL_UB_LIMIT) { in ql_isp_rcvbuf()1359 if (index < QL_UB_LIMIT) { in ql_isp_rcvbuf()1435 for (index = 0; index < QL_UB_LIMIT; index++) { in ql_isp24xx_rcvbuf()1452 if (index == QL_UB_LIMIT) { in ql_isp24xx_rcvbuf()
904 QL_UB_LIMIT, KM_SLEEP); in ql_attach()1620 QL_UB_LIMIT); in ql_attach()1863 for (index = 0; index < QL_UB_LIMIT; index++) { in ql_detach()1948 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT); in ql_detach()2915 *rptr = (uint32_t)QL_UB_LIMIT; in ql_get_cap()3277 if ((*count + ha->ub_allocated) > QL_UB_LIMIT) { in ql_ub_alloc()3506 if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) { in ql_ub_free()3607 if ((ub_array_index = tokens[index]) >= QL_UB_LIMIT) { in ql_ub_release()9413 for (index = 0; index < QL_UB_LIMIT; index++) { in ql_get_unsolicited_buffer()9468 if (index >= QL_UB_LIMIT || (ubp = ha->ub_array[index]) == NULL) { in ql_ub_frame_hdr()
4272 vha->ub_array = kmem_zalloc(sizeof (*vha->ub_array) * QL_UB_LIMIT, in ql_vport_create()4308 kmem_free(ha->ub_array, sizeof (*ha->ub_array) * QL_UB_LIMIT); in ql_vport_destroy()
517 for (index = 0; index < QL_UB_LIMIT; index++) { in ql_shutdown_ip()
373 #define QL_UB_LIMIT 256 macro