Symbol: sge_fl
drivers/net/ethernet/chelsio/cxgb3/adapter.h
203
struct sge_fl fl[SGE_RXQ_PER_SET];
drivers/net/ethernet/chelsio/cxgb3/sge.c
2135
struct sge_fl *fl, int len, int complete)
drivers/net/ethernet/chelsio/cxgb3/sge.c
2369
struct sge_fl *fl;
drivers/net/ethernet/chelsio/cxgb3/sge.c
349
static void clear_rx_desc(struct pci_dev *pdev, const struct sge_fl *q,
drivers/net/ethernet/chelsio/cxgb3/sge.c
376
static void free_rx_bufs(struct pci_dev *pdev, struct sge_fl *q)
drivers/net/ethernet/chelsio/cxgb3/sge.c
438
static int alloc_pg_chunk(struct adapter *adapter, struct sge_fl *q,
drivers/net/ethernet/chelsio/cxgb3/sge.c
481
static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q)
drivers/net/ethernet/chelsio/cxgb3/sge.c
501
static int refill_fl(struct adapter *adap, struct sge_fl *q, int n, gfp_t gfp)
drivers/net/ethernet/chelsio/cxgb3/sge.c
559
static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb3/sge.c
574
static void recycle_rx_buf(struct adapter *adap, struct sge_fl *q,
drivers/net/ethernet/chelsio/cxgb3/sge.c
653
memset(q->fl, 0, sizeof(struct sge_fl) * SGE_RXQ_PER_SET);
drivers/net/ethernet/chelsio/cxgb3/sge.c
779
static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *fl,
drivers/net/ethernet/chelsio/cxgb3/sge.c
839
static struct sk_buff *get_packet_pg(struct adapter *adap, struct sge_fl *fl,
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
3418
struct sge_fl *flq = (struct sge_fl *)q; \
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h
265
static inline void cudbg_fill_qdesc_flq(const struct sge_fl *flq,
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
1621
struct sge_fl *fl, rspq_handler_t hnd,
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
2099
void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, struct sge_fl *fl);
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
813
struct sge_fl fl;
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
827
struct sge_fl fl;
drivers/net/ethernet/chelsio/cxgb4/sge.c
221
static inline unsigned int fl_cap(const struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb4/sge.c
236
const struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb4/sge.c
3816
static void restore_rx_bufs(const struct pkt_gl *si, struct sge_fl *q,
drivers/net/ethernet/chelsio/cxgb4/sge.c
4244
struct sge_fl *fl = s->egr_map[id];
drivers/net/ethernet/chelsio/cxgb4/sge.c
4362
struct sge_fl *fl, rspq_handler_t hnd,
drivers/net/ethernet/chelsio/cxgb4/sge.c
438
static void free_rx_bufs(struct adapter *adap, struct sge_fl *q, int n)
drivers/net/ethernet/chelsio/cxgb4/sge.c
466
static void unmap_rx_buf(struct adapter *adap, struct sge_fl *q)
drivers/net/ethernet/chelsio/cxgb4/sge.c
479
static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q)
drivers/net/ethernet/chelsio/cxgb4/sge.c
4852
struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb4/sge.c
535
static unsigned int refill_fl(struct adapter *adap, struct sge_fl *q, int n,
drivers/net/ethernet/chelsio/cxgb4/sge.c
632
static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb4vf/adapter.h
214
struct sge_fl fl; /* Free List */
drivers/net/ethernet/chelsio/cxgb4vf/adapter.h
560
struct sge_fl *, rspq_handler_t);
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
1708
static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl,
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
2082
struct sge_fl *fl = s->egr_map[id];
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
2204
struct sge_fl *fl, rspq_handler_t hnd)
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
247
static inline unsigned int fl_cap(const struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
2528
struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
262
const struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
473
static void free_rx_bufs(struct adapter *adapter, struct sge_fl *fl, int n)
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
503
static void unmap_rx_buf(struct adapter *adapter, struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
525
static inline void ring_fl_db(struct adapter *adapter, struct sge_fl *fl)
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
604
static unsigned int refill_fl(struct adapter *adapter, struct sge_fl *fl,
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
725
static inline void __refill_fl(struct adapter *adapter, struct sge_fl *fl)