Searched refs:sge_txq (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/dev/cxgb/ |
| HD | cxgb_sge.c | 259 struct sge_txq *txq; in check_pkt_coalesce() 371 struct sge_txq *q = &qs->txq[queue]; in reclaim_completed_tx() 400 should_restart_tx(const struct sge_txq *q) in should_restart_tx() 962 struct sge_txq *txq; in sge_timer_cb() 1126 txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *txqs) in txq_prod() 1228 check_ring_tx_db(adapter_t *adap, struct sge_txq *q, int mustring) in check_ring_tx_db() 1278 const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits, in write_wr_hdr_sgl() 1357 struct sge_txq *txq; in t3_encap() 1593 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_tx_watchdog() 1617 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_tx_timeout() [all …]
|
| HD | cxgb_adapter.h | 229 struct sge_txq { struct 282 struct sge_txq txq[SGE_TXQ_PER_SET]; argument 561 txq_to_qset(struct sge_txq *q, int qidx) in txq_to_qset()
|
| HD | cxgb_main.c | 1101 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_port_detach() 1728 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in cxgb_init_locked()
|
| /freebsd-11-stable/sys/dev/cxgbe/ |
| HD | t4_sched.c | 292 bind_txq_to_traffic_class(struct adapter *sc, struct sge_txq *txq, int idx) in bind_txq_to_traffic_class() 380 struct sge_txq *txq; in t4_set_sched_queue() 569 struct sge_txq *txq; in sysctl_tc()
|
| HD | t4_sge.c | 247 static int alloc_txq(struct vi_info *, struct sge_txq *, int, 249 static int free_txq(struct vi_info *, struct sge_txq *); 265 static u_int write_txpkt_wr(struct sge_txq *, struct fw_eth_tx_pkt_wr *, 267 static u_int write_txpkt_vm_wr(struct adapter *, struct sge_txq *, 271 static u_int write_txpkts_wr(struct sge_txq *, struct fw_eth_tx_pkts_wr *, 273 static void write_gl_to_txd(struct sge_txq *, struct mbuf *, caddr_t *, int); 279 static u_int reclaim_tx_descs(struct sge_txq *, u_int); 1096 struct sge_txq *txq; in t4_setup_vi_queues() 1250 struct sge_txq *txq; in t4_teardown_vi_queues() 2558 struct sge_txq *txq = r->cookie; in eth_tx() [all …]
|
| HD | t4_vf.c | 681 s->txq = malloc(s->ntxq * sizeof(struct sge_txq), M_CXGBE, in t4vf_attach() 851 struct sge_txq *txq; in t4vf_ioctl()
|
| HD | adapter.h | 558 struct sge_txq { struct 743 struct sge_txq *txq; /* NIC tx queues */
|
| HD | t4_main.c | 617 static void quiesce_txq(struct adapter *, struct sge_txq *); 1212 s->txq = malloc(s->ntxq * sizeof(struct sge_txq), M_CXGBE, in t4_attach() 2006 struct sge_txq *txq; in cxgbe_transmit() 2043 struct sge_txq *txq; in cxgbe_qflush() 2099 struct sge_txq *txq; in vi_get_counter() 2164 struct sge_txq *txq; in cxgbe_get_counter() 4962 struct sge_txq *txq; in cxgbe_init_synchronized() 5046 struct sge_txq *txq; in cxgbe_uninit_synchronized() 5523 struct sge_txq *txq; in vi_full_uninit() 5569 quiesce_txq(struct adapter *sc, struct sge_txq *txq) in quiesce_txq() [all …]
|