Searched refs:nports0 (Results 1 – 3 of 3) sorted by relevance
368 nports = ai->nports0 + ai->nports1; in cxgb_controller_probe()635 pi->tx_chan = i >= ai->nports0; in cxgb_controller_attach()636 pi->txpkt_intf = pi->tx_chan ? 2 * (i - ai->nports0) + 1 : 2 * i; in cxgb_controller_attach()638 sc->port[i].tx_chan = i >= ai->nports0; in cxgb_controller_attach()
155 unsigned char nports0; /* # of ports on channel 0 */ member
2157 idx = idx == 0 ? 0 : adapter_info(adap)->nports0; /* MAC idx -> port */ in mac_intr_handler()4467 adapter->params.nports = ai->nports0 + ai->nports1; in t3_prep_adapter()4468 adapter->params.chan_map = (!!ai->nports0) | (!!ai->nports1 << 1); in t3_prep_adapter()