Lines Matching defs:atl2_hw
366 struct atl2_hw { struct
367 u8 __iomem *hw_addr;
368 void *back;
370 u8 preamble_len;
371 u8 max_retry; /* Retransmission maximum, afterwards the
373 u8 jam_ipg; /* IPG to start JAM for collision based flow
376 u8 ipgt; /* Desired back to back inter-packet gap. The
378 u8 min_ifg; /* Minimum number of IFG to enforce in between
381 u8 ipgr1; /* 64bit Carrier-Sense window */
382 u8 ipgr2; /* 96-bit IPG window */
383 u8 retry_buf; /* When half-duplex mode, should hold some
386 u16 fc_rxd_hi;
387 u16 fc_rxd_lo;
388 u16 lcol; /* Collision Window */
389 u16 max_frame_size;
391 u16 MediaType;
392 u16 autoneg_advertised;
393 u16 pci_cmd_word;
395 u16 mii_autoneg_adv_reg;
397 u32 mem_rang;
398 u32 txcw;
399 u32 mc_filter_type;
400 u32 num_mc_addrs;
401 u32 collision_delta;
402 u32 tx_packet_delta;
403 u16 phy_spd_default;
405 u16 device_id;
406 u16 vendor_id;
407 u16 subsystem_id;
408 u16 subsystem_vendor_id;
409 u8 revision_id;
412 u8 flash_vendor;
414 u8 dma_fairness;
415 u8 mac_addr[ETH_ALEN];
416 u8 perm_mac_addr[ETH_ALEN];
420 bool phy_configured;