Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c704 s->iqmap_sz = s->niq; in t4vf_attach()
711 s->iqmap = malloc(s->iqmap_sz * sizeof(struct sge_iq *), M_CXGBE, in t4vf_attach()
H A Dt4_netmap.c355 if (cntxt_id >= sc->sge.iqmap_sz) { in alloc_nm_rxq_hwq()
357 __func__, cntxt_id, sc->sge.iqmap_sz - 1); in alloc_nm_rxq_hwq()
H A Dadapter.h857 int iqmap_sz; member
H A Dt4_main.c1521 MPASS(s->niq <= s->iqmap_sz); in t4_attach()
1530 s->iqmap = malloc(s->iqmap_sz * sizeof(struct sge_iq *), M_CXGBE, in t4_attach()
2256 COMPARE_PARAM(sge.iqmap_sz, iqmap_sz); in compare_caps_and_params()
5467 sc->sge.iqmap_sz = val[0] - sc->sge.iq_start + 1; in get_params__post_init()
H A Dt4_sge.c3619 if (cntxt_id >= sc->sge.iqmap_sz) { in alloc_iq_fl_hwq()
3621 cntxt_id, sc->sge.iqmap_sz - 1); in alloc_iq_fl_hwq()