Lines Matching refs:sge_eq
236 static inline void init_eq(struct adapter *, struct sge_eq *, int, int, uint8_t,
262 static int ctrl_eq_alloc(struct adapter *, struct sge_eq *);
263 static int eth_eq_alloc(struct adapter *, struct vi_info *, struct sge_eq *);
265 static int ofld_eq_alloc(struct adapter *, struct vi_info *, struct sge_eq *);
267 static int alloc_eq(struct adapter *, struct sge_eq *, struct sysctl_ctx_list *,
269 static void free_eq(struct adapter *, struct sge_eq *);
271 struct sysctl_oid *, struct sge_eq *);
272 static int alloc_eq_hwq(struct adapter *, struct vi_info *, struct sge_eq *);
273 static int free_eq_hwq(struct adapter *, struct vi_info *, struct sge_eq *);
314 static inline void copy_to_txd(struct sge_eq *, caddr_t, caddr_t *, int);
315 static inline void ring_eq_db(struct adapter *, struct sge_eq *, u_int);
316 static inline uint16_t read_hw_cidx(struct sge_eq *);
317 static inline u_int reclaimable_tx_desc(struct sge_eq *);
318 static inline u_int total_available_tx_desc(struct sge_eq *);
2148 struct sge_eq *eq = &wrq->eq; in wrq_tx_drain()
2159 struct sge_eq *eq = &wrq->eq; in drain_wrq_wr_list()
2237 struct sge_eq *eq = &wrq->eq; in t4_wrq_tx_locked()
2921 struct sge_eq *eq = &wrq->eq; in start_wrq_wr()
2979 struct sge_eq *eq = &wrq->eq; in commit_wrq_wr()
3061 struct sge_eq *eq = r->cookie; in can_resume_eth_tx()
3075 discard_tx(struct sge_eq *eq) in discard_tx()
3103 struct sge_eq *eq = &txq->eq; in set_txupdate_flags()
3145 struct sge_eq *eq = &txq->eq; in eth_tx()
3408 init_eq(struct adapter *sc, struct sge_eq *eq, int eqtype, int qsize, in init_eq()
4256 ctrl_eq_alloc(struct adapter *sc, struct sge_eq *eq) in ctrl_eq_alloc()
4302 eth_eq_alloc(struct adapter *sc, struct vi_info *vi, struct sge_eq *eq) in eth_eq_alloc()
4348 ofld_eq_alloc(struct adapter *sc, struct vi_info *vi, struct sge_eq *eq) in ofld_eq_alloc()
4394 alloc_eq(struct adapter *sc, struct sge_eq *eq, struct sysctl_ctx_list *ctx, in alloc_eq()
4417 free_eq(struct adapter *sc, struct sge_eq *eq) in free_eq()
4430 struct sysctl_oid *oid, struct sge_eq *eq) in add_eq_sysctls()
4452 alloc_eq_hwq(struct adapter *sc, struct vi_info *vi, struct sge_eq *eq) in alloc_eq_hwq()
4513 free_eq_hwq(struct adapter *sc, struct vi_info *vi __unused, struct sge_eq *eq) in free_eq_hwq()
4547 struct sge_eq *eq = &wrq->eq; in alloc_wrq()
4607 struct sge_eq *eq = &txq->eq; in alloc_txq()
4700 struct sge_eq *eq = &txq->eq; in free_txq()
4823 struct sge_eq *eq = &ofld_txq->wrq.eq; in alloc_ofld_txq()
4891 struct sge_eq *eq = &ofld_txq->wrq.eq; in free_ofld_txq()
5453 struct sge_eq *eq; in write_txpkt_vm_wr()
5552 struct sge_eq *eq = &txq->eq; in write_raw_wr()
5586 struct sge_eq *eq; in write_txpkt_wr()
5851 struct sge_eq *eq = &txq->eq; in write_txpkts_wr()
5962 struct sge_eq *eq = &txq->eq; in write_txpkts_vm_wr()
6046 struct sge_eq *eq = &txq->eq; in write_gl_to_txd()
6117 copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len) in copy_to_txd()
6139 ring_eq_db(struct adapter *sc, struct sge_eq *eq, u_int n) in ring_eq_db()
6193 reclaimable_tx_desc(struct sge_eq *eq) in reclaimable_tx_desc()
6202 total_available_tx_desc(struct sge_eq *eq) in total_available_tx_desc()
6216 read_hw_cidx(struct sge_eq *eq) in read_hw_cidx()
6231 struct sge_eq *eq = &txq->eq; in reclaim_tx_descs()
6271 struct sge_eq *eq = &txq->eq; in tx_reclaim()
6357 handle_wrq_egr_update(struct adapter *sc, struct sge_eq *eq) in handle_wrq_egr_update()
6366 handle_eth_egr_update(struct adapter *sc, struct sge_eq *eq) in handle_eth_egr_update()
6387 struct sge_eq *eq; in handle_sge_egr_update()
6388 static void (*h[])(struct adapter *, struct sge_eq *) = {NULL, in handle_sge_egr_update()