Home
last modified time | relevance | path

Searched refs:nports0 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_main.c330 (ai->nports0 + ai->nports1) <= 2) { in cxgb_controller_attach()
464 pi->tx_chan = i >= ai->nports0; in cxgb_controller_attach()
465 pi->txpkt_intf = pi->tx_chan ? 2 * (i - ai->nports0) + 1 : 2 * i; in cxgb_controller_attach()
Dcxgb_common.h146 unsigned char nports0; /* # of ports on channel 0 */ member
Dcxgb_t3_hw.c1592 idx = idx == 0 ? 0 : adapter_info(adap)->nports0; /* MAC idx -> port */ in mac_intr_handler()
3704 adapter->params.nports = ai->nports0 + ai->nports1; in t3_prep_adapter()
3705 adapter->params.chan_map = !!ai->nports0 | (!!ai->nports1 << 1); in t3_prep_adapter()