Home
last modified time | relevance | path

Searched refs:portNum (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_hca_guid.c554 uint32_t portNum; in get_port_guid() local
612 &ca_id, &portNum); in get_port_guid()
618 printf("Selected: CA:%s Port:%d\n", ca_id, portNum); in get_port_guid()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h1161 t_Error FmSetPortPreFetchConfiguration(t_Handle h_Fm, uint8_t portNum, bool preFetchConfigured);
1162 t_Error FmGetPortPreFetchConfiguration(t_Handle h_Fm, uint8_t portNum, bool *p_PortConfigured, …
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1246 uint8_t portNum, in FmSetPortPreFetchConfiguration() argument
1254 p_Fm->portsPreFetchConfigured[portNum] = TRUE; in FmSetPortPreFetchConfiguration()
1255 p_Fm->portsPreFetchValue[portNum] = preFetchConfigured; in FmSetPortPreFetchConfiguration()
1261 uint8_t portNum, in FmGetPortPreFetchConfiguration() argument
1272 if (!p_Fm->portsPreFetchConfigured[portNum]) in FmGetPortPreFetchConfiguration()
1280 *p_PreFetchConfigured = (p_Fm->portsPreFetchConfigured[portNum]); in FmGetPortPreFetchConfiguration()