Home
last modified time | relevance | path

Searched defs:ql_adapter (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/qlge/
Dqlge.h2067 struct ql_adapter { struct
2068 struct ricb ricb;
2069 unsigned long flags;
2070 u32 wol;
2072 struct nic_stats nic_stats;
2074 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
2077 struct pci_dev *pdev;
2078 struct net_device *ndev; /* Parent NET device */
2081 u32 chip_rev_id;
2082 u32 fw_rev_id;
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/qlogic/qlge/
Dqlge.h2056 struct ql_adapter { struct
2057 struct ricb ricb;
2058 unsigned long flags;
2059 u32 wol;
2061 struct nic_stats nic_stats;
2063 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
2066 struct pci_dev *pdev;
2067 struct net_device *ndev; /* Parent NET device */
2070 u32 chip_rev_id;
2071 u32 fw_rev_id;
[all …]