Searched defs:alx_hw (Results 1 – 1 of 1) sorted by relevance
462 struct alx_hw { struct463 struct pci_dev *pdev;464 u8 __iomem *hw_addr;467 u8 mac_addr[ETH_ALEN];468 u8 perm_addr[ETH_ALEN];470 u16 mtu;471 u16 imt;472 u8 dma_chnl;496 struct alx_hw_stats stats; argument499 static inline int alx_hw_revision(struct alx_hw *hw) in alx_hw_revision() argument