Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/stm/
Dstm.h37 unsigned long chan_map[0]; member
Dcore.c191 bitmap_allocate_region(&master->chan_map[0], output->channel, in stm_output_claim()
202 bitmap_release_region(&master->chan_map[0], output->channel, in stm_output_disclaim()
257 pos = find_free_channels(master->chan_map, *cstart, cend, in stm_find_master_chan()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3063 static void chan_init_hw(struct adapter *adap, unsigned int chan_map) in chan_init_hw() argument
3067 if (chan_map != 3) { /* one channel */ in chan_init_hw()
3071 (chan_map == 1 ? F_TPTXPORT0EN | F_PORT0ACTIVE : in chan_init_hw()
3074 chan_map == 1 ? 0xffffffff : 0); in chan_init_hw()
3388 chan_init_hw(adapter, adapter->params.chan_map); in t3_init_hw()
3631 adapter->params.chan_map = (!!ai->nports0) | (!!ai->nports1 << 1); in t3_prep_adapter()
3662 p->nchan = adapter->params.chan_map == 3 ? 2 : 1; in t3_prep_adapter()
Dcommon.h395 unsigned int chan_map; /* bitmap of in-use Tx channels */ member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1231 i = adap->chan_map[tp.port & 3]; in mps_trc_show()
1412 if (adap->chan_map[tp.port & 3] >= MAX_NPORTS) in mps_trc_write()
1420 if (adap->chan_map[tp.port] >= MAX_NPORTS) in mps_trc_write()
Dcxgb4.h727 u8 chan_map[NCHAN]; /* channel -> port map */ member
Dcxgb4_main.c4736 memset(adapter->chan_map, 0xff, sizeof(adapter->chan_map)); in init_one()
4925 adapter->chan_map[pi->tx_chan] = i; in init_one()
Dt4_hw.c6873 int port = adap->chan_map[chan]; in t4_handle_fw_rpl()