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

/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dverbs.c49 uint64_t raw_fw_ver; local
53 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, sizeof cmd);
57 major = (raw_fw_ver >> 32) & 0xffff;
58 minor = (raw_fw_ver >> 16) & 0xffff;
59 sub_minor = raw_fw_ver & 0xffff;
75 uint64_t raw_fw_ver; local
82 &raw_fw_ver,
94 major = (raw_fw_ver >> 32) & 0xffff;
95 minor = (raw_fw_ver >> 16) & 0xffff;
96 sub_minor = raw_fw_ver
[all...]
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Ddriver.h142 uint64_t *raw_fw_ver,
147 uint64_t *raw_fw_ver,
H A Dcmd.c69 uint64_t *raw_fw_ver)
71 *raw_fw_ver = resp->fw_ver;
115 uint64_t *raw_fw_ver,
128 copy_query_dev_fields(device_attr, &resp, raw_fw_ver);
136 uint64_t *raw_fw_ver,
170 copy_query_dev_fields(&attr->orig_attr, &resp->base, raw_fw_ver);
67 copy_query_dev_fields(struct ibv_device_attr *device_attr, struct ibv_query_device_resp *resp, uint64_t *raw_fw_ver) argument
113 ibv_cmd_query_device(struct ibv_context *context, struct ibv_device_attr *device_attr, uint64_t *raw_fw_ver, struct ibv_query_device *cmd, size_t cmd_size) argument
133 ibv_cmd_query_device_ex(struct ibv_context *context, const struct ibv_query_device_ex_input *input, struct ibv_device_attr_ex *attr, size_t attr_size, uint64_t *raw_fw_ver, struct ibv_query_device_ex *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_query_device_resp_ex *resp, size_t resp_core_size, size_t resp_size) argument
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dverbs.c51 uint64_t raw_fw_ver; local
55 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd,
60 major = (raw_fw_ver >> 24) & 0xff;
61 minor = (raw_fw_ver >> 16) & 0xff;
62 sub_minor = (raw_fw_ver >> 8) & 0xff;
63 build = raw_fw_ver & 0xff;
H A Ddev.c114 uint64_t raw_fw_ver; local
169 ret = ibv_cmd_query_device(&context->ibv_ctx, &attr, &raw_fw_ver, &qcmd,
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dverbs.c61 uint64_t raw_fw_ver; local
65 ret = ibv_cmd_query_device(context, attr, &raw_fw_ver, &cmd, sizeof cmd);
69 major = (raw_fw_ver >> 32) & 0xffff;
70 minor = (raw_fw_ver >> 16) & 0xffff;
71 sub_minor = raw_fw_ver & 0xffff;
1943 uint64_t raw_fw_ver; local
1954 &raw_fw_ver,
1971 major = (raw_fw_ver >> 32) & 0xffff;
1972 minor = (raw_fw_ver >> 16) & 0xffff;
1973 sub_minor = raw_fw_ver
[all...]

Completed in 87 milliseconds