/freebsd/sys/dev/cxgbe/ |
H A D | t4_sched.c | 110 MPASS(pi->tx_chan == p->channel); in set_sched_class_params() 275 tc->ratemode, pi->tx_chan, j, 0, tc->maxrate, 0, in update_tx_sched() 294 tc->ratemode, pi->tx_chan, 0, tc->maxrate, in update_tx_sched() 842 V_TXPKT_INTF(pi->tx_chan) | V_TXPKT_PF(sc->pf) | in cxgbe_rate_tag_alloc()
|
H A D | t4_tracer.c | 370 tp.port = sc->port[t->tp.port]->tx_chan; in t4_set_tracer() 376 tp.port = sc->port[t->tp.port - 4]->tx_chan + 4; in t4_set_tracer()
|
H A D | t4_netmap.c | 235 V_TXPKT_INTF(pi->tx_chan) | V_TXPKT_PF(sc->pf) | in alloc_nm_txq() 317 c.iqdroprss_to_iqesize = htobe16(V_FW_IQ_CMD_IQPCIECH(pi->tx_chan) | in alloc_nm_rxq_hwq() 432 V_FW_EQ_ETH_CMD_PCIECHN(vi->pi->tx_chan) | F_FW_EQ_ETH_CMD_FETCHRO | in alloc_nm_txq_hwq()
|
H A D | adapter.h | 323 uint8_t tx_chan; /* tx TP c-channel */ member 475 uint8_t tx_chan; /* tx channel used by the eq */ member 960 int bt_map; /* tx_chan's with BASE-T */
|
H A D | t4_sge.c | 3408 eq->tx_chan = sc->port[port_id]->tx_chan; in init_eq() 3572 c.iqdroprss_to_iqesize = htobe16(V_FW_IQ_CMD_IQPCIECH(pi->tx_chan) | in alloc_iq_fl_hwq() 4265 V_FW_EQ_CTRL_CMD_PCIECHN(eq->tx_chan) | in ctrl_eq_alloc() 4277 CH_ERR(sc, "failed to create hw ctrlq for tx_chan %d: %d\n", in ctrl_eq_alloc() 4278 eq->tx_chan, rc); in ctrl_eq_alloc() 4311 V_FW_EQ_ETH_CMD_PCIECHN(eq->tx_chan) | F_FW_EQ_ETH_CMD_FETCHRO | in eth_eq_alloc() 4355 V_FW_EQ_OFLD_CMD_PCIECHN(eq->tx_chan) | in ofld_eq_alloc() 4673 V_TXPKT_INTF(pi->tx_chan)); in alloc_txq() 4676 V_TXPKT_INTF(pi->tx_chan) | V_TXPKT_PF(sc->pf) | in alloc_txq() 6579 flowc->mnemval[1].val = htobe32(pi->tx_chan); in send_etid_flowc_wr() [all …]
|
H A D | t4_main.c | 1410 setbit(&sc->bt_map, pi->tx_chan); in t4_attach() 1412 MPASS(!isset(&sc->bt_map, pi->tx_chan)); in t4_attach() 1417 sc->chan_map[pi->tx_chan] = i; in t4_attach() 1428 pi->fcs_reg = t4_port_reg(sc, pi->tx_chan, in t4_attach() 2369 MPASS(sc->chan_map[pi->tx_chan] == i); in restart_lld() 2423 V_RSSCONTROL(pi->tx_chan) | in restart_lld() 3687 rc = t4_alloc_vi_func(sc, sc->mbox, pi->tx_chan, sc->pf, 0, 1, in alloc_extra_vi() 6223 rc = -t4_link_l1cfg(sc, sc->mbox, pi->tx_chan, lc); in apply_link_config() 6585 A_MPS_T5_TRC_RSS_CONTROL, V_RSSCONTROL(pi->tx_chan) | in cxgbe_init_synchronized() 8182 SYSCTL_ADD_INT(ctx, children, OID_AUTO, "tx_chan", CTLFLAG_RD, NULL, in cxgbe_sysctls() [all …]
|
H A D | t4_vf.c | 670 sc->chan_map[pi->tx_chan] = i; in t4vf_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ti/ |
H A D | k3-udma.yaml | 187 <0x2>; /* TX_CHAN */
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 512 flowc->mnemval[1].val = htobe32(pi->tx_chan); in send_flowc_wr_synqe() 514 flowc->mnemval[2].val = htobe32(pi->tx_chan); in send_flowc_wr_synqe() 582 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server() 612 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server6()
|
H A D | t4_tom.c | 1142 opt0 |= V_TX_CHAN(vi->pi->tx_chan); in calc_options0() 1185 opt2 |= V_TX_QUEUE(TX_MODQ(pi->tx_chan)); in calc_options2()
|
H A D | t4_cpl_io.c | 130 FLOWC_PARAM(CH, pi->tx_chan); in send_flowc_wr() 131 FLOWC_PARAM(PORT, pi->tx_chan); in send_flowc_wr()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 169 options |= V_SMAC_SEL(vi->smt_idx) | V_TX_CHAN(vi->pi->tx_chan); in mk_ktls_act_open_req() 173 options = V_TX_QUEUE(TX_MODQ(vi->pi->tx_chan)); in mk_ktls_act_open_req() 204 options |= V_SMAC_SEL(vi->smt_idx) | V_TX_CHAN(vi->pi->tx_chan); in mk_ktls_act_open_req6() 208 options = V_TX_QUEUE(TX_MODQ(vi->pi->tx_chan)); in mk_ktls_act_open_req6()
|
H A D | t4_crypto.c | 1928 sc->ports[port].tx_channel_id = pi->tx_chan; in ccr_init_port()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_main.c | 635 pi->tx_chan = i >= ai->nports0; in cxgb_controller_attach() 636 pi->txpkt_intf = pi->tx_chan ? 2 * (i - ai->nports0) + 1 : 2 * i; in cxgb_controller_attach() 638 sc->port[i].tx_chan = i >= ai->nports0; in cxgb_controller_attach() 1261 t3_set_vlan_accel(p->adapter, 1 << p->tx_chan, hwtagging); in cxgb_update_mac_settings() 1372 nq[pi->tx_chan] += pi->nqsets; in setup_rss() 1424 -1, pi->tx_chan); in bind_qsets()
|
H A D | cxgb_adapter.h | 102 uint32_t tx_chan; member
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 276 #define TX_MODQ(tx_chan) (tx_chan) argument
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am65-mcu.dtsi | 234 <0xd>; /* TX_CHAN */
|
H A D | k3-j721e-mcu-wakeup.dtsi | 497 ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */
|
H A D | k3-j7200-mcu-wakeup.dtsi | 371 ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */
|
H A D | k3-j784s4-mcu-wakeup.dtsi | 503 ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */
|
H A D | k3-j721s2-mcu-wakeup.dtsi | 495 ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */
|
H A D | k3-am65-main.dtsi | 817 <0xd>; /* TX_CHAN */
|
H A D | k3-j7200-main.dtsi | 299 ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */
|
H A D | k3-j721s2-main.dtsi | 1099 ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | iw_cxgbe.h | 864 u32 tx_chan; member
|