Searched refs:port_count (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c223 unsigned int *node_count, unsigned int *port_count)
249 offset += _unmarshall32(buf + offset, port_count);
627 unsigned int port_count = 0; local
660 if (_load_header_info(fd, fabric_cache, &node_count, &port_count) < 0)
668 for (i = 0; i < port_count; i++) {
791 unsigned int port_count)
797 offset += _marshall32(buf + offset, port_count);
891 unsigned int port_count = 0; local
948 port_count++;
953 if (_cache_header_counts(fd, node_count, port_count) <
222 _load_header_info(int fd, ibnd_fabric_cache_t * fabric_cache, unsigned int *node_count, unsigned int *port_count) argument
790 _cache_header_counts(int fd, unsigned int node_count, unsigned int port_count) argument
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.h120 u8 port_count; member in struct:bnxt_en_dev
H A Dbnxt.h1070 uint8_t port_count; member in struct:bnxt_softc
/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c306 uint32_t port_count = 0; local
368 p_attr_array[port_count] =
372 port_count++;
H A Dosm_vendor_mtl_hca_guid.c318 uint32_t port_count = 0; local
390 p_attr_array[port_count] =
393 port_count++;
H A Dosm_vendor_mlx_hca_sim.c635 uint32_t port_count = 0; local
696 p_attr_array[port_count] =
701 port_count++;
H A Dosm_vendor_mlx_hca_pfs.c589 uint32_t port_count = 0; local
650 p_attr_array[port_count] =
655 port_count++;
H A Dosm_vendor_al.c585 uint32_t port_count = 0; local
645 p_attr_array[port_count] =
648 port_count++;
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_console.c1193 uint32_t port_count[255]; /* max ports is a uint8_t */ local
1219 memset(port_count, '\0', sizeof(uint32_t) * 255);
1263 port_count[port_num]++;
1278 if (!port_count[i])
1280 if (port_count[i] < port_min_count)
1281 port_min_count = port_count[i];
1282 if (port_count[i] > port_max_count)
1283 port_max_count = port_count[i];
1333 if (!port_count[i])
1336 port_count[
[all...]
H A Dosm_ucast_lash.c1060 int i, port_count; local
1067 port_count = osm_node_get_num_physp(p_sw->p_node);
1070 for (i = 1; i < port_count; i++) {
1151 uint16_t port_count; local
1160 port_count = osm_node_get_num_physp(p_sw->p_node);
1163 for (i = 1; i < port_count; i++) {
/freebsd-current/sys/dev/ocs_fc/
H A Docs_fabric.c1855 uint32_t port_count; local
1876 port_count = 0;
1879 port_count ++;
1883 active_nodes = ocs_malloc(node->ocs, port_count * sizeof(*active_nodes), OCS_M_NOWAIT | OCS_M_ZERO);
1911 for (j = 0; j < port_count; j ++) {
1922 for (i = 0; i < port_count; i ++) {
1937 ocs_free(ocs, active_nodes, port_count * sizeof(*active_nodes));
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh387 u_long port_start, port_count;
442 &port_start, &port_count);
443 if (port_count != NUMPORTS) {
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h232 u32 port_count; member in struct:struct_mac_stats
238 u32 port_count; member in struct:struct_mac_stats_rev1
H A Dcudbg_lib.c1293 mac_stats_buff->port_count = n;
1294 for (i = 0; i < mac_stats_buff->port_count; i++)
/freebsd-current/sys/dev/mfi/
H A Dmfireg.h739 uint8_t port_count; member in struct:mfi_info_host
751 uint8_t port_count; member in struct:mfi_info_device
/freebsd-current/sys/netinet/libalias/
H A Dalias_db.c347 u_short port_count,
398 for (j = 0; j < port_count; j++) {
408 if (j == port_count)
342 FindNewPortGroup(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, u_short port_count, u_char proto, u_char align) argument
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.h2035 u_int8_t port_count; member in struct:mrsas_ctrl_info::__anon3495
2048 u_int8_t port_count; member in struct:mrsas_ctrl_info::__anon3496
/freebsd-current/sys/dev/ice/
H A Dice_adminq_cmd.h1761 u8 port_count; member in struct:ice_aqc_dnl_get_status_data
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dmain.c3091 * based on port_count
3094 pppp_factor = rdev->en_dev->port_count;

Completed in 427 milliseconds