#include <vxge_config.h>
Public Member Functions | |
| u8 (mac_addrs)[VXGE_HW_MAX_VIRTUAL_PATHS][ETH_ALEN] | |
| u8 (mac_addr_masks)[VXGE_HW_MAX_VIRTUAL_PATHS][ETH_ALEN] | |
Data Fields | |
| u32 | host_type |
| u64 | function_mode |
| u32 | func_id |
| u64 | vpath_mask |
| struct vxge_hw_device_version | fw_version |
| struct vxge_hw_device_date | fw_date |
| struct vxge_hw_device_version | flash_version |
| struct vxge_hw_device_date | flash_date |
| u8 | serial_number [VXGE_HW_INFO_LEN] |
| u8 | part_number [VXGE_HW_INFO_LEN] |
| u8 | product_desc [VXGE_HW_INFO_LEN] |
Returns the vpath mask that has the bits set for each vpath allocated for the driver and the first mac address for each vpath
Definition at line 431 of file vxge_config.h.
| vxge_hw_device_hw_info::u8 | ( | mac_addrs | ) |
| vxge_hw_device_hw_info::u8 | ( | mac_addr_masks | ) |
Definition at line 432 of file vxge_config.h.
Referenced by vxge_hw_device_hw_info_get(), and vxge_probe().
Definition at line 457 of file vxge_config.h.
Referenced by vxge_hw_device_hw_info_get(), and vxge_probe().
Definition at line 458 of file vxge_config.h.
Referenced by vxge_hw_device_hw_info_get(), and vxge_probe().
struct vxge_hw_device_version vxge_hw_device_hw_info::fw_version [read] |
Definition at line 459 of file vxge_config.h.
Referenced by __vxge_hw_vpath_fw_ver_get(), and vxge_probe().
struct vxge_hw_device_date vxge_hw_device_hw_info::fw_date [read] |
Definition at line 460 of file vxge_config.h.
Referenced by __vxge_hw_vpath_fw_ver_get(), and vxge_probe().
struct vxge_hw_device_version vxge_hw_device_hw_info::flash_version [read] |
struct vxge_hw_device_date vxge_hw_device_hw_info::flash_date [read] |
| u8 vxge_hw_device_hw_info::serial_number[VXGE_HW_INFO_LEN] |
Definition at line 463 of file vxge_config.h.
Referenced by __vxge_hw_vpath_card_info_get(), and vxge_probe().
| u8 vxge_hw_device_hw_info::part_number[VXGE_HW_INFO_LEN] |
Definition at line 464 of file vxge_config.h.
Referenced by __vxge_hw_vpath_card_info_get(), and vxge_probe().
| u8 vxge_hw_device_hw_info::product_desc[VXGE_HW_INFO_LEN] |
Definition at line 465 of file vxge_config.h.
Referenced by __vxge_hw_vpath_card_info_get(), and vxge_probe().
1.5.7.1