Searched refs:chan_map (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/sound/pci/
H A Dhdspe.c288 struct hdspe_channel *chan_map; local
306 chan_map = chan_map_aio;
310 chan_map = chan_map_rd;
326 for (i = 0; i < HDSPE_MAX_CHANS && chan_map[i].descr != NULL; i++) {
328 scp->hc = &chan_map[i];
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_tracer.c304 t->tp.port = sc->chan_map[tp.port];
306 t->tp.port = sc->chan_map[tp.port - 4] + 4;
H A Dadapter.h740 uint8_t chan_map[NCHAN]; member in struct:adapter
H A Dt4_main.c633 memset(sc->chan_map, 0xff, sizeof(sc->chan_map));
743 sc->chan_map[pi->tx_chan] = i;
/freebsd-10.2-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3843 * @chan_map: bitmap of Tx channels being used
3848 static void chan_init_hw(adapter_t *adap, unsigned int chan_map) argument
3852 if (chan_map != 3) { /* one channel */
3856 (chan_map == 1 ? F_TPTXPORT0EN | F_PORT0ACTIVE :
3859 chan_map == 1 ? 0xffffffff : 0);
3860 if (chan_map == 2)
4197 chan_init_hw(adapter, adapter->params.chan_map);
4470 adapter->params.chan_map = (!!ai->nports0) | (!!ai->nports1 << 1);
4505 p->nchan = adapter->params.chan_map == 3 ? 2 : 1;
H A Dcxgb_common.h399 unsigned int chan_map; /* bitmap of in-use Tx channels */ member in struct:adapter_params
/freebsd-10.2-release/sys/dev/cxgbe/common/
H A Dt4_msg.h2127 __u8 chan_map; member in struct:cpl_barrier
2132 /* cpl_barrier.chan_map fields */

Completed in 206 milliseconds