Searched defs:alx_hw (Results 1 – 1 of 1) sorted by relevance
465 struct alx_hw { struct466 struct pci_dev *pdev;467 u8 __iomem *hw_addr;470 u8 mac_addr[ETH_ALEN];471 u8 perm_addr[ETH_ALEN];473 u16 mtu;474 u16 imt;475 u8 dma_chnl;499 struct alx_hw_stats stats; argument502 static inline int alx_hw_revision(struct alx_hw *hw) in alx_hw_revision() argument