Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_fw_defs.h141 #define USTORM_ETH_PAUSE_ENABLED_OFFSET(portId) \ argument
142 (IRO[187].base + ((portId) * IRO[187].m1))
171 #define USTORM_RX_PRODS_E1X_OFFSET(portId, clientId) \ argument
172 (IRO[215].base + ((portId) * IRO[215].m1) + ((clientId) * \
185 #define XSTORM_CMNG_PER_PORT_VARS_OFFSET(portId) \ argument
186 (IRO[43].base + ((portId) * IRO[43].m1))
236 #define XSTORM_TCP_GLOBAL_DEL_ACK_COUNTER_ENABLED_OFFSET(portId) \ argument
237 (IRO[217].base + ((portId) * IRO[217].m1))
238 #define XSTORM_TCP_GLOBAL_DEL_ACK_COUNTER_MAX_COUNT_OFFSET(portId) \ argument
239 (IRO[218].base + ((portId) * IRO[218].m1))
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.h77 uint8_t portId; /**< Port Id - relative to type */ member
H A Dfm_sp.c84 p_FmVspEntry->portId, in CheckParams()
447 …p_FmVspEntry->portId = p_FmVspParams->portPara… in FM_VSP_Config()
545 p_FmVspEntry->portId, in FM_VSP_Init()
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_vsp_ext.h86 uint8_t portId; /**< Port Id - relative to type */ member
H A Dfm_ext.h375 uint8_t portId,
H A Dfm_port_ext.h277 uint8_t portId; /**< Port Id - relative to type; member
H A Dfm_pcd_ext.h207 …uint8_t portId; /**< Port Id (0-6 relative to Host-Command/Offline… member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h1193 uint8_t portId,
1198 uint8_t portId);
1202 uint8_t portId,
1207 uint8_t portId,
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c746 FmSetPortPreFetchConfiguration(p_FmPort->h_Fm, p_FmPort->portId, in InitLowLevelDriver()
2239 p_FmPort->portId = p_FmPortParams->portId; in FM_PORT_Config()
2250 p_FmPortParams->portId, in FM_PORT_Config()
2257 && (p_FmPortParams->portId != FM_OH_PORT_ID)) in FM_PORT_Config()
2263 && (p_FmPortParams->portId == FM_OH_PORT_ID)) in FM_PORT_Config()
2452 && (p_FmPortParams->portId != FM_OH_PORT_ID)) in FM_PORT_Config()
2541 p_FmPort->portId) == 0) in FM_PORT_Config()
2796 if (FmVSPFreeForPort(p_FmPort->h_Fm, p_FmPort->portType, p_FmPort->portId) in FM_PORT_Free()
3850 p_FmPort->portType, p_FmPort->portId); in FM_PORT_AnalyzePerformanceParams()
4453 p_FmPort->portId, p_VSPParams->numOfProfiles); in FM_PORT_VSPAlloc()
[all …]
H A Dfm_port.h884 uint8_t portId; member
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dlink_status_intr.rst301 …If portId is even, the first line does nothing (as portid & 1 will be 0), and the second line adds…
302 If portId is odd, the first line subtracts one and the second line does nothing.
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1462 uint8_t portId, in FmVSPAllocForPort() argument
1528 portId, in FmVSPAllocForPort()
1547 uint8_t portId) in FmVSPFreeForPort() argument
1556 portId, in FmVSPFreeForPort()
2918 uint8_t portId, in FmVSPCheckRelativeProfile() argument
2929 portId, in FmVSPCheckRelativeProfile()
2948 uint8_t portId, in FmVSPGetAbsoluteProfileId() argument
2960 err = FmVSPCheckRelativeProfile(h_Fm, portType, portId, relativeProfile); in FmVSPGetAbsoluteProfileId()
2965 portId, in FmVSPGetAbsoluteProfileId()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c270 fmPortParam.portId = p_FmHcParams->params.portId; in FmHcConfigAndInit()