Home
last modified time | relevance | path

Searched refs:chan_map (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/dev/sound/pci/
H A Dhdspe.c295 struct hdspe_channel *chan_map; in hdspe_attach() local
315 chan_map = chan_map_aio; in hdspe_attach()
319 chan_map = chan_map_rd; in hdspe_attach()
335 for (i = 0; i < HDSPE_MAX_CHANS && chan_map[i].descr != NULL; i++) { in hdspe_attach()
337 scp->hc = &chan_map[i]; in hdspe_attach()
/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_tracer.c308 t->tp.port = sc->chan_map[tp.port]; in t4_get_tracer()
310 t->tp.port = sc->chan_map[tp.port - 4] + 4; in t4_get_tracer()
H A Dt4_vf.c523 memset(sc->chan_map, 0xff, sizeof(sc->chan_map)); in t4vf_attach()
645 sc->chan_map[pi->tx_chan] = i; in t4vf_attach()
H A Dt4_sched.c107 pi = sc->port[sc->chan_map[p->channel]]; in set_sched_class_params()
H A Dadapter.h824 uint8_t chan_map[MAX_NCHAN]; /* channel -> port */ member
H A Dt4_main.c1007 memset(sc->chan_map, 0xff, sizeof(sc->chan_map)); in t4_attach()
1137 sc->chan_map[pi->tx_chan] = i; in t4_attach()
/freebsd-12.1/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3849 static void chan_init_hw(adapter_t *adap, unsigned int chan_map) in chan_init_hw() argument
3853 if (chan_map != 3) { /* one channel */ in chan_init_hw()
3857 (chan_map == 1 ? F_TPTXPORT0EN | F_PORT0ACTIVE : in chan_init_hw()
3860 chan_map == 1 ? 0xffffffff : 0); in chan_init_hw()
3861 if (chan_map == 2) in chan_init_hw()
4198 chan_init_hw(adapter, adapter->params.chan_map); in t3_init_hw()
4471 adapter->params.chan_map = (!!ai->nports0) | (!!ai->nports1 << 1); in t3_prep_adapter()
4506 p->nchan = adapter->params.chan_map == 3 ? 2 : 1; in t3_prep_adapter()
H A Dcxgb_common.h400 unsigned int chan_map; /* bitmap of in-use Tx channels */ member
/freebsd-12.1/sys/dev/cxgbe/common/
H A Dt4_msg.h2527 __u8 chan_map; member
H A Dt4_hw.c3897 if (is_bt(adap->port[adap->chan_map[port]])) in t4_link_l1cfg()