| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_sched.c | 110 MPASS(pi->tx_chan == p->channel); in set_sched_class_params()
|
| H A D | t4_tracer.c | 369 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 D | adapter.h | 336 uint8_t tx_chan; /* tx TP c-channel */ member 506 uint8_t tx_chan; /* tx channel used by the eq */ member
|
| H A D | t4_vf.c | 708 sc->chan_map[pi->tx_chan] = i; in t4vf_attach()
|
| H A D | t4_main.c | 1533 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 D | t4_sge.c | 3462 eq->tx_chan = sc->port[port_id]->tx_chan; in init_eq()
|
| /freebsd/usr.sbin/virtual_oss/virtual_oss/ |
| H A D | virtual_oss.h | 48 int tx_chan; member
|
| H A D | ctl.c | 164 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 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 | 1933 sc->ports[port].tx_channel_id = pi->tx_chan; in ccr_init_port()
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_hw.c | 10175 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 D | common.h | 311 #define TX_MODQ(tx_chan) (tx_chan) argument
|
| /freebsd/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 636 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 D | cxgb_adapter.h | 102 uint32_t tx_chan; member
|
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_listen.c | 583 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 D | t4_tom.c | 1151 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 D | iw_cxgbe.h | 834 u32 tx_chan; member
|