Searched refs:free_iq_fl_hwq (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 246 static int free_iq_fl_hwq(struct adapter *, struct sge_iq *, struct sge_fl *); 3686 free_iq_fl_hwq(struct adapter *sc, struct sge_iq *iq, struct sge_fl *fl) in free_iq_fl_hwq() function 3815 free_iq_fl_hwq(sc, fwq, NULL); in free_fwq() 4041 free_iq_fl_hwq(vi->adapter, &rxq->iq, &rxq->fl); in free_rxq() 4146 free_iq_fl_hwq(vi->adapter, &ofld_rxq->iq, &ofld_rxq->fl); in free_ofld_rxq()
|