Searched defs:alx_hw (Results 1 – 1 of 1) sorted by relevance
464 struct alx_hw { struct465 struct pci_dev *pdev;466 u8 __iomem *hw_addr;469 u8 mac_addr[ETH_ALEN];470 u8 perm_addr[ETH_ALEN];472 u16 mtu;473 u16 imt;474 u8 dma_chnl;498 struct alx_hw_stats stats; argument501 static inline int alx_hw_revision(struct alx_hw *hw) in alx_hw_revision() argument