Searched defs:mthca_dev (Results 1 – 1 of 1) sorted by relevance
291 struct mthca_dev { struct292 struct ib_device ib_dev;293 struct pci_dev *pdev;295 int hca_type;296 unsigned long mthca_flags;297 unsigned long device_cap_flags;299 u32 rev_id;300 char board_id[MTHCA_BOARD_ID_LEN];303 u64 fw_ver;304 union {[all …]