Searched refs:sge_fl (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_adapter.h | 202 struct sge_fl { struct 278 struct sge_fl fl[SGE_RXQ_PER_SET]; 524 fl_to_qset(struct sge_fl *q, int qidx) in fl_to_qset()
|
H A D | cxgb_sge.c | 703 refill_fl(adapter_t *sc, struct sge_fl *q, int n) in refill_fl() 789 free_rx_bufs(adapter_t *sc, struct sge_fl *q) in free_rx_bufs() 817 __refill_fl(adapter_t *adap, struct sge_fl *fl) in __refill_fl() 823 __refill_fl_lt(adapter_t *adap, struct sge_fl *fl, int max) in __refill_fl_lt() 841 recycle_rx_buf(adapter_t *adap, struct sge_fl *q, unsigned int idx) in recycle_rx_buf() 2678 struct sge_fl *fl = (len_cq & F_RSPD_FLQ) ? &qs->fl[1] : &qs->fl[0]; in get_packet()
|
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 542 struct sge_fl { struct 576 TAILQ_ENTRY(sge_fl) link; /* All starving freelists */ argument 655 struct sge_fl fl; /* MUST follow iq */ 680 struct sge_fl fl; /* MUST follow iq */ 1003 TAILQ_HEAD(, sge_fl) sfl; 1464 void free_fl_buffers(struct adapter *, struct sge_fl *);
|
H A D | t4_sge.c | 230 static struct mbuf *get_fl_payload(struct adapter *, struct sge_fl *, uint32_t); 235 static inline void init_fl(struct adapter *, struct sge_fl *, int, int, char *); 238 static int alloc_iq_fl(struct vi_info *, struct sge_iq *, struct sge_fl *, 240 static void free_iq_fl(struct adapter *, struct sge_iq *, struct sge_fl *); 244 struct sysctl_oid *, struct sge_fl *); 245 static int alloc_iq_fl_hwq(struct vi_info *, struct sge_iq *, struct sge_fl *); 246 static int free_iq_fl_hwq(struct adapter *, struct sge_iq *, struct sge_fl *); 290 static inline void ring_fl_db(struct adapter *, struct sge_fl *); 291 static int refill_fl(struct adapter *, struct sge_fl *, int); 294 static void add_fl_to_sfl(struct adapter *, struct sge_fl *); [all …]
|
H A D | t4_main.c | 781 static void quiesce_iq_fl(struct adapter *, struct sge_iq *, struct sge_fl *); 7208 quiesce_iq_fl(struct adapter *sc, struct sge_iq *iq, struct sge_fl *fl) in quiesce_iq_fl()
|