Home
last modified time | relevance | path

Searched refs:eqmap_sz (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1440 if (cntxt_id >= sc->sge.eqmap_sz) { in alloc_iq_fl()
1442 __func__, cntxt_id, sc->sge.eqmap_sz - 1); in alloc_iq_fl()
1688 if (cntxt_id >= sc->sge.eqmap_sz) in ctrl_eq_alloc()
1690 cntxt_id, sc->sge.eqmap_sz - 1); in ctrl_eq_alloc()
1731 if (cntxt_id >= sc->sge.eqmap_sz) in eth_eq_alloc()
1733 cntxt_id, sc->sge.eqmap_sz - 1); in eth_eq_alloc()
1774 if (cntxt_id >= sc->sge.eqmap_sz) in ofld_eq_alloc()
1776 cntxt_id, sc->sge.eqmap_sz - 1); in ofld_eq_alloc()
H A Dadapter.h435 int eqmap_sz; /* size of eq context id map */ member
H A Dt4_nexus.c630 s->eqmap = kmem_zalloc(s->eqmap_sz * sizeof (struct sge_eq *), KM_SLEEP); in t4_devo_attach()
889 kmem_free(s->eqmap, s->eqmap_sz * sizeof (struct sge_eq *)); in t4_devo_detach()
1679 sc->sge.eqmap_sz = val[1] - sc->sge.eq_start + 1; in get_params__post_init()