nports0           165 drivers/net/ethernet/chelsio/cxgb3/common.h 	unsigned char nports0;        /* # of ports on channel 0 */
nports0          3296 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	for (i = 0; i < ai->nports0 + ai->nports1; ++i) {
nports0          3398 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	for (i = ai->nports0 + ai->nports1 - 1; i >= 0; --i)
nports0          3664 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	adapter->params.nports = ai->nports0 + ai->nports1;
nports0          3665 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	adapter->params.chan_map = (!!ai->nports0) | (!!ai->nports1 << 1);