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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c729 struct ibv_port_attr *port_attr, union ibv_gid **gid_table,
764 if (sol_ibv_query_port(&ctx, port_num, port_attr)) {
772 gids = malloc(sizeof (union ibv_gid) * port_attr->gid_tbl_len);
779 rv = sol_ibv_query_gid(&ctx, port_num, port_attr->gid_tbl_len,
790 pkeys = malloc(sizeof (uint16_t) * port_attr->pkey_tbl_len);
798 rv = sol_ibv_query_pkey(&ctx, port_num, port_attr->pkey_tbl_len,
972 struct ibv_port_attr port_attr; local
979 if (get_port_info(dev_name, port_num, &port_attr, &gids, NULL))
984 if (gid_num < port_attr.gid_tbl_len) {
1005 if (get_port_info(dev_name, port_num, &port_attr, NUL
728 get_port_info(const char *devname, uint8_t port_num, struct ibv_port_attr *port_attr, union ibv_gid **gid_table, uint16_t **pkey_table) argument
[all...]

Completed in 14 milliseconds