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