Searched refs:chan_map (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/hwtracing/stm/ |
D | stm.h | 37 unsigned long chan_map[0]; member
|
D | core.c | 191 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/ |
D | t3_hw.c | 3063 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()
|
D | common.h | 395 unsigned int chan_map; /* bitmap of in-use Tx channels */ member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 1231 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()
|
D | cxgb4.h | 727 u8 chan_map[NCHAN]; /* channel -> port map */ member
|
D | cxgb4_main.c | 4736 memset(adapter->chan_map, 0xff, sizeof(adapter->chan_map)); in init_one() 4925 adapter->chan_map[pi->tx_chan] = i; in init_one()
|
D | t4_hw.c | 6873 int port = adap->chan_map[chan]; in t4_handle_fw_rpl()
|