Home
last modified time | relevance | path

Searched refs:sge_fl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h273 struct sge_fl { struct
297 TAILQ_ENTRY(sge_fl) link; /* All starving freelists */ argument
356 struct sge_fl fl;
379 struct sge_fl fl;
568 TAILQ_HEAD(, sge_fl) sfl;
H A Dt4_sge.c79 struct sge_fl *fl, int intr_idx, int cong);
81 struct sge_fl *fl);
130 static void free_fl_bufs(struct sge_fl *fl);
857 struct sge_fl *fl = &rxq->fl; /* Use iff IQ_HAS_FL */ in service_iq()
1267 init_fl(struct sge_fl *fl, uint16_t qsize) in init_fl()
1538 bzero(fl, sizeof (struct sge_fl)); in free_iq_fl()
2289 struct sge_fl *fl, *fl_temp; in refill_sfl()
2308 add_fl_to_sfl(struct adapter *sc, struct sge_fl *fl) in add_fl_to_sfl()
2325 free_fl_bufs(struct sge_fl *fl) in free_fl_bufs()
2346 get_fl_payload(struct adapter *sc, struct sge_fl *fl, in get_fl_payload()
[all …]