Lines Matching defs:hw_info

203 		    vdev->config.hw_info.function_mode, &vdev->no_of_func);
1245 vxge_hal_device_hw_info_t *hw_info;
1248 hw_info = &vdev->config.hw_info;
1260 if (vdev->is_privilaged && (hw_info->ports > 1)) {
1348 if (!bVAL1(vdev->config.hw_info.vpath_mask, i))
1360 (u8 *) (vdev->config.hw_info.mac_addrs[i]),
2150 if (!bVAL1(vdev->config.hw_info.vpath_mask, i))
2320 func_id = vdev->config.hw_info.func_id;
2354 func_id = vdev->config.hw_info.func_id;
2377 func_id = vdev->config.hw_info.func_id;
2380 func_mode = vdev->config.hw_info.function_mode;
2569 (vdev->config.hw_info.function_mode !=
2594 if (vdev->config.hw_info.ports == VXGE_DUAL_PORT_MODE) {
2611 vxge_hal_device_hw_info_t *hw_info;
2614 hw_info = &vdev->config.hw_info;
2620 hw_info->fw_version.version, hw_info->fw_date.date);
2663 if (((is_multi_func(vdev->config.hw_info.function_mode)) &&
2711 is_single_func(vdev->config.hw_info.function_mode)) {
3032 vxge_hal_device_hw_info_t *hw_info;
3037 &vdev->config.hw_info);
3042 hw_info = &vdev->config.hw_info;
3044 vpath_mask = hw_info->vpath_mask;
3060 status = vxge_hal_device_is_privileged(hw_info->host_type,
3061 hw_info->func_id);
3065 hw_info->fw_version.major,
3066 hw_info->fw_version.minor,
3067 hw_info->fw_version.build);
3070 VXGE_FW_MAJ_MIN_VERSION(hw_info->fw_version.major,
3071 hw_info->fw_version.minor);
3113 vxge_hal_device_hw_info_t *hw_info;
3122 hw_info = &(vdev->config.hw_info);
3138 vxge_null_terminate((char *) hw_info->serial_number,
3139 sizeof(hw_info->serial_number));
3141 vxge_null_terminate((char *) hw_info->part_number,
3142 sizeof(hw_info->part_number));
3146 "%s", hw_info->serial_number);
3150 "%s", hw_info->part_number);
3154 "%s", hw_info->fw_version.version);
3158 "%s", hw_info->fw_date.date);
3160 pmd_port = &(hw_info->pmd_port0);
3161 for (i = 0; i < hw_info->ports; i++) {
3172 pmd_port = &(hw_info->pmd_port1);
3188 pmd_port = &(hw_info->pmd_port1);
3191 switch (hw_info->function_mode) {
3256 "%s", ((hw_info->ports == 1) ? "Single Port" : "Dual Port"));
3260 if (hw_info->ports > 1) {
3277 if (!is_single_func(hw_info->function_mode)) {
3319 if (hw_info->ports > 1) {
3336 if (vdev->is_privilaged && !is_single_func(hw_info->function_mode)) {
3410 if (hw_info->ports > 1) {
3879 &(((vxge_device_hw_info_t *) buffer)->hw_info),
3880 &vdev->config.hw_info,
3928 if ((vdev->config.hw_info.func_id != 0) &&
3932 if (vdev->config.hw_info.func_id != 0)
3933 bw_info->func_id = vdev->config.hw_info.func_id;
3949 if (vdev->config.hw_info.ports == VXGE_DUAL_PORT_MODE) {
3966 if (vdev->config.hw_info.ports == VXGE_DUAL_PORT_MODE) {