Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/
Dt4_vf.c716 s->iqmap = malloc(s->niq * sizeof(struct sge_iq *), M_CXGBE, in t4vf_attach()
Dadapter.h724 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */ member
Dt4_netmap.c166 sc->sge.iqmap[cntxt_id] = (void *)nm_rxq; in alloc_nm_rxq_hwq()
Dt4_sge.c1483 q = sc->sge.iqmap[lq - sc->sge.iq_start - in service_iq()
2772 sc->sge.iqmap[cntxt_id] = iq; in alloc_iq_fl()
Dt4_main.c1067 s->iqmap = malloc(s->niq * sizeof(struct sge_iq *), M_CXGBE, in t4_attach()
1300 free(sc->sge.iqmap, M_CXGBE); in t4_detach_common()