Home
last modified time | relevance | path

Searched refs:tx_chan (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_sched.c110 MPASS(pi->tx_chan == p->channel); in set_sched_class_params()
H A Dt4_tracer.c369 tp.port = sc->port[t->tp.port]->tx_chan; in t4_set_tracer()
375 tp.port = sc->port[t->tp.port - 4]->tx_chan + 4; in t4_set_tracer()
H A Dadapter.h336 uint8_t tx_chan; /* tx TP c-channel */ member
506 uint8_t tx_chan; /* tx channel used by the eq */ member
H A Dt4_vf.c708 sc->chan_map[pi->tx_chan] = i; in t4vf_attach()
H A Dt4_main.c1533 sc->chan_map[pi->tx_chan + j] = i; in t4_attach()
2490 MPASS(sc->chan_map[pi->tx_chan] == i); in restart_lld()
2541 t4_set_trace_rss_control(sc, pi->tx_chan, sc->traceq); in restart_lld()
6851 t4_set_trace_rss_control(sc, pi->tx_chan, sc->traceq); in cxgbe_init_synchronized()
8531 pi->tx_chan, "TP tx c-channel"); in cxgbe_sysctls()
8590 t4_port_reg(sc, pi->tx_chan, A_MPS_PORT_STAT_##stat##_L), \ in cxgbe_sysctls()
9302 t4_port_reg(sc, pi->tx_chan + i, reg)); in sysctl_handle_t4_portstat64()
13011 t4_port_reg(sc, pi->tx_chan, pi->fcs_reg)); in clear_stats()
13257 t4_port_reg(sc, pi->tx_chan, pi->fcs_reg)); in t4_os_link_changed()
H A Dt4_sge.c3462 eq->tx_chan = sc->port[port_id]->tx_chan; in init_eq()
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dvirtual_oss.h48 int tx_chan; member
H A Dctl.c164 data.io_info.tx_chan = pvp->tx_dst[chan]; in vctl_ioctl()
189 pvp->tx_dst[chan] = data.io_info.tx_chan; in vctl_ioctl()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c169 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 Dt4_crypto.c1933 sc->ports[port].tx_channel_id = pi->tx_chan; in ccr_init_port()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c10175 int port_id, tx_chan; in t4_get_port_stats() local
10184 t4_port_reg(adap, tx_chan, A_MPS_PORT_STAT_##name##_L)); in t4_get_port_stats()
10186 for (tx_chan = pi->tx_chan; in t4_get_port_stats()
10187 tx_chan < pi->tx_chan + adap->params.tp.lb_nchan; tx_chan++) { in t4_get_port_stats()
10247 t4_port_reg(adap, pi->tx_chan, pi->fcs_reg)) - pi->fcs_base; in t4_get_port_stats()
13322 p->tx_chan = t4_get_tx_c_chan(adap, j); in t4_port_init()
14528 int i, port_id, tx_chan; in t4_clr_port_stats() local
14535 for (tx_chan = pi->tx_chan; in t4_clr_port_stats()
14536 tx_chan < pi->tx_chan + adap->params.tp.lb_nchan; tx_chan++) { in t4_clr_port_stats()
14537 port_base_addr = t4_port_reg(adap, tx_chan, 0); in t4_clr_port_stats()
H A Dcommon.h311 #define TX_MODQ(tx_chan) (tx_chan) argument
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c636 pi->tx_chan = i >= ai->nports0; in cxgb_controller_attach()
637 pi->txpkt_intf = pi->tx_chan ? 2 * (i - ai->nports0) + 1 : 2 * i; in cxgb_controller_attach()
639 sc->port[i].tx_chan = i >= ai->nports0; in cxgb_controller_attach()
1262 t3_set_vlan_accel(p->adapter, 1 << p->tx_chan, hwtagging); in cxgb_update_mac_settings()
1373 nq[pi->tx_chan] += pi->nqsets; in setup_rss()
1425 -1, pi->tx_chan); in bind_qsets()
H A Dcxgb_adapter.h102 uint32_t tx_chan; member
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c583 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server()
613 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server6()
H A Dt4_tom.c1151 opt0 |= V_TX_CHAN(vi->pi->tx_chan); in calc_options0()
1194 opt2 |= V_TX_QUEUE(TX_MODQ(pi->tx_chan)); in calc_options2()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h834 u32 tx_chan; member