Searched refs:free_iq_fl (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 81 static int free_iq_fl(struct port_info *pi, struct sge_iq *iq, 1488 free_iq_fl(struct port_info *pi, struct sge_iq *iq, struct sge_fl *fl) in free_iq_fl() function 1568 return (free_iq_fl(NULL, &sc->sge.fwq, NULL)); in free_fwq() 1617 rc = free_iq_fl(pi, &rxq->iq, &rxq->fl); in free_rxq() 1644 rc = free_iq_fl(pi, &ofld_rxq->iq, &ofld_rxq->fl); in free_ofld_rxq()
|