| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_fw_defs.h | 141 #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 D | fm_sp.h | 77 uint8_t portId; /**< Port Id - relative to type */ member
|
| H A D | fm_sp.c | 84 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 D | fm_vsp_ext.h | 86 uint8_t portId; /**< Port Id - relative to type */ member
|
| H A D | fm_ext.h | 375 uint8_t portId,
|
| H A D | fm_port_ext.h | 277 uint8_t portId; /**< Port Id - relative to type; member
|
| H A D | fm_pcd_ext.h | 207 …uint8_t portId; /**< Port Id (0-6 relative to Host-Command/Offline… member
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/ |
| H A D | fm_common.h | 1193 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 D | fm_port.c | 746 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 D | fm_port.h | 884 uint8_t portId; member
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | link_status_intr.rst | 301 …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 D | fm_ncsw.c | 1462 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 D | hc.c | 270 fmPortParam.portId = p_FmHcParams->params.portId; in FmHcConfigAndInit()
|