Lines Matching defs:atl2_hw
382 struct atl2_hw { struct
383 u8 __iomem *hw_addr;
384 void *back;
386 u8 preamble_len;
387 u8 max_retry; /* Retransmission maximum, afterwards the
389 u8 jam_ipg; /* IPG to start JAM for collision based flow
392 u8 ipgt; /* Desired back to back inter-packet gap. The
394 u8 min_ifg; /* Minimum number of IFG to enforce in between
397 u8 ipgr1; /* 64bit Carrier-Sense window */
398 u8 ipgr2; /* 96-bit IPG window */
399 u8 retry_buf; /* When half-duplex mode, should hold some
402 u16 fc_rxd_hi;
403 u16 fc_rxd_lo;
404 u16 lcol; /* Collision Window */
405 u16 max_frame_size;
407 u16 MediaType;
408 u16 autoneg_advertised;
409 u16 pci_cmd_word;
411 u16 mii_autoneg_adv_reg;
413 u32 mem_rang;
414 u32 txcw;
415 u32 mc_filter_type;
416 u32 num_mc_addrs;
417 u32 collision_delta;
418 u32 tx_packet_delta;
419 u16 phy_spd_default;
421 u16 device_id;
422 u16 vendor_id;
423 u16 subsystem_id;
424 u16 subsystem_vendor_id;
425 u8 revision_id;
428 u8 flash_vendor;
430 u8 dma_fairness;
431 u8 mac_addr[ETH_ALEN];
432 u8 perm_mac_addr[ETH_ALEN];
436 bool phy_configured;