Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h156 unsigned char nports1; /* # of ports on channel 1 */ member
H A Dcxgb_t3_hw.c4467 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()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c368 nports = ai->nports0 + ai->nports1; in cxgb_controller_probe()