Lines Matching refs:sge_fl
167 static inline struct sge_qset *fl_to_qset(const struct sge_fl *q, int qidx) in fl_to_qset()
352 static void clear_rx_desc(struct pci_dev *pdev, const struct sge_fl *q, in clear_rx_desc()
380 static void free_rx_bufs(struct pci_dev *pdev, struct sge_fl *q) in free_rx_bufs()
442 static int alloc_pg_chunk(struct adapter *adapter, struct sge_fl *q, in alloc_pg_chunk()
485 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q) in ring_fl_db()
505 static int refill_fl(struct adapter *adap, struct sge_fl *q, int n, gfp_t gfp) in refill_fl()
563 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl()
578 static void recycle_rx_buf(struct adapter *adap, struct sge_fl *q, in recycle_rx_buf()
657 memset(q->fl, 0, sizeof(struct sge_fl) * SGE_RXQ_PER_SET); in t3_reset_qset()
783 static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *fl, in get_packet()
842 static struct sk_buff *get_packet_pg(struct adapter *adap, struct sge_fl *fl, in get_packet_pg()
2129 struct sge_fl *fl, int len, int complete) in lro_add_page()
2367 struct sge_fl *fl; in process_responses()