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

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h126 struct sge_fl { struct
214 struct sge_fl fl; /* Free List */
560 struct sge_fl *, rspq_handler_t);
H A Dsge.c247 static inline unsigned int fl_cap(const struct sge_fl *fl)
262 const struct sge_fl *fl)
473 static void free_rx_bufs(struct adapter *adapter, struct sge_fl *fl, int n)
503 static void unmap_rx_buf(struct adapter *adapter, struct sge_fl *fl)
525 static inline void ring_fl_db(struct adapter *adapter, struct sge_fl *fl)
604 static unsigned int refill_fl(struct adapter *adapter, struct sge_fl *fl,
725 static inline void __refill_fl(struct adapter *adapter, struct sge_fl *fl)
1708 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl,
2082 struct sge_fl *fl = s->egr_map[id];
2204 struct sge_fl *f
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h102 struct sge_fl { /* SGE per free-buffer list state */ struct
203 struct sge_fl fl[SGE_RXQ_PER_SET];
H A Dsge.c349 static void clear_rx_desc(struct pci_dev *pdev, const struct sge_fl *q,
376 static void free_rx_bufs(struct pci_dev *pdev, struct sge_fl *q)
438 static int alloc_pg_chunk(struct adapter *adapter, struct sge_fl *q,
481 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q)
501 static int refill_fl(struct adapter *adap, struct sge_fl *q, int n, gfp_t gfp)
559 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl)
574 static void recycle_rx_buf(struct adapter *adap, struct sge_fl *q,
653 memset(q->fl, 0, sizeof(struct sge_fl) * SGE_RXQ_PER_SET);
779 static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *fl,
839 static struct sk_buff *get_packet_pg(struct adapter *adap, struct sge_fl *f
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.h265 static inline void cudbg_fill_qdesc_flq(const struct sge_fl *flq,
H A Dcxgb4.h733 struct sge_fl { /* SGE free-buffer queue state */ struct
813 struct sge_fl fl;
827 struct sge_fl fl;
1621 struct sge_fl *fl, rspq_handler_t hnd,
2104 void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, struct sge_fl *fl);
H A Dsge.c221 static inline unsigned int fl_cap(const struct sge_fl *fl)
236 const struct sge_fl *fl)
438 static void free_rx_bufs(struct adapter *adap, struct sge_fl *q, int n)
466 static void unmap_rx_buf(struct adapter *adap, struct sge_fl *q)
479 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q)
535 static unsigned int refill_fl(struct adapter *adap, struct sge_fl *q, int n,
632 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl)
3815 static void restore_rx_bufs(const struct pkt_gl *si, struct sge_fl *q,
4243 struct sge_fl *fl = s->egr_map[id];
4361 struct sge_fl *f
[all...]
H A Dcudbg_lib.c3418 struct sge_fl *flq = (struct sge_fl *)q; \

Completed in 268 milliseconds