Home
last modified time | relevance | path

Searched refs:sge_eq (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c236 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);
[all …]
H A Dadapter.h468 struct sge_eq { struct
604 struct sge_eq eq; /* MUST be first */
725 struct sge_eq eq; /* MUST be first */
860 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */
1305 tx_resume_threshold(struct sge_eq *eq) in tx_resume_threshold()
H A Dt4_vf.c713 s->eqmap = malloc(s->eqmap_sz * sizeof(struct sge_eq *), M_CXGBE, in t4vf_attach()
H A Dt4_main.c1532 s->eqmap = malloc(s->eqmap_sz * sizeof(struct sge_eq *), M_CXGBE, in t4_attach()
7140 struct sge_eq *eq = &txq->eq; in quiesce_txq()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c1085 copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len) in copy_to_txd()
1316 struct sge_eq *eq = &txq->eq; in ktls_write_tls_wr()
1948 struct sge_eq *eq = &txq->eq; in t6_ktls_write_wr()