Symbol: sge_fl
sys/dev/cxgb/cxgb_adapter.h
278
struct sge_fl fl[SGE_RXQ_PER_SET];
sys/dev/cxgb/cxgb_adapter.h
524
fl_to_qset(struct sge_fl *q, int qidx)
sys/dev/cxgb/cxgb_sge.c
2678
struct sge_fl *fl = (len_cq & F_RSPD_FLQ) ? &qs->fl[1] : &qs->fl[0];
sys/dev/cxgb/cxgb_sge.c
703
refill_fl(adapter_t *sc, struct sge_fl *q, int n)
sys/dev/cxgb/cxgb_sge.c
789
free_rx_bufs(adapter_t *sc, struct sge_fl *q)
sys/dev/cxgb/cxgb_sge.c
817
__refill_fl(adapter_t *adap, struct sge_fl *fl)
sys/dev/cxgb/cxgb_sge.c
823
__refill_fl_lt(adapter_t *adap, struct sge_fl *fl, int max)
sys/dev/cxgb/cxgb_sge.c
841
recycle_rx_buf(adapter_t *adap, struct sge_fl *q, unsigned int idx)
sys/dev/cxgbe/adapter.h
1077
TAILQ_HEAD(, sge_fl) sfl;
sys/dev/cxgbe/adapter.h
1546
void free_fl_buffers(struct adapter *, struct sge_fl *);
sys/dev/cxgbe/adapter.h
607
TAILQ_ENTRY(sge_fl) link; /* All starving freelists */
sys/dev/cxgbe/adapter.h
700
struct sge_fl fl; /* MUST follow iq */
sys/dev/cxgbe/adapter.h
725
struct sge_fl fl; /* MUST follow iq */
sys/dev/cxgbe/t4_main.c
7423
quiesce_iq_fl(struct adapter *sc, struct sge_iq *iq, struct sge_fl *fl)
sys/dev/cxgbe/t4_main.c
832
static void quiesce_iq_fl(struct adapter *, struct sge_iq *, struct sge_fl *);
sys/dev/cxgbe/t4_sge.c
1593
move_to_next_rxbuf(struct sge_fl *fl)
sys/dev/cxgbe/t4_sge.c
1613
struct sge_fl *fl;
sys/dev/cxgbe/t4_sge.c
1787
get_scatter_segment(struct adapter *sc, struct sge_fl *fl, int fr_offset,
sys/dev/cxgbe/t4_sge.c
1864
get_fl_payload(struct adapter *sc, struct sge_fl *fl, const u_int plen)
sys/dev/cxgbe/t4_sge.c
1913
skip_scatter_segment(struct adapter *sc, struct sge_fl *fl, int fr_offset,
sys/dev/cxgbe/t4_sge.c
1944
skip_fl_payload(struct adapter *sc, struct sge_fl *fl, int plen)
sys/dev/cxgbe/t4_sge.c
1958
get_segment_len(struct adapter *sc, struct sge_fl *fl, int plen)
sys/dev/cxgbe/t4_sge.c
2099
struct sge_fl *fl = &rxq->fl;
sys/dev/cxgbe/t4_sge.c
229
static struct mbuf *get_fl_payload(struct adapter *, struct sge_fl *, uint32_t);
sys/dev/cxgbe/t4_sge.c
2305
struct sge_fl *fl;
sys/dev/cxgbe/t4_sge.c
234
static inline void init_fl(struct adapter *, struct sge_fl *, int, int, char *);
sys/dev/cxgbe/t4_sge.c
237
static int alloc_iq_fl(struct vi_info *, struct sge_iq *, struct sge_fl *,
sys/dev/cxgbe/t4_sge.c
239
static void free_iq_fl(struct adapter *, struct sge_iq *, struct sge_fl *);
sys/dev/cxgbe/t4_sge.c
243
struct sysctl_oid *, struct sge_fl *);
sys/dev/cxgbe/t4_sge.c
244
static int alloc_iq_fl_hwq(struct vi_info *, struct sge_iq *, struct sge_fl *);
sys/dev/cxgbe/t4_sge.c
245
static int free_iq_fl_hwq(struct adapter *, struct sge_iq *, struct sge_fl *);
sys/dev/cxgbe/t4_sge.c
292
static inline void ring_fl_db(struct adapter *, struct sge_fl *);
sys/dev/cxgbe/t4_sge.c
293
static int refill_fl(struct adapter *, struct sge_fl *, int);
sys/dev/cxgbe/t4_sge.c
296
static void add_fl_to_sfl(struct adapter *, struct sge_fl *);
sys/dev/cxgbe/t4_sge.c
3428
init_fl(struct adapter *sc, struct sge_fl *fl, int qsize, int maxp, char *name)
sys/dev/cxgbe/t4_sge.c
3523
alloc_iq_fl(struct vi_info *vi, struct sge_iq *iq, struct sge_fl *fl,
sys/dev/cxgbe/t4_sge.c
3566
free_iq_fl(struct adapter *sc, struct sge_iq *iq, struct sge_fl *fl)
sys/dev/cxgbe/t4_sge.c
3590
alloc_iq_fl_hwq(struct vi_info *vi, struct sge_iq *iq, struct sge_fl *fl)
sys/dev/cxgbe/t4_sge.c
3747
free_iq_fl_hwq(struct adapter *sc, struct sge_iq *iq, struct sge_fl *fl)
sys/dev/cxgbe/t4_sge.c
3787
struct sysctl_oid *oid, struct sge_fl *fl)
sys/dev/cxgbe/t4_sge.c
5143
ring_fl_db(struct adapter *sc, struct sge_fl *fl)
sys/dev/cxgbe/t4_sge.c
5167
refill_fl(struct adapter *sc, struct sge_fl *fl, int n)
sys/dev/cxgbe/t4_sge.c
5283
struct sge_fl *fl, *fl_temp;
sys/dev/cxgbe/t4_sge.c
5306
free_fl_buffers(struct adapter *sc, struct sge_fl *fl)
sys/dev/cxgbe/t4_sge.c
6527
add_fl_to_sfl(struct adapter *sc, struct sge_fl *fl)