Home
last modified time | relevance | path

Searched refs:portId (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/bnx2x/
H A Decore_fw_defs.h143 #define USTORM_ETH_PAUSE_ENABLED_OFFSET(portId) \ argument
144 (IRO[187].base + ((portId) * IRO[187].m1))
173 #define USTORM_RX_PRODS_E1X_OFFSET(portId, clientId) \ argument
174 (IRO[215].base + ((portId) * IRO[215].m1) + ((clientId) * \
187 #define XSTORM_CMNG_PER_PORT_VARS_OFFSET(portId) \ argument
188 (IRO[43].base + ((portId) * IRO[43].m1))
238 #define XSTORM_TCP_GLOBAL_DEL_ACK_COUNTER_ENABLED_OFFSET(portId) \ argument
239 (IRO[217].base + ((portId) * IRO[217].m1))
240 #define XSTORM_TCP_GLOBAL_DEL_ACK_COUNTER_MAX_COUNT_OFFSET(portId) \ argument
241 (IRO[218].base + ((portId) * IRO[218].m1))
/dpdk/doc/guides/sample_app_ug/
H A Dlink_status_intr.rst230 …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.