Searched refs:portId (Results 1 – 2 of 2) sorted by relevance
143 #define USTORM_ETH_PAUSE_ENABLED_OFFSET(portId) \ argument144 (IRO[187].base + ((portId) * IRO[187].m1))173 #define USTORM_RX_PRODS_E1X_OFFSET(portId, clientId) \ argument174 (IRO[215].base + ((portId) * IRO[215].m1) + ((clientId) * \187 #define XSTORM_CMNG_PER_PORT_VARS_OFFSET(portId) \ argument188 (IRO[43].base + ((portId) * IRO[43].m1))238 #define XSTORM_TCP_GLOBAL_DEL_ACK_COUNTER_ENABLED_OFFSET(portId) \ argument239 (IRO[217].base + ((portId) * IRO[217].m1))240 #define XSTORM_TCP_GLOBAL_DEL_ACK_COUNTER_MAX_COUNT_OFFSET(portId) \ argument241 (IRO[218].base + ((portId) * IRO[218].m1))
230 …If portId is even, the first line does nothing (as portid & 1 will be 0), and the second line adds…231 If portId is odd, the first line subtracts one and the second line does nothing.