Searched refs:sge_fl (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dadapter.h127 struct sge_fl { struct
211 struct sge_fl fl; /* Free List */
523 struct sge_fl *, rspq_handler_t);
H A Dsge.c258 static inline unsigned int fl_cap(const struct sge_fl *fl)
271 static inline bool fl_starving(const struct sge_fl *fl)
477 static void free_rx_bufs(struct adapter *adapter, struct sge_fl *fl, int n)
506 static void unmap_rx_buf(struct adapter *adapter, struct sge_fl *fl)
527 static inline void ring_fl_db(struct adapter *adapter, struct sge_fl *fl)
583 static unsigned int refill_fl(struct adapter *adapter, struct sge_fl *fl,
703 static inline void __refill_fl(struct adapter *adapter, struct sge_fl *fl)
1594 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl,
1946 struct sge_fl *fl = s->egr_map[id];
2039 struct sge_fl *f
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dadapter.h111 struct sge_fl { /* SGE per free-buffer list state */ struct
212 struct sge_fl fl[SGE_RXQ_PER_SET];
H A Dsge.c166 static inline struct sge_qset *fl_to_qset(const struct sge_fl *q, int qidx)
349 static void clear_rx_desc(struct pci_dev *pdev, const struct sge_fl *q,
377 static void free_rx_bufs(struct pci_dev *pdev, struct sge_fl *q)
439 static int alloc_pg_chunk(struct adapter *adapter, struct sge_fl *q,
477 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q)
497 static int refill_fl(struct adapter *adap, struct sge_fl *q, int n, gfp_t gfp)
555 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl)
570 static void recycle_rx_buf(struct adapter *adap, struct sge_fl *q,
650 memset(q->fl, 0, sizeof(struct sge_fl) * SGE_RXQ_PER_SET);
776 static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *f
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h319 struct sge_fl { /* SGE free-buffer queue state */ struct
379 struct sge_fl fl;
392 struct sge_fl fl;
604 struct sge_fl *fl, rspq_handler_t hnd);
H A Dsge.c193 static inline unsigned int fl_cap(const struct sge_fl *fl)
198 static inline bool fl_starving(const struct sge_fl *fl)
412 static void free_rx_bufs(struct adapter *adap, struct sge_fl *q, int n)
439 static void unmap_rx_buf(struct adapter *adap, struct sge_fl *q)
452 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q)
483 static unsigned int refill_fl(struct adapter *adap, struct sge_fl *q, int n,
566 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl)
1637 static void restore_rx_bufs(const struct pkt_gl *si, struct sge_fl *q,
1905 struct sge_fl *fl = s->egr_map[id];
1985 struct sge_fl *f
[all...]

Completed in 167 milliseconds