Searched defs:alloc_iq_fl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c80 static int alloc_iq_fl(struct port_info *pi, struct sge_iq *iq,
1098 alloc_iq_fl(struct port_info *pi, struct sge_iq *iq, struct sge_fl *fl, function
1294 rc = alloc_iq_fl(sc->port[0], fwq, NULL, intr_idx, -1);
1335 rc = alloc_iq_fl(pi, &rxq->iq, &rxq->fl, intr_idx, 1 << pi->tx_chan);
1368 rc = alloc_iq_fl(pi, &ofld_rxq->iq, &ofld_rxq->fl, intr_idx,

Completed in 82 milliseconds