Searched refs:sge_fl (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 125 struct sge_fl { struct 213 struct sge_fl fl; /* Free List */ 559 struct sge_fl *, rspq_handler_t);
|
D | sge.c | 247 static inline unsigned int fl_cap(const struct sge_fl *fl) in fl_cap() 262 const struct sge_fl *fl) in fl_starving() 473 static void free_rx_bufs(struct adapter *adapter, struct sge_fl *fl, int n) in free_rx_bufs() 503 static void unmap_rx_buf(struct adapter *adapter, struct sge_fl *fl) in unmap_rx_buf() 525 static inline void ring_fl_db(struct adapter *adapter, struct sge_fl *fl) in ring_fl_db() 604 static unsigned int refill_fl(struct adapter *adapter, struct sge_fl *fl, in refill_fl() 725 static inline void __refill_fl(struct adapter *adapter, struct sge_fl *fl) in __refill_fl() 1711 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl, in restore_rx_bufs() 2085 struct sge_fl *fl = s->egr_map[id]; in sge_rx_timer_cb() 2207 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() [all …]
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 102 struct sge_fl { /* SGE per free-buffer list state */ struct 203 struct sge_fl fl[SGE_RXQ_PER_SET];
|
D | sge.c | 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() [all …]
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 735 struct sge_fl { /* SGE free-buffer queue state */ struct 815 struct sge_fl fl; 829 struct sge_fl fl; 1625 struct sge_fl *fl, rspq_handler_t hnd, 2108 void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, struct sge_fl *fl);
|
D | sge.c | 221 static inline unsigned int fl_cap(const struct sge_fl *fl) in fl_cap() 236 const struct sge_fl *fl) in fl_starving() 438 static void free_rx_bufs(struct adapter *adap, struct sge_fl *q, int n) in free_rx_bufs() 466 static void unmap_rx_buf(struct adapter *adap, struct sge_fl *q) in unmap_rx_buf() 479 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q) in ring_fl_db() 535 static unsigned int refill_fl(struct adapter *adap, struct sge_fl *q, int n, in refill_fl() 632 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl() 3804 static void restore_rx_bufs(const struct pkt_gl *si, struct sge_fl *q, in restore_rx_bufs() 4232 struct sge_fl *fl = s->egr_map[id]; in sge_rx_timer_cb() 4350 struct sge_fl *fl, rspq_handler_t hnd, in t4_sge_alloc_rxq() [all …]
|
D | cudbg_lib.h | 265 static inline void cudbg_fill_qdesc_flq(const struct sge_fl *flq, in cudbg_fill_qdesc_flq()
|
D | cudbg_lib.c | 3436 struct sge_fl *flq = (struct sge_fl *)q; \ in cudbg_collect_qdesc()
|