Searched refs:quiesce_iq_fl (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 781 static void quiesce_iq_fl(struct adapter *, struct sge_iq *, struct sge_fl *); 2107 quiesce_iq_fl(sc, &sc->sge.fwq, NULL); in stop_lld() 7208 quiesce_iq_fl(struct adapter *sc, struct sge_iq *iq, struct sge_fl *fl) in quiesce_iq_fl() function 7266 quiesce_iq_fl(sc, &rxq->iq, &rxq->fl); in quiesce_vi() 7271 quiesce_iq_fl(sc, &ofld_rxq->iq, &ofld_rxq->fl); in quiesce_vi()
|