Searched defs:chan_map (Results 1 - 3 of 3) sorted by last modified time

/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h395 unsigned int chan_map; /* bitmap of in-use Tx channels */ member in struct:adapter_params
H A Dt3_hw.c3063 static void chan_init_hw(struct adapter *adap, unsigned int chan_map) argument
3067 if (chan_map != 3) { /* one channel */
3071 (chan_map == 1 ? F_TPTXPORT0EN | F_PORT0ACTIVE :
3074 chan_map == 1 ? 0xffffffff : 0);
3388 chan_init_hw(adapter, adapter->params.chan_map);
3631 adapter->params.chan_map = (!!ai->nports0) | (!!ai->nports1 << 1);
3662 p->nchan = adapter->params.chan_map == 3 ? 2 : 1;
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h645 u8 chan_map[NCHAN]; /* channel -> port map */ member in struct:adapter

Completed in 140 milliseconds