Searched refs:sge_fl (Results 1 – 2 of 2) sorted by relevance
/drivers/net/cxgb3/ |
D | adapter.h | 92 struct sge_fl { /* SGE per free-buffer list state */ struct 195 struct sge_fl fl[SGE_RXQ_PER_SET];
|
D | sge.c | 154 static inline struct sge_qset *fl_to_qset(const struct sge_fl *q, int qidx) in fl_to_qset() 345 static void free_rx_bufs(struct pci_dev *pdev, struct sge_fl *q) in free_rx_bufs() 404 static int alloc_pg_chunk(struct sge_fl *q, struct rx_sw_desc *sd, gfp_t gfp, in alloc_pg_chunk() 437 static int refill_fl(struct adapter *adap, struct sge_fl *q, int n, gfp_t gfp) in refill_fl() 491 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl() 506 static void recycle_rx_buf(struct adapter *adap, struct sge_fl *q, in recycle_rx_buf() 584 memset(q->fl, 0, sizeof(struct sge_fl) * SGE_RXQ_PER_SET); in t3_reset_qset() 709 static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *fl, in get_packet() 766 static struct sk_buff *get_packet_pg(struct adapter *adap, struct sge_fl *fl, in get_packet_pg() 2048 struct sge_fl *fl, int len, int complete) in lro_add_page() [all …]
|