/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 257 struct sge_txq *txq; in check_pkt_coalesce() 372 struct sge_txq *q = &qs->txq[queue]; in reclaim_completed_tx() 410 should_restart_tx(const struct sge_txq *q) in should_restart_tx() 964 struct sge_txq *txq; in sge_timer_cb() 1128 txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *txqs) in txq_prod() 1230 check_ring_tx_db(adapter_t *adap, struct sge_txq *q, int mustring) in check_ring_tx_db() 1280 const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits, in write_wr_hdr_sgl() 1356 struct sge_txq *txq; in t3_encap() 1609 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_tx_watchdog() 1633 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_tx_timeout() [all …]
|
H A D | cxgb_adapter.h | 227 struct sge_txq { struct 280 struct sge_txq txq[SGE_TXQ_PER_SET]; argument 536 txq_to_qset(struct sge_txq *q, int qidx) in txq_to_qset()
|
H A D | cxgb_main.c | 1099 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_port_detach() 1682 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_init_locked()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 72 struct sge_txq *txq; 104 const struct ktls_session *tls, struct sge_txq *txq); 276 write_set_tcb_field_ulp(struct tlspcb *tlsp, void *dst, struct sge_txq *txq, in write_set_tcb_field_ulp() 311 ktls_set_tcb_fields(struct tlspcb *tlsp, struct tcpcb *tp, struct sge_txq *txq) in ktls_set_tcb_fields() 382 struct sge_txq *txq; in t6_tls_tag_alloc() 588 struct sge_txq *txq) in ktls_setup_keys() 1109 ktls_write_tcp_options(struct sge_txq *txq, void *dst, struct mbuf *m, in ktls_write_tcp_options() 1203 ktls_write_tunnel_packet(struct sge_txq *txq, void *dst, struct mbuf *m, in ktls_write_tunnel_packet() 1312 ktls_write_tls_wr(struct tlspcb *tlsp, struct sge_txq *txq, void *dst, in ktls_write_tls_wr() 1851 ktls_write_tcp_fin(struct sge_txq *txq, void *dst, struct mbuf *m, in ktls_write_tcp_fin() [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_l2t.h | 95 struct l2t_entry *t4_l2t_alloc_tls(struct adapter *, struct sge_txq *,
|
H A D | t4_sge.c | 279 static int alloc_txq(struct vi_info *, struct sge_txq *, int); 280 static void free_txq(struct vi_info *, struct sge_txq *); 282 struct sysctl_oid *, struct sge_txq *); 302 static u_int write_raw_wr(struct sge_txq *, void *, struct mbuf *, u_int); 303 static u_int write_txpkt_wr(struct adapter *, struct sge_txq *, struct mbuf *, 305 static u_int write_txpkt_vm_wr(struct adapter *, struct sge_txq *, 307 static int add_to_txpkts_vf(struct adapter *, struct sge_txq *, struct mbuf *, 309 static int add_to_txpkts_pf(struct adapter *, struct sge_txq *, struct mbuf *, 311 static u_int write_txpkts_wr(struct adapter *, struct sge_txq *); 312 static u_int write_txpkts_vm_wr(struct adapter *, struct sge_txq *); [all …]
|
H A D | t4_sched.c | 318 bind_txq_to_traffic_class(struct adapter *sc, struct sge_txq *txq, int idx) in bind_txq_to_traffic_class() 407 struct sge_txq *txq; in t4_set_sched_queue() 594 struct sge_txq *txq; in sysctl_tc()
|
H A D | adapter.h | 603 struct sge_txq { struct 846 struct sge_txq *txq; /* NIC tx queues */ 1405 int t6_ktls_write_wr(struct sge_txq *, void *, struct mbuf *, u_int);
|
H A D | t4_vf.c | 709 s->txq = malloc(s->ntxq * sizeof(struct sge_txq), M_CXGBE, in t4vf_attach() 875 struct sge_txq *txq; in t4vf_ioctl()
|
H A D | t4_l2t.c | 211 t4_l2t_alloc_tls(struct adapter *sc, struct sge_txq *txq, void *dst, in t4_l2t_alloc_tls()
|
H A D | t4_main.c | 775 static void quiesce_txq(struct sge_txq *); 1524 s->txq = malloc(s->ntxq * sizeof(struct sge_txq), M_CXGBE, in t4_attach() 2011 struct sge_txq *txq; in stop_lld() 2308 struct sge_txq *txq; in restart_lld() 3106 struct sge_txq *txq; in cxgbe_transmit() 3154 struct sge_txq *txq; in cxgbe_qflush() 3212 struct sge_txq *txq; in vi_get_counter() 3275 struct sge_txq *txq; in cxgbe_get_counter() 6432 struct sge_txq *txq; in cxgbe_init_synchronized() 6516 struct sge_txq *txq; in cxgbe_uninit_synchronized() [all …]
|