Searched refs:sge_fl (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.h | 242 struct sge_fl { struct 265 TAILQ_ENTRY(sge_fl) link; /* All starving freelists */ argument 321 struct sge_fl fl; 339 struct sge_fl fl; 498 TAILQ_HEAD(, sge_fl) sfl;
|
H A D | t4_sge.c | 77 static inline void init_fl(struct sge_fl *fl, uint16_t qsize); 81 struct sge_fl *fl, int intr_idx, int cong); 83 struct sge_fl *fl); 125 static int refill_fl(struct adapter *sc, struct sge_fl *fl, int nbufs); 127 static void add_fl_to_sfl(struct adapter *sc, struct sge_fl *fl); 128 static void free_fl_bufs(struct sge_fl *fl); 129 static mblk_t *get_fl_payload(struct sge_fl *fl, uint32_t len_newbuf, 154 static inline void ring_fl_db(struct adapter *sc, struct sge_fl *fl); 678 struct sge_fl *fl = &rxq->fl; /* Use iff IQ_HAS_FL */ in service_iq() 1066 init_fl(struct sge_fl *fl, uint16_t qsize) in init_fl() [all …]
|