Lines Matching defs:qed_dev
347 struct qed_dev { struct
348 u32 dp_module;
349 u8 dp_level;
350 char name[NAME_SIZE];
352 u8 type;
357 u16 chip_num;
361 u16 chip_rev;
365 u16 chip_metal;
369 u16 chip_bond_id;
373 u8 num_engines;
374 u8 num_ports_in_engines;
375 u8 num_funcs_in_port;
377 u8 path_id;
378 enum mf_mode mf_mode;
383 int pcie_width;
384 int pcie_speed;
385 u8 ver_str[VER_SIZE];
388 u8 mcp_rev;
389 u8 boot_mode;
391 u8 wol;
393 u32 int_mode;
394 enum qed_coalescing_mode int_coalescing_mode;
395 u8 rx_coalesce_usecs;
396 u8 tx_coalesce_usecs;
399 void __iomem *regview;
400 void __iomem *doorbells;
401 u64 db_phys_addr;
402 unsigned long db_size;
405 u8 cache_shift;
408 const struct iro *iro_arr;
412 u8 num_hwfns;
413 struct qed_hwfn hwfns[MAX_HWFNS_PER_DEVICE];
415 u32 drv_type;
417 struct qed_eth_stats *reset_stats;
418 struct qed_fw_data *fw_data;
420 u32 mcp_nvm_resp;
423 struct qede_dev *edev;
424 struct pci_dev *pdev;
425 int msg_enable;
427 struct pci_params pci_params;
429 struct qed_int_params int_params;
431 u8 protocol;
435 union {
460 static inline u8 qed_concrete_to_sw_fid(struct qed_dev *cdev, in qed_concrete_to_sw_fid() argument