Searched refs:SLIC_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance
167 #define SLIC_MAX_PORTS 4 /* Max # of ports per card */ macro308 struct adapter *adapter[SLIC_MAX_PORTS];332 struct adapter *adapter[SLIC_MAX_PORTS];
3023 for (i = 0; i < SLIC_MAX_PORTS; i++) { in slic_card_locate()3027 if (i == SLIC_MAX_PORTS) in slic_card_locate()