Searched refs:alloc_iq_fl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/cxgbe/ |
| D | t4_sge.c | 237 static int alloc_iq_fl(struct vi_info *, struct sge_iq *, struct sge_fl *, 3361 alloc_iq_fl(struct vi_info *vi, struct sge_iq *iq, struct sge_fl *fl, in alloc_iq_fl() function 3669 rc = alloc_iq_fl(&sc->port[0]->vi[0], fwq, NULL, intr_idx, -1); in alloc_fwq() 3732 rc = alloc_iq_fl(vi, &rxq->iq, &rxq->fl, intr_idx, in alloc_rxq() 3823 rc = alloc_iq_fl(vi, &ofld_rxq->iq, &ofld_rxq->fl, intr_idx, 0); in alloc_ofld_rxq()
|