HomeSort by: relevance | last modified time | path
    Searched refs:nports0 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_main.c 330 (ai->nports0 + ai->nports1) <= 2) {
464 pi->tx_chan = i >= ai->nports0;
465 pi->txpkt_intf = pi->tx_chan ? 2 * (i - ai->nports0) + 1 : 2 * i;
cxgb_common.h 146 unsigned char nports0; /* # of ports on channel 0 */ member in struct:adapter_info
cxgb_t3_hw.c 1592 idx = idx == 0 ? 0 : adapter_info(adap)->nports0; /* MAC idx -> port */
3704 adapter->params.nports = ai->nports0 + ai->nports1;
3705 adapter->params.chan_map = !!ai->nports0 | (!!ai->nports1 << 1);

Completed in 18 milliseconds