Searched refs:MAX_LQS (Results 1 – 3 of 3) sorted by relevance
46 #define MAX_LQS (sm_max_units) macro47 #define NLUNITS (MAX_LQS + 2)164 ((unit < MAX_LQS) ? &ssp->sm_lqs[unit] : 0)
243 for (i = 0; i < MAX_LQS; i++) { in get_lqi_byq()271 for (i = 0; i < MAX_LQS; i++) { in get_lqi_byid()292 for (i = 0; i < MAX_LQS; i++) { in get_lqi_bydevt()2537 sm_ssp->sm_lqs = (sm_lqi_t *)kmem_zalloc(sizeof (sm_lqi_t) * MAX_LQS, in sm_attach()2582 for (unit = 0; unit < MAX_LQS; unit++) { in sm_attach()2633 for (unit = 0; unit < MAX_LQS; unit++) { in sm_detach()2648 for (unit = 0; unit < MAX_LQS; unit++) { in sm_detach()2658 kmem_free(sm_ssp->sm_lqs, sizeof (sm_lqi_t) * MAX_LQS); in sm_detach()
958 unit < MAX_LQS && (lqi = get_lqi(sm_ssp, unit)); in ttymux_query_links_ioctl()1010 unit < MAX_LQS && (lqi = get_lqi(sm_ssp, unit)); in ttymux_query_links_ioctl()1039 unit < MAX_LQS && (lqi = get_lqi(sm_ssp, unit)); in ttymux_query_links_ioctl()