Searched refs:free_iq_fl (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c212 static int free_iq_fl(struct vi_info *, struct sge_iq *, struct sge_fl *);
2988 free_iq_fl(struct vi_info *vi, struct sge_iq *iq, struct sge_fl *fl) function
3124 return free_iq_fl(NULL, &sc->sge.fwq, NULL);
3239 rc = free_iq_fl(vi, &rxq->iq, &rxq->fl);
3276 rc = free_iq_fl(vi, &ofld_rxq->iq, &ofld_rxq->fl);

Completed in 79 milliseconds