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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c1504 sol_uverbs_pkey_t *uverbs_pkeyp; local
1524 uverbs_pkeyp = (sol_uverbs_pkey_t *)malloc(count *
1526 if (uverbs_pkeyp == NULL) {
1530 uverbs_pkeyp->uverbs_port_num = port_num & 0x7F;
1531 uverbs_pkeyp->uverbs_pkey_cnt = count;
1532 uverbs_pkeyp->uverbs_pkey_start_index = start;
1534 if (ioctl(context->cmd_fd, UVERBS_IOCTL_GET_PKEYS, uverbs_pkeyp) != 0) {
1542 if (uverbs_pkeyp->uverbs_solaris_abi_version !=
1547 uverbs_pkeyp->uverbs_solaris_abi_version);
1551 memcpy(pkey, uverbs_pkeyp
[all...]

Completed in 657 milliseconds