iPXE
Macros | Functions | Variables
atl1e.c File Reference
#include "atl1e.h"

Go to the source code of this file.

Macros

#define TX_DESC_COUNT   32 /* TX descriptors, minimum 32 */
 
#define RX_MEM_SIZE   8192 /* RX area size, minimum 8kb */
 
#define MAX_FRAME_SIZE   1500 /* Maximum MTU supported, minimum 1500 */
 
#define PREAMBLE_LEN   7
 
#define RX_JUMBO_THRESH
 
#define IMT_VAL   100 /* interrupt moderator timer, us */
 
#define ICT_VAL   50000 /* interrupt clear timer, us */
 
#define SMB_TIMER   200000
 
#define RRD_THRESH   1 /* packets to queue before interrupt */
 
#define TPD_BURST   5
 
#define TPD_THRESH   (TX_DESC_COUNT / 2)
 
#define RX_COUNT_DOWN   4
 
#define TX_COUNT_DOWN   (IMT_VAL * 4 / 3)
 
#define DMAR_DLY_CNT   15
 
#define DMAW_DLY_CNT   4
 
#define PCI_DEVICE_ID_ATTANSIC_L1E   0x1026
 

Functions

 FILE_LICENCE (GPL2_OR_LATER)
 
static void atl1e_setup_mac_ctrl (struct atl1e_adapter *adapter)
 
static void atl1e_irq_enable (struct atl1e_adapter *adapter)
 
static void atl1e_irq_disable (struct atl1e_adapter *adapter)
 
static void atl1e_irq_reset (struct atl1e_adapter *adapter)
 
static void atl1e_reset (struct atl1e_adapter *adapter)
 
static int atl1e_check_link (struct atl1e_adapter *adapter)
 
static int atl1e_mdio_read (struct net_device *netdev, int phy_id __unused, int reg_num)
 
static void atl1e_mdio_write (struct net_device *netdev, int phy_id __unused, int reg_num, int val)
 
static void atl1e_setup_pcicmd (struct pci_device *pdev)
 
static int atl1e_sw_init (struct atl1e_adapter *adapter)
 
static void atl1e_clean_tx_ring (struct atl1e_adapter *adapter)
 
static void atl1e_clean_rx_ring (struct atl1e_adapter *adapter)
 
static void atl1e_cal_ring_size (struct atl1e_adapter *adapter, u32 *ring_size)
 
static void atl1e_init_ring_resources (struct atl1e_adapter *adapter)
 
static void atl1e_init_ring_ptrs (struct atl1e_adapter *adapter)
 
static void atl1e_free_ring_resources (struct atl1e_adapter *adapter)
 
static int atl1e_setup_ring_resources (struct atl1e_adapter *adapter)
 
static void atl1e_configure_des_ring (const struct atl1e_adapter *adapter)
 
static void atl1e_configure_tx (struct atl1e_adapter *adapter)
 
static void atl1e_configure_rx (struct atl1e_adapter *adapter)
 
static void atl1e_configure_dma (struct atl1e_adapter *adapter)
 
static int atl1e_configure (struct atl1e_adapter *adapter)
 
static void atl1e_clear_phy_int (struct atl1e_adapter *adapter)
 
static int atl1e_clean_tx_irq (struct atl1e_adapter *adapter)
 
static struct atl1e_rx_pageatl1e_get_rx_page (struct atl1e_adapter *adapter)
 
static void atl1e_clean_rx_irq (struct atl1e_adapter *adapter)
 
static void atl1e_poll (struct net_device *netdev)
 
static u16 atl1e_tpd_avail (struct atl1e_adapter *adapter)
 
static struct atl1e_tpd_descatl1e_get_tpd (struct atl1e_adapter *adapter)
 
static struct atl1e_tx_bufferatl1e_get_tx_buffer (struct atl1e_adapter *adapter, struct atl1e_tpd_desc *tpd)
 
static void atl1e_tx_map (struct atl1e_adapter *adapter, struct io_buffer *iob, struct atl1e_tpd_desc *tpd)
 
static void atl1e_tx_queue (struct atl1e_adapter *adapter, u16 count __unused, struct atl1e_tpd_desc *tpd __unused)
 
static int atl1e_xmit_frame (struct net_device *netdev, struct io_buffer *iob)
 
int atl1e_up (struct atl1e_adapter *adapter)
 
void atl1e_irq (struct net_device *netdev, int enable)
 
void atl1e_down (struct atl1e_adapter *adapter)
 
static int atl1e_open (struct net_device *netdev)
 
static void atl1e_close (struct net_device *netdev)
 
static void atl1e_init_netdev (struct net_device *netdev, struct pci_device *pdev)
 
static int atl1e_probe (struct pci_device *pdev)
 
static void atl1e_remove (struct pci_device *pdev)
 
int atl1e_check_eeprom_exist (struct atl1e_hw *hw)
 
void atl1e_hw_set_mac_addr (struct atl1e_hw *hw)
 
static int atl1e_get_permanent_address (struct atl1e_hw *hw)
 
void atl1e_force_ps (struct atl1e_hw *hw)
 
int atl1e_read_mac_addr (struct atl1e_hw *hw)
 
int atl1e_read_phy_reg (struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data)
 
int atl1e_write_phy_reg (struct atl1e_hw *hw, u32 reg_addr, u16 phy_data)
 
static void atl1e_init_pcie (struct atl1e_hw *hw)
 
static int atl1e_phy_setup_autoneg_adv (struct atl1e_hw *hw)
 
int atl1e_phy_commit (struct atl1e_hw *hw)
 
int atl1e_phy_init (struct atl1e_hw *hw)
 
int atl1e_reset_hw (struct atl1e_hw *hw)
 
int atl1e_init_hw (struct atl1e_hw *hw)
 
int atl1e_get_speed_and_duplex (struct atl1e_hw *hw, u16 *speed, u16 *duplex)
 
int atl1e_restart_autoneg (struct atl1e_hw *hw)
 

Variables

static struct pci_device_id atl1e_pci_tbl []
 
static const u16 atl1e_rx_page_vld_regs [AT_PAGE_NUM_PER_QUEUE]
 
static const u16 atl1e_rx_page_lo_addr_regs [AT_PAGE_NUM_PER_QUEUE]
 
static const u16 atl1e_rx_page_write_offset_regs [AT_PAGE_NUM_PER_QUEUE]
 
static const u16 atl1e_pay_load_size []
 
static struct net_device_operations atl1e_netdev_ops
 
struct pci_driver atl1e_driver __pci_driver
 

Macro Definition Documentation

◆ TX_DESC_COUNT

#define TX_DESC_COUNT   32 /* TX descriptors, minimum 32 */

Definition at line 29 of file atl1e.c.

◆ RX_MEM_SIZE

#define RX_MEM_SIZE   8192 /* RX area size, minimum 8kb */

Definition at line 30 of file atl1e.c.

◆ MAX_FRAME_SIZE

#define MAX_FRAME_SIZE   1500 /* Maximum MTU supported, minimum 1500 */

Definition at line 31 of file atl1e.c.

◆ PREAMBLE_LEN

#define PREAMBLE_LEN   7

Definition at line 34 of file atl1e.c.

◆ RX_JUMBO_THRESH

#define RX_JUMBO_THRESH
Value:
VLAN_HLEN + ETH_FCS_LEN + 7) >> 3)
#define ETH_HLEN
Definition: if_ether.h:9
#define MAX_FRAME_SIZE
Definition: atl1e.c:31
#define ETH_FCS_LEN
Definition: atl1e.h:45

Definition at line 35 of file atl1e.c.

◆ IMT_VAL

#define IMT_VAL   100 /* interrupt moderator timer, us */

Definition at line 37 of file atl1e.c.

◆ ICT_VAL

#define ICT_VAL   50000 /* interrupt clear timer, us */

Definition at line 38 of file atl1e.c.

◆ SMB_TIMER

#define SMB_TIMER   200000

Definition at line 39 of file atl1e.c.

◆ RRD_THRESH

#define RRD_THRESH   1 /* packets to queue before interrupt */

Definition at line 40 of file atl1e.c.

◆ TPD_BURST

#define TPD_BURST   5

Definition at line 41 of file atl1e.c.

◆ TPD_THRESH

#define TPD_THRESH   (TX_DESC_COUNT / 2)

Definition at line 42 of file atl1e.c.

◆ RX_COUNT_DOWN

#define RX_COUNT_DOWN   4

Definition at line 43 of file atl1e.c.

◆ TX_COUNT_DOWN

#define TX_COUNT_DOWN   (IMT_VAL * 4 / 3)

Definition at line 44 of file atl1e.c.

◆ DMAR_DLY_CNT

#define DMAR_DLY_CNT   15

Definition at line 45 of file atl1e.c.

◆ DMAW_DLY_CNT

#define DMAW_DLY_CNT   4

Definition at line 46 of file atl1e.c.

◆ PCI_DEVICE_ID_ATTANSIC_L1E

#define PCI_DEVICE_ID_ATTANSIC_L1E   0x1026

Definition at line 48 of file atl1e.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER  )

◆ atl1e_setup_mac_ctrl()

static void atl1e_setup_mac_ctrl ( struct atl1e_adapter adapter)
static

Definition at line 611 of file atl1e.c.

612 {
613  u32 value;
614  struct atl1e_hw *hw = &adapter->hw;
615 
616  /* Config MAC CTRL Register */
619 
622 
623  value |= ((u32)((SPEED_1000 == adapter->link_speed) ?
627 
630 
633 
635 }
#define SPEED_1000
Definition: atl1e.h:52
#define MAC_CTRL_MC_ALL_EN
Definition: atl1e.h:541
#define MAC_CTRL_SPEED_1000
Definition: atl1e.h:536
#define MAC_CTRL_PRMLEN_SHIFT
Definition: atl1e.h:526
#define REG_MAC_CTRL
Definition: atl1e.h:515
#define MAC_CTRL_BC_EN
Definition: atl1e.h:542
u16 link_duplex
Definition: atl1e.h:228
Definition: hw.c:16
#define PREAMBLE_LEN
Definition: atl1e.c:34
#define MAC_CTRL_TX_EN
Definition: atl1e.h:516
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
#define MAC_CTRL_PRMLEN_MASK
Definition: atl1e.h:527
#define MAC_CTRL_RX_EN
Definition: atl1e.h:517
#define u32
Definition: vga.h:21
struct atl1e_adapter * adapter
Definition: atl1e.h:156
#define MAC_CTRL_ADD_CRC
Definition: atl1e.h:522
pseudo_bit_t value[0x00020]
Definition: arbel.h:13
#define MAC_CTRL_SPEED_10_100
Definition: atl1e.h:537
struct atl1e_hw hw
Definition: atl1e.h:225
#define MAC_CTRL_PAD
Definition: atl1e.h:523
#define MAC_CTRL_DUPLX
Definition: atl1e.h:521
#define MAC_CTRL_SPEED_SHIFT
Definition: atl1e.h:534
u16 link_speed
Definition: atl1e.h:227
#define MAC_CTRL_RX_FLOW
Definition: atl1e.h:519
uint32_t u32
Definition: stdint.h:23
#define MAC_CTRL_TX_FLOW
Definition: atl1e.h:518

References atl1e_hw::adapter, AT_WRITE_REG, FULL_DUPLEX, atl1e_adapter::hw, atl1e_adapter::link_duplex, atl1e_adapter::link_speed, MAC_CTRL_ADD_CRC, MAC_CTRL_BC_EN, MAC_CTRL_DUPLX, MAC_CTRL_MC_ALL_EN, MAC_CTRL_PAD, MAC_CTRL_PRMLEN_MASK, MAC_CTRL_PRMLEN_SHIFT, MAC_CTRL_RX_EN, MAC_CTRL_RX_FLOW, MAC_CTRL_SPEED_1000, MAC_CTRL_SPEED_10_100, MAC_CTRL_SPEED_SHIFT, MAC_CTRL_TX_EN, MAC_CTRL_TX_FLOW, PREAMBLE_LEN, REG_MAC_CTRL, SPEED_1000, u32, and value.

Referenced by atl1e_check_link().

◆ atl1e_irq_enable()

static void atl1e_irq_enable ( struct atl1e_adapter adapter)
inlinestatic

Definition at line 92 of file atl1e.c.

93 {
97 }
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
struct atl1e_adapter * adapter
Definition: atl1e.h:156
struct atl1e_hw hw
Definition: atl1e.h:225
#define REG_IMR
Definition: atl1e.h:819
#define IMR_NORMAL_MASK
Definition: atl1e.h:822
#define AT_WRITE_FLUSH(a)
Definition: atl1e.h:244
#define REG_ISR
Definition: atl1e.h:782

References AT_WRITE_FLUSH, AT_WRITE_REG, atl1e_adapter::hw, IMR_NORMAL_MASK, REG_IMR, and REG_ISR.

Referenced by atl1e_irq().

◆ atl1e_irq_disable()

static void atl1e_irq_disable ( struct atl1e_adapter adapter)
inlinestatic

Definition at line 103 of file atl1e.c.

104 {
107 }
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
struct atl1e_adapter * adapter
Definition: atl1e.h:156
struct atl1e_hw hw
Definition: atl1e.h:225
#define REG_IMR
Definition: atl1e.h:819
#define AT_WRITE_FLUSH(a)
Definition: atl1e.h:244

References AT_WRITE_FLUSH, AT_WRITE_REG, atl1e_adapter::hw, and REG_IMR.

Referenced by atl1e_irq(), and atl1e_up().

◆ atl1e_irq_reset()

static void atl1e_irq_reset ( struct atl1e_adapter adapter)
inlinestatic

Definition at line 113 of file atl1e.c.

114 {
118 }
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
struct atl1e_adapter * adapter
Definition: atl1e.h:156
struct atl1e_hw hw
Definition: atl1e.h:225
#define REG_IMR
Definition: atl1e.h:819
#define AT_WRITE_FLUSH(a)
Definition: atl1e.h:244
#define REG_ISR
Definition: atl1e.h:782

References AT_WRITE_FLUSH, AT_WRITE_REG, atl1e_adapter::hw, REG_IMR, and REG_ISR.

Referenced by atl1e_poll().

◆ atl1e_reset()

static void atl1e_reset ( struct atl1e_adapter adapter)
static

Definition at line 120 of file atl1e.c.

121 {
123  atl1e_up(adapter);
124 }
struct atl1e_adapter * adapter
Definition: atl1e.h:156
void atl1e_down(struct atl1e_adapter *adapter)
Definition: atl1e.c:1024
int atl1e_up(struct atl1e_adapter *adapter)
Definition: atl1e.c:986

References atl1e_down(), and atl1e_up().

Referenced by atl1e_clean_rx_irq(), and atl1e_poll().

◆ atl1e_check_link()

static int atl1e_check_link ( struct atl1e_adapter adapter)
static

Definition at line 126 of file atl1e.c.

127 {
128  struct atl1e_hw *hw = &adapter->hw;
129  struct net_device *netdev = adapter->netdev;
130  int err = 0;
131  u16 speed, duplex, phy_data;
132 
133  /* MII_BMSR must read twise */
134  atl1e_read_phy_reg(hw, MII_BMSR, &phy_data);
135  atl1e_read_phy_reg(hw, MII_BMSR, &phy_data);
136 
137  if ((phy_data & BMSR_LSTATUS) == 0) {
138  /* link down */
139  if (netdev_link_ok(netdev)) { /* old link state: Up */
140  u32 value;
141  /* disable rx */
143  value &= ~MAC_CTRL_RX_EN;
145  adapter->link_speed = SPEED_0;
146 
147  DBG("atl1e: %s link is down\n", netdev->name);
149  }
150  } else {
151  /* Link Up */
152  err = atl1e_get_speed_and_duplex(hw, &speed, &duplex);
153  if (err)
154  return err;
155 
156  /* link result is our setting */
157  if (adapter->link_speed != speed ||
158  adapter->link_duplex != duplex) {
159  adapter->link_speed = speed;
160  adapter->link_duplex = duplex;
161  atl1e_setup_mac_ctrl(adapter);
162 
163  DBG("atl1e: %s link is up, %d Mbps, %s duplex\n",
164  netdev->name, adapter->link_speed,
165  adapter->link_duplex == FULL_DUPLEX ?
166  "full" : "half");
168  }
169  }
170  return 0;
171 }
uint16_t u16
Definition: stdint.h:21
#define REG_MAC_CTRL
Definition: atl1e.h:515
static void atl1e_setup_mac_ctrl(struct atl1e_adapter *adapter)
Definition: atl1e.c:611
#define SPEED_0
Definition: atl1e.h:49
void netdev_link_down(struct net_device *netdev)
Mark network device as having link down.
Definition: netdevice.c:230
int atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex)
Definition: atl1e.c:1693
u16 link_duplex
Definition: atl1e.h:228
Definition: hw.c:16
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
#define MAC_CTRL_RX_EN
Definition: atl1e.h:517
static void netdev_link_up(struct net_device *netdev)
Mark network device as having link up.
Definition: netdevice.h:774
static int netdev_link_ok(struct net_device *netdev)
Check link state of network device.
Definition: netdevice.h:636
static struct net_device * netdev
Definition: gdbudp.c:52
struct atl1e_adapter * adapter
Definition: atl1e.h:156
pseudo_bit_t value[0x00020]
Definition: arbel.h:13
#define BMSR_LSTATUS
Definition: mii.h:57
struct atl1e_hw hw
Definition: atl1e.h:225
A network device.
Definition: netdevice.h:352
int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data)
Definition: atl1e.c:1351
duplex
Definition: nic.h:40
char name[NETDEV_NAME_LEN]
Name of this network device.
Definition: netdevice.h:362
struct net_device * netdev
Definition: atl1e.h:222
#define DBG(...)
Print a debugging message.
Definition: compiler.h:498
#define MII_BMSR
Definition: atl1e.h:872
u16 link_speed
Definition: atl1e.h:227
uint32_t u32
Definition: stdint.h:23
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References atl1e_hw::adapter, AT_READ_REG, AT_WRITE_REG, atl1e_get_speed_and_duplex(), atl1e_read_phy_reg(), atl1e_setup_mac_ctrl(), BMSR_LSTATUS, DBG, FULL_DUPLEX, atl1e_adapter::hw, atl1e_adapter::link_duplex, atl1e_adapter::link_speed, MAC_CTRL_RX_EN, MII_BMSR, net_device::name, netdev, atl1e_adapter::netdev, netdev_link_down(), netdev_link_ok(), netdev_link_up(), REG_MAC_CTRL, SPEED_0, and value.

Referenced by atl1e_poll().

◆ atl1e_mdio_read()

static int atl1e_mdio_read ( struct net_device netdev,
int phy_id  __unused,
int  reg_num 
)
static

Definition at line 173 of file atl1e.c.

175 {
176  struct atl1e_adapter *adapter = netdev->priv;
177  u16 result;
178 
179  atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result);
180  return result;
181 }
uint16_t u16
Definition: stdint.h:21
static const void const void void * result
Definition: crypto.h:335
#define MDIO_REG_ADDR_MASK
Definition: atl1e.h:471
void * priv
Driver private data.
Definition: netdevice.h:431
static struct net_device * netdev
Definition: gdbudp.c:52
struct atl1e_hw hw
Definition: atl1e.h:225
int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data)
Definition: atl1e.c:1351

References atl1e_read_phy_reg(), atl1e_adapter::hw, MDIO_REG_ADDR_MASK, netdev, net_device::priv, and result.

Referenced by atl1e_probe().

◆ atl1e_mdio_write()

static void atl1e_mdio_write ( struct net_device netdev,
int phy_id  __unused,
int  reg_num,
int  val 
)
static

Definition at line 183 of file atl1e.c.

185 {
186  struct atl1e_adapter *adapter = netdev->priv;
187 
188  atl1e_write_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, val);
189 }
int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data)
Definition: atl1e.c:1385
#define MDIO_REG_ADDR_MASK
Definition: atl1e.h:471
void * priv
Driver private data.
Definition: netdevice.h:431
static struct net_device * netdev
Definition: gdbudp.c:52
struct atl1e_hw hw
Definition: atl1e.h:225
void __asmcall int val
Definition: setjmp.h:28

References atl1e_write_phy_reg(), atl1e_adapter::hw, MDIO_REG_ADDR_MASK, netdev, net_device::priv, and val.

Referenced by atl1e_probe().

◆ atl1e_setup_pcicmd()

static void atl1e_setup_pcicmd ( struct pci_device pdev)
static

Definition at line 191 of file atl1e.c.

192 {
193  u16 cmd;
194 
198 
199  /*
200  * some motherboards BIOS(PXE/EFI) driver may set PME
201  * while they transfer control to OS (Windows/Linux)
202  * so we should clear this bit before NIC work normally
203  */
205  mdelay(1);
206 }
#define REG_PM_CTRLSTAT
Definition: atl1e.h:293
uint16_t u16
Definition: stdint.h:21
int pci_write_config_word(struct pci_device *pci, unsigned int where, uint16_t value)
Write 16-bit word to PCI configuration space.
int pci_read_config_word(struct pci_device *pci, unsigned int where, uint16_t *value)
Read 16-bit word from PCI configuration space.
#define PCI_COMMAND
PCI command.
Definition: pci.h:25
#define PCI_COMMAND_MASTER
Bus master.
Definition: pci.h:28
struct pci_device * pdev
Definition: atl1e.h:223
void mdelay(unsigned long msecs)
Delay for a fixed number of milliseconds.
Definition: timer.c:78
int pci_write_config_dword(struct pci_device *pci, unsigned int where, uint32_t value)
Write 32-bit dword to PCI configuration space.
#define PCI_COMMAND_MEM
Memory space.
Definition: pci.h:27
struct golan_eqe_cmd cmd
Definition: CIB_PRM.h:29

References cmd, mdelay(), PCI_COMMAND, PCI_COMMAND_MASTER, PCI_COMMAND_MEM, pci_read_config_word(), pci_write_config_dword(), pci_write_config_word(), atl1e_adapter::pdev, and REG_PM_CTRLSTAT.

Referenced by atl1e_probe().

◆ atl1e_sw_init()

static int atl1e_sw_init ( struct atl1e_adapter adapter)
static

Definition at line 216 of file atl1e.c.

217 {
218  struct atl1e_hw *hw = &adapter->hw;
219  struct pci_device *pdev = adapter->pdev;
220  u32 phy_status_data = 0;
221  u8 rev_id = 0;
222 
223  adapter->link_speed = SPEED_0; /* hardware init */
224  adapter->link_duplex = FULL_DUPLEX;
225 
226  /* PCI config space info */
227  pci_read_config_byte(pdev, PCI_REVISION, &rev_id);
228 
229  phy_status_data = AT_READ_REG(hw, REG_PHY_STATUS);
230  /* nic type */
231  if (rev_id >= 0xF0) {
232  hw->nic_type = athr_l2e_revB;
233  } else {
234  if (phy_status_data & PHY_STATUS_100M)
235  hw->nic_type = athr_l1e;
236  else
237  hw->nic_type = athr_l2e_revA;
238  }
239 
240  phy_status_data = AT_READ_REG(hw, REG_PHY_STATUS);
241 
242  hw->emi_ca = !!(phy_status_data & PHY_STATUS_EMI_CA);
243 
244  hw->phy_configured = 0;
245 
246  /* need confirm */
247 
248  hw->dmar_block = atl1e_dma_req_1024;
249  hw->dmaw_block = atl1e_dma_req_1024;
250 
251  return 0;
252 }
#define SPEED_0
Definition: atl1e.h:49
u16 link_duplex
Definition: atl1e.h:228
Definition: hw.c:16
#define PHY_STATUS_100M
Definition: atl1e.h:490
struct atl1e_adapter * adapter
Definition: atl1e.h:156
A PCI device.
Definition: pci.h:206
struct atl1e_hw hw
Definition: atl1e.h:225
#define REG_PHY_STATUS
Definition: atl1e.h:489
struct pci_device * pdev
Definition: atl1e.h:223
#define PCI_REVISION
PCI revision.
Definition: pci.h:44
u16 link_speed
Definition: atl1e.h:227
uint8_t u8
Definition: stdint.h:19
uint32_t u32
Definition: stdint.h:23
#define PHY_STATUS_EMI_CA
Definition: atl1e.h:491
int pci_read_config_byte(struct pci_device *pci, unsigned int where, uint8_t *value)
Read byte from PCI configuration space.
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References atl1e_hw::adapter, AT_READ_REG, athr_l1e, athr_l2e_revA, athr_l2e_revB, atl1e_dma_req_1024, FULL_DUPLEX, atl1e_adapter::hw, atl1e_adapter::link_duplex, atl1e_adapter::link_speed, pci_read_config_byte(), PCI_REVISION, atl1e_adapter::pdev, PHY_STATUS_100M, PHY_STATUS_EMI_CA, REG_PHY_STATUS, and SPEED_0.

Referenced by atl1e_probe().

◆ atl1e_clean_tx_ring()

static void atl1e_clean_tx_ring ( struct atl1e_adapter adapter)
static

Definition at line 258 of file atl1e.c.

259 {
260  struct atl1e_tx_ring *tx_ring = (struct atl1e_tx_ring *)
261  &adapter->tx_ring;
262  struct atl1e_tx_buffer *tx_buffer = NULL;
263  u16 index, ring_count = tx_ring->count;
264 
265  if (tx_ring->desc == NULL || tx_ring->tx_buffer == NULL)
266  return;
267 
268  for (index = 0; index < ring_count; index++) {
269  tx_buffer = &tx_ring->tx_buffer[index];
270  if (tx_buffer->iob) {
272  tx_buffer->dma = 0;
273  tx_buffer->iob = NULL;
274  }
275  }
276 
277  /* Zero out Tx-buffers */
278  memset(tx_ring->desc, 0, sizeof(struct atl1e_tpd_desc) *
279  ring_count);
280  memset(tx_ring->tx_buffer, 0, sizeof(struct atl1e_tx_buffer) *
281  ring_count);
282 }
uint16_t u16
Definition: stdint.h:21
static void netdev_tx_complete(struct net_device *netdev, struct io_buffer *iobuf)
Complete network transmission.
Definition: netdevice.h:752
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
struct atl1e_tx_buffer * tx_buffer
Definition: atl1e.h:205
#define tx_ring
Definition: epic100.c:98
struct net_device * netdev
Definition: atl1e.h:222
struct io_buffer * iob
Definition: atl1e.h:177
uint64_t index
Index of the first segment within the content.
Definition: pccrc.h:21
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321
if(natsemi->flags &NATSEMI_64BIT) return 1
void * memset(void *dest, int character, size_t len) __nonnull

References atl1e_tx_buffer::dma, if(), index, atl1e_tx_buffer::iob, memset(), atl1e_adapter::netdev, netdev_tx_complete(), NULL, atl1e_tx_ring::tx_buffer, tx_ring, and atl1e_adapter::tx_ring.

Referenced by atl1e_down(), and atl1e_free_ring_resources().

◆ atl1e_clean_rx_ring()

static void atl1e_clean_rx_ring ( struct atl1e_adapter adapter)
static

Definition at line 288 of file atl1e.c.

289 {
290  struct atl1e_rx_ring *rx_ring =
291  (struct atl1e_rx_ring *)&adapter->rx_ring;
292  struct atl1e_rx_page_desc *rx_page_desc = &rx_ring->rx_page_desc;
293  u16 j;
294 
295  if (adapter->ring_vir_addr == NULL)
296  return;
297 
298  /* Zero out the descriptor ring */
299  for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) {
300  if (rx_page_desc->rx_page[j].addr != NULL) {
302  rx_ring->real_page_size);
303  }
304  }
305 }
uint16_t u16
Definition: stdint.h:21
struct atl1e_rx_ring rx_ring
Definition: atl1e.h:236
struct atl1e_rx_page_desc rx_page_desc
Definition: atl1e.h:217
struct atl1e_rx_page rx_page[AT_PAGE_NUM_PER_QUEUE]
Definition: atl1e.h:193
void * ring_vir_addr
Definition: atl1e.h:232
#define rx_ring
Definition: epic100.c:97
#define AT_PAGE_NUM_PER_QUEUE
Definition: atl1e.h:68
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321
u8 * addr
Definition: atl1e.h:184
if(natsemi->flags &NATSEMI_64BIT) return 1
void * memset(void *dest, int character, size_t len) __nonnull

References atl1e_rx_page::addr, AT_PAGE_NUM_PER_QUEUE, if(), memset(), NULL, atl1e_adapter::ring_vir_addr, atl1e_rx_page_desc::rx_page, atl1e_rx_ring::rx_page_desc, rx_ring, and atl1e_adapter::rx_ring.

Referenced by atl1e_down(), and atl1e_free_ring_resources().

◆ atl1e_cal_ring_size()

static void atl1e_cal_ring_size ( struct atl1e_adapter adapter,
u32 ring_size 
)
static

Definition at line 307 of file atl1e.c.

308 {
309  *ring_size = ((u32)(adapter->tx_ring.count *
310  sizeof(struct atl1e_tpd_desc) + 7
311  /* tx ring, qword align */
313  + 31
314  /* rx ring, 32 bytes align */
315  + (1 + AT_PAGE_NUM_PER_QUEUE) *
316  sizeof(u32) + 3));
317  /* tx, rx cmd, dword align */
318 }
struct atl1e_rx_ring rx_ring
Definition: atl1e.h:236
u16 count
Definition: atl1e.h:202
#define u32
Definition: vga.h:21
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
#define AT_PAGE_NUM_PER_QUEUE
Definition: atl1e.h:68
u32 real_page_size
Definition: atl1e.h:216
uint32_t u32
Definition: stdint.h:23

References AT_PAGE_NUM_PER_QUEUE, atl1e_tx_ring::count, atl1e_rx_ring::real_page_size, atl1e_adapter::rx_ring, atl1e_adapter::tx_ring, and u32.

Referenced by atl1e_init_ring_resources().

◆ atl1e_init_ring_resources()

static void atl1e_init_ring_resources ( struct atl1e_adapter adapter)
static

Definition at line 320 of file atl1e.c.

321 {
322  struct atl1e_rx_ring *rx_ring = &adapter->rx_ring;
323 
324  rx_ring->real_page_size = adapter->rx_ring.page_size
327  rx_ring->real_page_size = (rx_ring->real_page_size + 31) & ~31;
328  atl1e_cal_ring_size(adapter, &adapter->ring_size);
329 
330  adapter->ring_vir_addr = NULL;
331  adapter->rx_ring.desc = NULL;
332 
333  return;
334 }
u32 ring_size
Definition: atl1e.h:233
struct atl1e_rx_ring rx_ring
Definition: atl1e.h:236
#define VLAN_HLEN
Definition: atl1e.h:46
void * desc
Definition: atl1e.h:212
#define ETH_HLEN
Definition: if_ether.h:9
static void atl1e_cal_ring_size(struct atl1e_adapter *adapter, u32 *ring_size)
Definition: atl1e.c:307
void * ring_vir_addr
Definition: atl1e.h:232
#define MAX_FRAME_SIZE
Definition: atl1e.c:31
#define rx_ring
Definition: epic100.c:97
u32 page_size
Definition: atl1e.h:215
#define ETH_FCS_LEN
Definition: atl1e.h:45
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321

References atl1e_cal_ring_size(), atl1e_rx_ring::desc, ETH_FCS_LEN, ETH_HLEN, MAX_FRAME_SIZE, NULL, atl1e_rx_ring::page_size, atl1e_adapter::ring_size, atl1e_adapter::ring_vir_addr, rx_ring, atl1e_adapter::rx_ring, and VLAN_HLEN.

Referenced by atl1e_open().

◆ atl1e_init_ring_ptrs()

static void atl1e_init_ring_ptrs ( struct atl1e_adapter adapter)
static

Definition at line 339 of file atl1e.c.

340 {
341  struct atl1e_tx_ring *tx_ring = NULL;
342  struct atl1e_rx_ring *rx_ring = NULL;
343  struct atl1e_rx_page_desc *rx_page_desc = NULL;
344  int j;
345 
346  tx_ring = &adapter->tx_ring;
347  rx_ring = &adapter->rx_ring;
348  rx_page_desc = &rx_ring->rx_page_desc;
349 
350  tx_ring->next_to_use = 0;
351  tx_ring->next_to_clean = 0;
352 
353  rx_page_desc->rx_using = 0;
354  rx_page_desc->rx_nxseq = 0;
355  for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) {
356  *rx_page_desc->rx_page[j].write_offset_addr = 0;
357  rx_page_desc->rx_page[j].read_offset = 0;
358  }
359 }
struct atl1e_rx_ring rx_ring
Definition: atl1e.h:236
struct atl1e_rx_page rx_page[AT_PAGE_NUM_PER_QUEUE]
Definition: atl1e.h:193
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
u32 read_offset
Definition: atl1e.h:189
#define rx_ring
Definition: epic100.c:97
#define tx_ring
Definition: epic100.c:98
#define AT_PAGE_NUM_PER_QUEUE
Definition: atl1e.h:68
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321
u32 * write_offset_addr
Definition: atl1e.h:187

References AT_PAGE_NUM_PER_QUEUE, NULL, atl1e_rx_page::read_offset, atl1e_rx_page_desc::rx_nxseq, atl1e_rx_page_desc::rx_page, rx_ring, atl1e_adapter::rx_ring, atl1e_rx_page_desc::rx_using, tx_ring, atl1e_adapter::tx_ring, and atl1e_rx_page::write_offset_addr.

Referenced by atl1e_up().

◆ atl1e_free_ring_resources()

static void atl1e_free_ring_resources ( struct atl1e_adapter adapter)
static

Definition at line 367 of file atl1e.c.

368 {
369  atl1e_clean_tx_ring(adapter);
370  atl1e_clean_rx_ring(adapter);
371 
372  if (adapter->ring_vir_addr) {
373  free_phys(adapter->ring_vir_addr, adapter->ring_size);
374  adapter->ring_vir_addr = NULL;
375  adapter->ring_dma = 0;
376  }
377 
378  if (adapter->tx_ring.tx_buffer) {
379  free(adapter->tx_ring.tx_buffer);
380  adapter->tx_ring.tx_buffer = NULL;
381  }
382 }
u32 ring_size
Definition: atl1e.h:233
u32 ring_dma
Definition: atl1e.h:231
static void atl1e_clean_tx_ring(struct atl1e_adapter *adapter)
Definition: atl1e.c:258
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
struct atl1e_tx_buffer * tx_buffer
Definition: atl1e.h:205
static void(* free)(struct refcnt *refcnt))
Definition: refcnt.h:54
static void atl1e_clean_rx_ring(struct atl1e_adapter *adapter)
Definition: atl1e.c:288
void * ring_vir_addr
Definition: atl1e.h:232
static void free_phys(void *ptr, size_t size)
Free memory allocated with malloc_phys()
Definition: malloc.h:77
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321

References atl1e_clean_rx_ring(), atl1e_clean_tx_ring(), free, free_phys(), NULL, atl1e_adapter::ring_dma, atl1e_adapter::ring_size, atl1e_adapter::ring_vir_addr, atl1e_tx_ring::tx_buffer, and atl1e_adapter::tx_ring.

Referenced by atl1e_close(), atl1e_open(), atl1e_remove(), and atl1e_setup_ring_resources().

◆ atl1e_setup_ring_resources()

static int atl1e_setup_ring_resources ( struct atl1e_adapter adapter)
static

Definition at line 390 of file atl1e.c.

391 {
392  struct atl1e_tx_ring *tx_ring;
393  struct atl1e_rx_ring *rx_ring;
394  struct atl1e_rx_page_desc *rx_page_desc;
395  int size, j;
396  u32 offset = 0;
397  int err = 0;
398 
399  if (adapter->ring_vir_addr != NULL)
400  return 0; /* alloced already */
401 
402  tx_ring = &adapter->tx_ring;
403  rx_ring = &adapter->rx_ring;
404 
405  /* real ring DMA buffer */
406 
407  size = adapter->ring_size;
408  adapter->ring_vir_addr = malloc_phys(adapter->ring_size, 32);
409 
410  if (adapter->ring_vir_addr == NULL) {
411  DBG("atl1e: out of memory allocating %d bytes for %s ring\n",
412  adapter->ring_size, adapter->netdev->name);
413  return -ENOMEM;
414  }
415 
416  adapter->ring_dma = virt_to_bus(adapter->ring_vir_addr);
417  memset(adapter->ring_vir_addr, 0, adapter->ring_size);
418 
419  rx_page_desc = &rx_ring->rx_page_desc;
420 
421  /* Init TPD Ring */
422  tx_ring->dma = (adapter->ring_dma + 7) & ~7;
423  offset = tx_ring->dma - adapter->ring_dma;
424  tx_ring->desc = (struct atl1e_tpd_desc *)
425  (adapter->ring_vir_addr + offset);
426  size = sizeof(struct atl1e_tx_buffer) * (tx_ring->count);
427  tx_ring->tx_buffer = zalloc(size);
428  if (tx_ring->tx_buffer == NULL) {
429  DBG("atl1e: out of memory allocating %d bytes for %s txbuf\n",
430  size, adapter->netdev->name);
431  err = -ENOMEM;
432  goto failed;
433  }
434 
435  /* Init RXF-Pages */
436  offset += (sizeof(struct atl1e_tpd_desc) * tx_ring->count);
437  offset = (offset + 31) & ~31;
438 
439  for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) {
440  rx_page_desc->rx_page[j].dma =
441  adapter->ring_dma + offset;
442  rx_page_desc->rx_page[j].addr =
443  adapter->ring_vir_addr + offset;
444  offset += rx_ring->real_page_size;
445  }
446 
447  /* Init CMB dma address */
448  tx_ring->cmb_dma = adapter->ring_dma + offset;
449  tx_ring->cmb = (u32 *)(adapter->ring_vir_addr + offset);
450  offset += sizeof(u32);
451 
452  for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) {
453  rx_page_desc->rx_page[j].write_offset_dma =
454  adapter->ring_dma + offset;
455  rx_page_desc->rx_page[j].write_offset_addr =
456  adapter->ring_vir_addr + offset;
457  offset += sizeof(u32);
458  }
459 
460  if (offset > adapter->ring_size) {
461  DBG("atl1e: ring miscalculation! need %d > %d bytes\n",
462  offset, adapter->ring_size);
463  err = -EINVAL;
464  goto failed;
465  }
466 
467  return 0;
468 failed:
469  atl1e_free_ring_resources(adapter);
470  return err;
471 }
#define EINVAL
Invalid argument.
Definition: errno.h:428
u32 ring_size
Definition: atl1e.h:233
struct atl1e_rx_ring rx_ring
Definition: atl1e.h:236
u32 ring_dma
Definition: atl1e.h:231
static void *__malloc malloc_phys(size_t size, size_t phys_align)
Allocate memory with specified physical alignment.
Definition: malloc.h:62
#define ENOMEM
Not enough space.
Definition: errno.h:534
static __always_inline unsigned long virt_to_bus(volatile const void *addr)
Convert virtual address to a bus address.
Definition: io.h:183
struct atl1e_rx_page rx_page[AT_PAGE_NUM_PER_QUEUE]
Definition: atl1e.h:193
#define u32
Definition: vga.h:21
static userptr_t size_t offset
Offset of the first segment within the content.
Definition: deflate.h:259
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
void * zalloc(size_t size)
Allocate cleared memory.
Definition: malloc.c:624
void * ring_vir_addr
Definition: atl1e.h:232
#define rx_ring
Definition: epic100.c:97
#define tx_ring
Definition: epic100.c:98
char name[NETDEV_NAME_LEN]
Name of this network device.
Definition: netdevice.h:362
struct net_device * netdev
Definition: atl1e.h:222
u32 write_offset_dma
Definition: atl1e.h:185
uint8_t size
Entry size (in 32-bit words)
Definition: ena.h:16
#define AT_PAGE_NUM_PER_QUEUE
Definition: atl1e.h:68
#define DBG(...)
Print a debugging message.
Definition: compiler.h:498
static void atl1e_free_ring_resources(struct atl1e_adapter *adapter)
Definition: atl1e.c:367
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321
u8 * addr
Definition: atl1e.h:184
uint32_t u32
Definition: stdint.h:23
u32 * write_offset_addr
Definition: atl1e.h:187
void * memset(void *dest, int character, size_t len) __nonnull

References atl1e_rx_page::addr, AT_PAGE_NUM_PER_QUEUE, atl1e_free_ring_resources(), DBG, atl1e_rx_page::dma, EINVAL, ENOMEM, malloc_phys(), memset(), net_device::name, atl1e_adapter::netdev, NULL, offset, atl1e_adapter::ring_dma, atl1e_adapter::ring_size, atl1e_adapter::ring_vir_addr, atl1e_rx_page_desc::rx_page, rx_ring, atl1e_adapter::rx_ring, size, tx_ring, atl1e_adapter::tx_ring, u32, virt_to_bus(), atl1e_rx_page::write_offset_addr, atl1e_rx_page::write_offset_dma, and zalloc().

Referenced by atl1e_open().

◆ atl1e_configure_des_ring()

static void atl1e_configure_des_ring ( const struct atl1e_adapter adapter)
inlinestatic

Definition at line 473 of file atl1e.c.

474 {
475 
476  struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw;
477  struct atl1e_rx_ring *rx_ring =
478  (struct atl1e_rx_ring *)&adapter->rx_ring;
479  struct atl1e_tx_ring *tx_ring =
480  (struct atl1e_tx_ring *)&adapter->tx_ring;
481  struct atl1e_rx_page_desc *rx_page_desc = NULL;
482  int j;
483 
488 
489  rx_page_desc = &rx_ring->rx_page_desc;
490 
491  /* RXF Page Physical address / Page Length */
493 
494  for (j = 0; j < AT_PAGE_NUM_PER_QUEUE; j++) {
495  u32 page_phy_addr;
496  u32 offset_phy_addr;
497 
498  page_phy_addr = rx_page_desc->rx_page[j].dma;
499  offset_phy_addr = rx_page_desc->rx_page[j].write_offset_dma;
500 
501  AT_WRITE_REG(hw, atl1e_rx_page_lo_addr_regs[j], page_phy_addr);
503  offset_phy_addr);
505  }
506 
507  /* Page Length */
509  /* Load all of base address above */
511 
512  return;
513 }
uint16_t u16
Definition: stdint.h:21
static const u16 atl1e_rx_page_vld_regs[AT_PAGE_NUM_PER_QUEUE]
Definition: atl1e.c:67
struct atl1e_rx_ring rx_ring
Definition: atl1e.h:236
#define REG_DESC_BASE_ADDR_HI
Definition: atl1e.h:633
Definition: hw.c:16
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
#define AT_WRITE_REGB(a, reg, value)
Definition: atl1e.h:250
static const u16 atl1e_rx_page_lo_addr_regs[AT_PAGE_NUM_PER_QUEUE]
Definition: atl1e.c:73
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
struct atl1e_adapter * adapter
Definition: atl1e.h:156
struct atl1e_hw hw
Definition: atl1e.h:225
#define REG_RXF0_BASE_ADDR_HI
Definition: atl1e.h:634
#define rx_ring
Definition: epic100.c:97
#define tx_ring
Definition: epic100.c:98
#define REG_TPD_BASE_ADDR_LO
Definition: atl1e.h:637
#define REG_LOAD_PTR
Definition: atl1e.h:622
#define REG_HOST_TX_CMB_LO
Definition: atl1e.h:862
#define AT_PAGE_NUM_PER_QUEUE
Definition: atl1e.h:68
static const u16 atl1e_rx_page_write_offset_regs[AT_PAGE_NUM_PER_QUEUE]
Definition: atl1e.c:79
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321
uint32_t u32
Definition: stdint.h:23
#define REG_TPD_RING_SIZE
Definition: atl1e.h:641
#define REG_HOST_RXFPAGE_SIZE
Definition: atl1e.h:640

References atl1e_hw::adapter, AT_PAGE_NUM_PER_QUEUE, AT_WRITE_REG, AT_WRITE_REGB, atl1e_rx_page_lo_addr_regs, atl1e_rx_page_vld_regs, atl1e_rx_page_write_offset_regs, atl1e_adapter::hw, NULL, REG_DESC_BASE_ADDR_HI, REG_HOST_RXFPAGE_SIZE, REG_HOST_TX_CMB_LO, REG_LOAD_PTR, REG_RXF0_BASE_ADDR_HI, REG_TPD_BASE_ADDR_LO, REG_TPD_RING_SIZE, rx_ring, atl1e_adapter::rx_ring, tx_ring, and atl1e_adapter::tx_ring.

Referenced by atl1e_configure().

◆ atl1e_configure_tx()

static void atl1e_configure_tx ( struct atl1e_adapter adapter)
inlinestatic

Definition at line 515 of file atl1e.c.

516 {
517  struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw;
518  u32 dev_ctrl_data = 0;
519  u32 max_pay_load = 0;
520  u32 jumbo_thresh = 0;
521  u32 extra_size = 0; /* Jumbo frame threshold in QWORD unit */
522 
523  /* configure TXQ param */
524  if (hw->nic_type != athr_l2e_revB) {
525  extra_size = ETH_HLEN + VLAN_HLEN + ETH_FCS_LEN;
526  jumbo_thresh = MAX_FRAME_SIZE + extra_size;
527  AT_WRITE_REG(hw, REG_TX_EARLY_TH, (jumbo_thresh + 7) >> 3);
528  }
529 
530  dev_ctrl_data = AT_READ_REG(hw, REG_DEVICE_CTRL);
531 
532  max_pay_load = ((dev_ctrl_data >> DEVICE_CTRL_MAX_PAYLOAD_SHIFT)) &
534  if (max_pay_load < hw->dmaw_block)
535  hw->dmaw_block = max_pay_load;
536 
537  max_pay_load = ((dev_ctrl_data >> DEVICE_CTRL_MAX_RREQ_SZ_SHIFT)) &
539  if (max_pay_load < hw->dmar_block)
540  hw->dmar_block = max_pay_load;
541 
542  if (hw->nic_type != athr_l2e_revB)
544  atl1e_pay_load_size[hw->dmar_block]);
545  /* enable TXQ */
550  return;
551 }
#define REG_TX_EARLY_TH
Definition: atl1e.h:677
#define DEVICE_CTRL_MAX_RREQ_SZ_SHIFT
Definition: atl1e.h:305
#define REG_DEVICE_CTRL
Definition: atl1e.h:301
#define VLAN_HLEN
Definition: atl1e.h:46
enum atl1e_dma_req_block dmar_block
Definition: atl1e.h:164
#define TPD_BURST
Definition: atl1e.c:41
#define AT_WRITE_REGW(a, reg, value)
Definition: atl1e.h:256
enum atl1e_dma_req_block dmaw_block
Definition: atl1e.h:165
static const u16 atl1e_pay_load_size[]
Definition: atl1e.c:84
Definition: hw.c:16
#define TXQ_CTRL_NUM_TPD_BURST_MASK
Definition: atl1e.h:669
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
#define ETH_HLEN
Definition: if_ether.h:9
#define TXQ_CTRL_NUM_TPD_BURST_SHIFT
Definition: atl1e.h:670
#define DEVICE_CTRL_MAX_PAYLOAD_MASK
Definition: atl1e.h:302
struct atl1e_adapter * adapter
Definition: atl1e.h:156
struct atl1e_hw hw
Definition: atl1e.h:225
#define DEVICE_CTRL_MAX_PAYLOAD_SHIFT
Definition: atl1e.h:303
#define MAX_FRAME_SIZE
Definition: atl1e.c:31
#define DEVICE_CTRL_MAX_RREQ_SZ_MASK
Definition: atl1e.h:304
#define TXQ_CTRL_EN
Definition: atl1e.h:671
#define ETH_FCS_LEN
Definition: atl1e.h:45
#define REG_TXQ_CTRL
Definition: atl1e.h:668
uint32_t u32
Definition: stdint.h:23
#define TXQ_CTRL_ENH_MODE
Definition: atl1e.h:672
if(natsemi->flags &NATSEMI_64BIT) return 1
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References atl1e_hw::adapter, AT_READ_REG, AT_WRITE_REG, AT_WRITE_REGW, athr_l2e_revB, atl1e_pay_load_size, DEVICE_CTRL_MAX_PAYLOAD_MASK, DEVICE_CTRL_MAX_PAYLOAD_SHIFT, DEVICE_CTRL_MAX_RREQ_SZ_MASK, DEVICE_CTRL_MAX_RREQ_SZ_SHIFT, atl1e_hw::dmar_block, atl1e_hw::dmaw_block, ETH_FCS_LEN, ETH_HLEN, atl1e_adapter::hw, if(), MAX_FRAME_SIZE, REG_DEVICE_CTRL, REG_TX_EARLY_TH, REG_TXQ_CTRL, TPD_BURST, TXQ_CTRL_EN, TXQ_CTRL_ENH_MODE, TXQ_CTRL_NUM_TPD_BURST_MASK, TXQ_CTRL_NUM_TPD_BURST_SHIFT, and VLAN_HLEN.

Referenced by atl1e_configure().

◆ atl1e_configure_rx()

static void atl1e_configure_rx ( struct atl1e_adapter adapter)
inlinestatic

Definition at line 553 of file atl1e.c.

554 {
555  struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw;
556  u32 rxf_len = 0;
557  u32 rxf_low = 0;
558  u32 rxf_high = 0;
559  u32 rxf_thresh_data = 0;
560  u32 rxq_ctrl_data = 0;
561 
562  if (hw->nic_type != athr_l2e_revB) {
566  (1 & RXQ_JMBO_LKAH_MASK) <<
568 
569  rxf_len = AT_READ_REG(hw, REG_SRAM_RXF_LEN);
570  rxf_high = rxf_len * 4 / 5;
571  rxf_low = rxf_len / 5;
572  rxf_thresh_data = ((rxf_high & RXQ_RXF_PAUSE_TH_HI_MASK)
574  ((rxf_low & RXQ_RXF_PAUSE_TH_LO_MASK)
576 
577  AT_WRITE_REG(hw, REG_RXQ_RXF_PAUSE_THRESH, rxf_thresh_data);
578  }
579 
580  /* RRS */
583 
584  rxq_ctrl_data |= RXQ_CTRL_PBA_ALIGN_32 |
586 
587  AT_WRITE_REG(hw, REG_RXQ_CTRL, rxq_ctrl_data);
588  return;
589 }
uint16_t u16
Definition: stdint.h:21
#define RXQ_JMBO_LKAH_MASK
Definition: atl1e.h:717
#define AT_WRITE_REGW(a, reg, value)
Definition: atl1e.h:256
#define RXQ_RXF_PAUSE_TH_HI_SHIFT
Definition: atl1e.h:722
Definition: hw.c:16
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
#define REG_RXQ_JMBOSZ_RRDTIM
Definition: atl1e.h:709
#define REG_BASE_CPU_NUMBER
Definition: atl1e.h:664
#define REG_IDT_TABLE
Definition: atl1e.h:661
#define RX_JUMBO_THRESH
Definition: atl1e.c:35
struct atl1e_adapter * adapter
Definition: atl1e.h:156
#define REG_RXQ_CTRL
Definition: atl1e.h:684
struct atl1e_hw hw
Definition: atl1e.h:225
#define RXQ_CTRL_EN
Definition: atl1e.h:706
#define RXQ_RXF_PAUSE_TH_LO_SHIFT
Definition: atl1e.h:724
#define RXQ_RXF_PAUSE_TH_LO_MASK
Definition: atl1e.h:725
#define RXQ_RXF_PAUSE_TH_HI_MASK
Definition: atl1e.h:723
#define RXQ_CTRL_CUT_THRU_EN
Definition: atl1e.h:705
#define RXQ_JMBO_LKAH_SHIFT
Definition: atl1e.h:718
#define REG_SRAM_RXF_LEN
Definition: atl1e.h:615
#define RXQ_JMBOSZ_TH_SHIFT
Definition: atl1e.h:716
#define RXQ_JMBOSZ_TH_MASK
Definition: atl1e.h:715
uint32_t u32
Definition: stdint.h:23
if(natsemi->flags &NATSEMI_64BIT) return 1
#define REG_RXQ_RXF_PAUSE_THRESH
Definition: atl1e.h:721
#define RXQ_CTRL_PBA_ALIGN_32
Definition: atl1e.h:685
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References atl1e_hw::adapter, AT_READ_REG, AT_WRITE_REG, AT_WRITE_REGW, athr_l2e_revB, atl1e_adapter::hw, if(), REG_BASE_CPU_NUMBER, REG_IDT_TABLE, REG_RXQ_CTRL, REG_RXQ_JMBOSZ_RRDTIM, REG_RXQ_RXF_PAUSE_THRESH, REG_SRAM_RXF_LEN, RX_JUMBO_THRESH, RXQ_CTRL_CUT_THRU_EN, RXQ_CTRL_EN, RXQ_CTRL_PBA_ALIGN_32, RXQ_JMBO_LKAH_MASK, RXQ_JMBO_LKAH_SHIFT, RXQ_JMBOSZ_TH_MASK, RXQ_JMBOSZ_TH_SHIFT, RXQ_RXF_PAUSE_TH_HI_MASK, RXQ_RXF_PAUSE_TH_HI_SHIFT, RXQ_RXF_PAUSE_TH_LO_MASK, and RXQ_RXF_PAUSE_TH_LO_SHIFT.

Referenced by atl1e_configure().

◆ atl1e_configure_dma()

static void atl1e_configure_dma ( struct atl1e_adapter adapter)
inlinestatic

Definition at line 591 of file atl1e.c.

592 {
593  struct atl1e_hw *hw = &adapter->hw;
594  u32 dma_ctrl_data = 0;
595 
596  dma_ctrl_data = DMA_CTRL_RXCMB_EN;
597  dma_ctrl_data |= (((u32)hw->dmar_block) & DMA_CTRL_DMAR_BURST_LEN_MASK)
599  dma_ctrl_data |= (((u32)hw->dmaw_block) & DMA_CTRL_DMAW_BURST_LEN_MASK)
602  dma_ctrl_data |= (DMAR_DLY_CNT & DMA_CTRL_DMAR_DLY_CNT_MASK)
604  dma_ctrl_data |= (DMAW_DLY_CNT & DMA_CTRL_DMAW_DLY_CNT_MASK)
606 
607  AT_WRITE_REG(hw, REG_DMA_CTRL, dma_ctrl_data);
608  return;
609 }
#define REG_DMA_CTRL
Definition: atl1e.h:729
#define DMA_CTRL_DMAW_BURST_LEN_MASK
Definition: atl1e.h:737
#define DMAR_DLY_CNT
Definition: atl1e.c:45
#define DMA_CTRL_DMAW_DLY_CNT_SHIFT
Definition: atl1e.h:742
Definition: hw.c:16
#define DMA_CTRL_DMAR_OUT_ORDER
Definition: atl1e.h:732
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
#define DMA_CTRL_RXCMB_EN
Definition: atl1e.h:744
#define u32
Definition: vga.h:21
#define DMAW_DLY_CNT
Definition: atl1e.c:46
struct atl1e_adapter * adapter
Definition: atl1e.h:156
#define DMA_CTRL_DMAR_REQ_PRI
Definition: atl1e.h:738
struct atl1e_hw hw
Definition: atl1e.h:225
#define DMA_CTRL_DMAR_DLY_CNT_MASK
Definition: atl1e.h:739
#define DMA_CTRL_DMAW_DLY_CNT_MASK
Definition: atl1e.h:741
#define DMA_CTRL_DMAR_DLY_CNT_SHIFT
Definition: atl1e.h:740
uint32_t u32
Definition: stdint.h:23
#define DMA_CTRL_DMAW_BURST_LEN_SHIFT
Definition: atl1e.h:736
#define DMA_CTRL_DMAR_BURST_LEN_SHIFT
Definition: atl1e.h:734
#define DMA_CTRL_DMAR_BURST_LEN_MASK
Definition: atl1e.h:735

References atl1e_hw::adapter, AT_WRITE_REG, DMA_CTRL_DMAR_BURST_LEN_MASK, DMA_CTRL_DMAR_BURST_LEN_SHIFT, DMA_CTRL_DMAR_DLY_CNT_MASK, DMA_CTRL_DMAR_DLY_CNT_SHIFT, DMA_CTRL_DMAR_OUT_ORDER, DMA_CTRL_DMAR_REQ_PRI, DMA_CTRL_DMAW_BURST_LEN_MASK, DMA_CTRL_DMAW_BURST_LEN_SHIFT, DMA_CTRL_DMAW_DLY_CNT_MASK, DMA_CTRL_DMAW_DLY_CNT_SHIFT, DMA_CTRL_RXCMB_EN, DMAR_DLY_CNT, DMAW_DLY_CNT, atl1e_adapter::hw, REG_DMA_CTRL, and u32.

Referenced by atl1e_configure().

◆ atl1e_configure()

static int atl1e_configure ( struct atl1e_adapter adapter)
static

Definition at line 643 of file atl1e.c.

644 {
645  struct atl1e_hw *hw = &adapter->hw;
646  u32 intr_status_data = 0;
647 
648  /* clear interrupt status */
649  AT_WRITE_REG(hw, REG_ISR, ~0);
650 
651  /* 1. set MAC Address */
653 
654  /* 2. Init the Multicast HASH table (clear) */
657 
658  /* 3. Clear any WOL status */
660 
661  /* 4. Descripter Ring BaseMem/Length/Read ptr/Write ptr
662  * TPD Ring/SMB/RXF0 Page CMBs, they use the same
663  * High 32bits memory */
665 
666  /* 5. set Interrupt Moderator Timer */
671 
672  /* 6. rx/tx threshold to trig interrupt */
677 
678  /* 7. set Interrupt Clear Timer */
680 
681  /* 8. set MTU */
684 
685  /* 9. config TXQ early tx threshold */
687 
688  /* 10. config RXQ */
690 
691  /* 11. config DMA Engine */
693 
694  /* 12. smb timer to trig interrupt */
696 
697  intr_status_data = AT_READ_REG(hw, REG_ISR);
698  if ((intr_status_data & ISR_PHY_LINKDOWN) != 0) {
699  DBG("atl1e: configure failed, PCIE phy link down\n");
700  return -1;
701  }
702 
703  AT_WRITE_REG(hw, REG_ISR, 0x7fffffff);
704  return 0;
705 }
#define REG_IRQ_MODU_TIMER2_INIT
Definition: atl1e.h:418
static void atl1e_configure_des_ring(const struct atl1e_adapter *adapter)
Definition: atl1e.c:473
#define REG_MTU
Definition: atl1e.h:579
#define REG_WOL_CTRL
Definition: atl1e.h:582
#define REG_CMBDISDMA_TIMER
Definition: atl1e.h:453
#define VLAN_HLEN
Definition: atl1e.h:46
#define ISR_PHY_LINKDOWN
Definition: atl1e.h:814
#define AT_WRITE_REGW(a, reg, value)
Definition: atl1e.h:256
#define REG_IRQ_MODU_TIMER_INIT
Definition: atl1e.h:417
#define REG_TRIG_RXTIMER
Definition: atl1e.h:752
static void atl1e_configure_dma(struct atl1e_adapter *adapter)
Definition: atl1e.c:591
#define ICT_VAL
Definition: atl1e.c:38
#define REG_TRIG_TPD_THRESH
Definition: atl1e.h:750
#define RRD_THRESH
Definition: atl1e.c:40
Definition: hw.c:16
static void atl1e_configure_rx(struct atl1e_adapter *adapter)
Definition: atl1e.c:553
#define MASTER_CTRL_ITIMER_EN
Definition: atl1e.h:402
#define MASTER_CTRL_ITIMER2_EN
Definition: atl1e.h:404
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
void atl1e_hw_set_mac_addr(struct atl1e_hw *hw)
Definition: atl1e.c:1265
#define ETH_HLEN
Definition: if_ether.h:9
#define SMB_TIMER
Definition: atl1e.c:39
#define RX_COUNT_DOWN
Definition: atl1e.c:43
#define IMT_VAL
Definition: atl1e.c:37
struct atl1e_adapter * adapter
Definition: atl1e.h:156
struct atl1e_hw hw
Definition: atl1e.h:225
#define REG_SMB_STAT_TIMER
Definition: atl1e.h:748
#define REG_TRIG_RRD_THRESH
Definition: atl1e.h:749
#define MAX_FRAME_SIZE
Definition: atl1e.c:31
#define AT_WRITE_REG_ARRAY(a, reg, offset, value)
Definition: atl1e.h:262
#define TPD_THRESH
Definition: atl1e.c:42
#define REG_MASTER_CTRL
Definition: atl1e.h:399
#define REG_RX_HASH_TABLE
Definition: atl1e.h:560
#define MASTER_CTRL_LED_MODE
Definition: atl1e.h:406
#define TX_COUNT_DOWN
Definition: atl1e.c:44
static void atl1e_configure_tx(struct atl1e_adapter *adapter)
Definition: atl1e.c:515
#define REG_ISR
Definition: atl1e.h:782
#define ETH_FCS_LEN
Definition: atl1e.h:45
#define DBG(...)
Print a debugging message.
Definition: compiler.h:498
uint32_t u32
Definition: stdint.h:23
#define REG_TRIG_TXTIMER
Definition: atl1e.h:751
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References atl1e_hw::adapter, AT_READ_REG, AT_WRITE_REG, AT_WRITE_REG_ARRAY, AT_WRITE_REGW, atl1e_configure_des_ring(), atl1e_configure_dma(), atl1e_configure_rx(), atl1e_configure_tx(), atl1e_hw_set_mac_addr(), DBG, ETH_FCS_LEN, ETH_HLEN, atl1e_adapter::hw, ICT_VAL, IMT_VAL, ISR_PHY_LINKDOWN, MASTER_CTRL_ITIMER2_EN, MASTER_CTRL_ITIMER_EN, MASTER_CTRL_LED_MODE, MAX_FRAME_SIZE, REG_CMBDISDMA_TIMER, REG_IRQ_MODU_TIMER2_INIT, REG_IRQ_MODU_TIMER_INIT, REG_ISR, REG_MASTER_CTRL, REG_MTU, REG_RX_HASH_TABLE, REG_SMB_STAT_TIMER, REG_TRIG_RRD_THRESH, REG_TRIG_RXTIMER, REG_TRIG_TPD_THRESH, REG_TRIG_TXTIMER, REG_WOL_CTRL, RRD_THRESH, RX_COUNT_DOWN, SMB_TIMER, TPD_THRESH, TX_COUNT_DOWN, and VLAN_HLEN.

Referenced by atl1e_up().

◆ atl1e_clear_phy_int()

static void atl1e_clear_phy_int ( struct atl1e_adapter adapter)
inlinestatic

Definition at line 707 of file atl1e.c.

708 {
709  u16 phy_data;
710 
712 }
uint16_t u16
Definition: stdint.h:21
struct atl1e_adapter * adapter
Definition: atl1e.h:156
struct atl1e_hw hw
Definition: atl1e.h:225
#define MII_INT_STATUS
Definition: atl1e.h:884
int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data)
Definition: atl1e.c:1351

References atl1e_hw::adapter, atl1e_read_phy_reg(), atl1e_adapter::hw, and MII_INT_STATUS.

Referenced by atl1e_poll().

◆ atl1e_clean_tx_irq()

static int atl1e_clean_tx_irq ( struct atl1e_adapter adapter)
static

Definition at line 714 of file atl1e.c.

715 {
716  struct atl1e_tx_ring *tx_ring = (struct atl1e_tx_ring *)
717  &adapter->tx_ring;
718  struct atl1e_tx_buffer *tx_buffer = NULL;
719  u16 hw_next_to_clean = AT_READ_REGW(&adapter->hw, REG_TPD_CONS_IDX);
720  u16 next_to_clean = tx_ring->next_to_clean;
721 
722  while (next_to_clean != hw_next_to_clean) {
723  tx_buffer = &tx_ring->tx_buffer[next_to_clean];
724 
725  tx_buffer->dma = 0;
726  if (tx_buffer->iob) {
728  tx_buffer->iob = NULL;
729  }
730 
731  if (++next_to_clean == tx_ring->count)
732  next_to_clean = 0;
733  }
734 
735  tx_ring->next_to_clean = next_to_clean;
736 
737  return 1;
738 }
uint16_t u16
Definition: stdint.h:21
static void netdev_tx_complete(struct net_device *netdev, struct io_buffer *iobuf)
Complete network transmission.
Definition: netdevice.h:752
#define AT_READ_REGW(a, reg)
Definition: atl1e.h:259
u16 next_to_clean
Definition: atl1e.h:204
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
struct atl1e_tx_buffer * tx_buffer
Definition: atl1e.h:205
struct atl1e_hw hw
Definition: atl1e.h:225
#define REG_TPD_CONS_IDX
Definition: atl1e.h:846
#define tx_ring
Definition: epic100.c:98
struct net_device * netdev
Definition: atl1e.h:222
struct io_buffer * iob
Definition: atl1e.h:177
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321

References AT_READ_REGW, atl1e_tx_buffer::dma, atl1e_adapter::hw, atl1e_tx_buffer::iob, atl1e_adapter::netdev, netdev_tx_complete(), atl1e_tx_ring::next_to_clean, NULL, REG_TPD_CONS_IDX, atl1e_tx_ring::tx_buffer, tx_ring, and atl1e_adapter::tx_ring.

Referenced by atl1e_poll().

◆ atl1e_get_rx_page()

static struct atl1e_rx_page* atl1e_get_rx_page ( struct atl1e_adapter adapter)
static

Definition at line 740 of file atl1e.c.

741 {
742  struct atl1e_rx_page_desc *rx_page_desc =
743  (struct atl1e_rx_page_desc *) &adapter->rx_ring.rx_page_desc;
744  u8 rx_using = rx_page_desc->rx_using;
745 
746  return (struct atl1e_rx_page *)&(rx_page_desc->rx_page[rx_using]);
747 }
struct atl1e_rx_ring rx_ring
Definition: atl1e.h:236
struct atl1e_rx_page_desc rx_page_desc
Definition: atl1e.h:217
struct atl1e_rx_page rx_page[AT_PAGE_NUM_PER_QUEUE]
Definition: atl1e.h:193
return
Definition: natsemi.h:326
uint8_t u8
Definition: stdint.h:19

References return, atl1e_rx_page_desc::rx_page, atl1e_rx_ring::rx_page_desc, atl1e_adapter::rx_ring, and atl1e_rx_page_desc::rx_using.

Referenced by atl1e_clean_rx_irq().

◆ atl1e_clean_rx_irq()

static void atl1e_clean_rx_irq ( struct atl1e_adapter adapter)
static

Definition at line 749 of file atl1e.c.

750 {
751  struct net_device *netdev = adapter->netdev;
752  struct atl1e_rx_ring *rx_ring = (struct atl1e_rx_ring *)
753  &adapter->rx_ring;
755  (struct atl1e_rx_page_desc *) &rx_ring->rx_page_desc;
756  struct io_buffer *iob = NULL;
757  struct atl1e_rx_page *rx_page = atl1e_get_rx_page(adapter);
758  u32 packet_size, write_offset;
759  struct atl1e_recv_ret_status *prrs;
760 
761  write_offset = *(rx_page->write_offset_addr);
762  if (rx_page->read_offset >= write_offset)
763  return;
764 
765  do {
766  /* get new packet's rrs */
767  prrs = (struct atl1e_recv_ret_status *) (rx_page->addr +
768  rx_page->read_offset);
769  /* check sequence number */
770  if (prrs->seq_num != rx_page_desc->rx_nxseq) {
771  DBG("atl1e %s: RX sequence number error (%d != %d)\n",
772  netdev->name, prrs->seq_num,
773  rx_page_desc->rx_nxseq);
774  rx_page_desc->rx_nxseq++;
775  goto fatal_err;
776  }
777 
778  rx_page_desc->rx_nxseq++;
779 
780  /* error packet */
781  if (prrs->pkt_flag & RRS_IS_ERR_FRAME) {
782  if (prrs->err_flag & (RRS_ERR_BAD_CRC |
784  RRS_ERR_TRUNC)) {
785  /* hardware error, discard this
786  packet */
788  goto skip_pkt;
789  }
790  }
791 
792  packet_size = ((prrs->word1 >> RRS_PKT_SIZE_SHIFT) &
794  iob = alloc_iob(packet_size + NET_IP_ALIGN);
795  if (iob == NULL) {
796  DBG("atl1e %s: dropping packet under memory pressure\n",
797  netdev->name);
798  goto skip_pkt;
799  }
801  memcpy(iob->data, (u8 *)(prrs + 1), packet_size);
802  iob_put(iob, packet_size);
803 
804  netdev_rx(netdev, iob);
805 
806 skip_pkt:
807  /* skip current packet whether it's ok or not. */
808  rx_page->read_offset +=
809  (((u32)((prrs->word1 >> RRS_PKT_SIZE_SHIFT) &
811  sizeof(struct atl1e_recv_ret_status) + 31) &
812  0xFFFFFFE0);
813 
814  if (rx_page->read_offset >= rx_ring->page_size) {
815  /* mark this page clean */
816  u16 reg_addr;
817  u8 rx_using;
818 
819  rx_page->read_offset =
820  *(rx_page->write_offset_addr) = 0;
821  rx_using = rx_page_desc->rx_using;
822  reg_addr =
823  atl1e_rx_page_vld_regs[rx_using];
824  AT_WRITE_REGB(&adapter->hw, reg_addr, 1);
825  rx_page_desc->rx_using ^= 1;
826  rx_page = atl1e_get_rx_page(adapter);
827  }
828  write_offset = *(rx_page->write_offset_addr);
829  } while (rx_page->read_offset < write_offset);
830 
831  return;
832 
833 fatal_err:
834  if (!netdev_link_ok(adapter->netdev))
835  atl1e_reset(adapter);
836 }
#define NET_IP_ALIGN
Definition: atl1e.h:47
uint16_t u16
Definition: stdint.h:21
static const u16 atl1e_rx_page_vld_regs[AT_PAGE_NUM_PER_QUEUE]
Definition: atl1e.c:67
#define RRS_ERR_BAD_CRC
Definition: atl1e.h:118
#define iob_put(iobuf, len)
Definition: iobuf.h:120
void netdev_rx_err(struct net_device *netdev, struct io_buffer *iobuf, int rc)
Discard received packet.
Definition: netdevice.c:586
struct atl1e_rx_ring rx_ring
Definition: atl1e.h:236
struct atl1e_rx_page_desc rx_page_desc
Definition: atl1e.h:217
struct io_buffer * alloc_iob(size_t len)
Allocate I/O buffer.
Definition: iobuf.c:129
#define RRS_ERR_CODE
Definition: atl1e.h:119
#define RRS_IS_ERR_FRAME
Definition: atl1e.h:110
void * memcpy(void *dest, const void *src, size_t len) __nonnull
#define RRS_ERR_TRUNC
Definition: atl1e.h:123
#define AT_WRITE_REGB(a, reg, value)
Definition: atl1e.h:250
#define u32
Definition: vga.h:21
static int netdev_link_ok(struct net_device *netdev)
Check link state of network device.
Definition: netdevice.h:636
static struct net_device * netdev
Definition: gdbudp.c:52
u32 read_offset
Definition: atl1e.h:189
struct atl1e_hw hw
Definition: atl1e.h:225
A network device.
Definition: netdevice.h:352
static struct atl1e_rx_page * atl1e_get_rx_page(struct atl1e_adapter *adapter)
Definition: atl1e.c:740
void netdev_rx(struct net_device *netdev, struct io_buffer *iobuf)
Add packet to receive queue.
Definition: netdevice.c:548
#define rx_ring
Definition: epic100.c:97
static void atl1e_reset(struct atl1e_adapter *adapter)
Definition: atl1e.c:120
#define iob_reserve(iobuf, len)
Definition: iobuf.h:67
char name[NETDEV_NAME_LEN]
Name of this network device.
Definition: netdevice.h:362
#define RRS_PKT_SIZE_SHIFT
Definition: atl1e.h:97
struct net_device * netdev
Definition: atl1e.h:222
#define RRS_PKT_SIZE_MASK
Definition: atl1e.h:96
void * data
Start of data.
Definition: iobuf.h:48
#define EIO
Input/output error.
Definition: errno.h:433
#define ETH_FCS_LEN
Definition: atl1e.h:45
#define DBG(...)
Print a debugging message.
Definition: compiler.h:498
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321
uint8_t u8
Definition: stdint.h:19
u8 * addr
Definition: atl1e.h:184
uint32_t u32
Definition: stdint.h:23
u32 * write_offset_addr
Definition: atl1e.h:187
A persistent I/O buffer.
Definition: iobuf.h:33
#define RRS_ERR_DRIBBLE
Definition: atl1e.h:120

References atl1e_rx_page::addr, alloc_iob(), AT_WRITE_REGB, atl1e_get_rx_page(), atl1e_reset(), atl1e_rx_page_vld_regs, io_buffer::data, DBG, EIO, atl1e_recv_ret_status::err_flag, ETH_FCS_LEN, atl1e_adapter::hw, iob_put, iob_reserve, memcpy(), net_device::name, NET_IP_ALIGN, netdev, atl1e_adapter::netdev, netdev_link_ok(), netdev_rx(), netdev_rx_err(), NULL, atl1e_recv_ret_status::pkt_flag, atl1e_rx_page::read_offset, RRS_ERR_BAD_CRC, RRS_ERR_CODE, RRS_ERR_DRIBBLE, RRS_ERR_TRUNC, RRS_IS_ERR_FRAME, RRS_PKT_SIZE_MASK, RRS_PKT_SIZE_SHIFT, atl1e_rx_ring::rx_page_desc, rx_ring, atl1e_adapter::rx_ring, atl1e_recv_ret_status::seq_num, u32, atl1e_recv_ret_status::word1, and atl1e_rx_page::write_offset_addr.

Referenced by atl1e_poll().

◆ atl1e_poll()

static void atl1e_poll ( struct net_device netdev)
static

Definition at line 842 of file atl1e.c.

843 {
844  struct atl1e_adapter *adapter = netdev->priv;
845  struct atl1e_hw *hw = &adapter->hw;
846  int max_ints = 64;
847  u32 status;
848 
849  do {
851  if ((status & IMR_NORMAL_MASK) == 0)
852  break;
853 
854  /* link event */
855  if (status & ISR_GPHY)
857  /* Ack ISR */
859 
860  /* check if PCIE PHY Link down */
861  if (status & ISR_PHY_LINKDOWN) {
862  DBG("atl1e: PCI-E PHY link down: %x\n", status);
863  if (netdev_link_ok(adapter->netdev)) {
864  /* reset MAC */
867  break;
868  }
869  }
870 
871  /* check if DMA read/write error */
873  DBG("atl1e: PCI-E DMA RW error: %x\n", status);
876  break;
877  }
878 
879  /* link event */
880  if (status & (ISR_GPHY | ISR_MANUAL)) {
882  break;
883  }
884 
885  /* transmit event */
886  if (status & ISR_TX_EVENT)
888 
889  if (status & ISR_RX_EVENT)
891  } while (--max_ints > 0);
892 
893  /* re-enable Interrupt*/
895 
896  return;
897 }
static void atl1e_irq_reset(struct atl1e_adapter *adapter)
Definition: atl1e.c:113
static int atl1e_check_link(struct atl1e_adapter *adapter)
Definition: atl1e.c:126
#define ISR_RX_EVENT
Definition: atl1e.h:837
static void atl1e_clean_rx_irq(struct atl1e_adapter *adapter)
Definition: atl1e.c:749
#define ISR_GPHY
Definition: atl1e.h:799
#define ISR_PHY_LINKDOWN
Definition: atl1e.h:814
Definition: hw.c:16
static int atl1e_clean_tx_irq(struct atl1e_adapter *adapter)
Definition: atl1e.c:714
uint8_t status
Status.
Definition: ena.h:16
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
void * priv
Driver private data.
Definition: netdevice.h:431
static int netdev_link_ok(struct net_device *netdev)
Check link state of network device.
Definition: netdevice.h:636
static struct net_device * netdev
Definition: gdbudp.c:52
#define ISR_DMAW_TO_RST
Definition: atl1e.h:798
struct atl1e_adapter * adapter
Definition: atl1e.h:156
struct atl1e_hw hw
Definition: atl1e.h:225
static void atl1e_reset(struct atl1e_adapter *adapter)
Definition: atl1e.c:120
#define IMR_NORMAL_MASK
Definition: atl1e.h:822
#define ISR_DMAR_TO_RST
Definition: atl1e.h:797
struct net_device * netdev
Definition: atl1e.h:222
#define ISR_DIS_INT
Definition: atl1e.h:815
#define ISR_MANUAL
Definition: atl1e.h:789
#define REG_ISR
Definition: atl1e.h:782
#define DBG(...)
Print a debugging message.
Definition: compiler.h:498
#define ISR_TX_EVENT
Definition: atl1e.h:836
static void atl1e_clear_phy_int(struct atl1e_adapter *adapter)
Definition: atl1e.c:707
uint32_t u32
Definition: stdint.h:23
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References atl1e_hw::adapter, AT_READ_REG, AT_WRITE_REG, atl1e_check_link(), atl1e_clean_rx_irq(), atl1e_clean_tx_irq(), atl1e_clear_phy_int(), atl1e_irq_reset(), atl1e_reset(), DBG, atl1e_adapter::hw, IMR_NORMAL_MASK, ISR_DIS_INT, ISR_DMAR_TO_RST, ISR_DMAW_TO_RST, ISR_GPHY, ISR_MANUAL, ISR_PHY_LINKDOWN, ISR_RX_EVENT, ISR_TX_EVENT, netdev, atl1e_adapter::netdev, netdev_link_ok(), net_device::priv, REG_ISR, and status.

◆ atl1e_tpd_avail()

static u16 atl1e_tpd_avail ( struct atl1e_adapter adapter)
inlinestatic

Definition at line 899 of file atl1e.c.

900 {
901  struct atl1e_tx_ring *tx_ring = &adapter->tx_ring;
902  u16 next_to_use = 0;
903  u16 next_to_clean = 0;
904 
905  next_to_clean = tx_ring->next_to_clean;
906  next_to_use = tx_ring->next_to_use;
907 
908  return (u16)(next_to_clean > next_to_use) ?
909  (next_to_clean - next_to_use - 1) :
910  (tx_ring->count + next_to_clean - next_to_use - 1);
911 }
uint16_t u16
Definition: stdint.h:21
u16 next_to_clean
Definition: atl1e.h:204
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
#define tx_ring
Definition: epic100.c:98
u16 next_to_use
Definition: atl1e.h:203

References atl1e_tx_ring::next_to_clean, atl1e_tx_ring::next_to_use, tx_ring, and atl1e_adapter::tx_ring.

Referenced by atl1e_xmit_frame().

◆ atl1e_get_tpd()

static struct atl1e_tpd_desc* atl1e_get_tpd ( struct atl1e_adapter adapter)
static

Definition at line 918 of file atl1e.c.

919 {
920  struct atl1e_tx_ring *tx_ring = &adapter->tx_ring;
921  u16 next_to_use = 0;
922 
923  next_to_use = tx_ring->next_to_use;
924  if (++tx_ring->next_to_use == tx_ring->count)
925  tx_ring->next_to_use = 0;
926 
927  memset(&tx_ring->desc[next_to_use], 0, sizeof(struct atl1e_tpd_desc));
928  return (struct atl1e_tpd_desc *)&tx_ring->desc[next_to_use];
929 }
uint16_t u16
Definition: stdint.h:21
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
#define tx_ring
Definition: epic100.c:98
u16 next_to_use
Definition: atl1e.h:203
void * memset(void *dest, int character, size_t len) __nonnull

References memset(), atl1e_tx_ring::next_to_use, tx_ring, and atl1e_adapter::tx_ring.

Referenced by atl1e_xmit_frame().

◆ atl1e_get_tx_buffer()

static struct atl1e_tx_buffer* atl1e_get_tx_buffer ( struct atl1e_adapter adapter,
struct atl1e_tpd_desc tpd 
)
static

Definition at line 932 of file atl1e.c.

933 {
934  struct atl1e_tx_ring *tx_ring = &adapter->tx_ring;
935 
936  return &tx_ring->tx_buffer[tpd - tx_ring->desc];
937 }
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
#define tx_ring
Definition: epic100.c:98

References tx_ring, and atl1e_adapter::tx_ring.

Referenced by atl1e_tx_map().

◆ atl1e_tx_map()

static void atl1e_tx_map ( struct atl1e_adapter adapter,
struct io_buffer iob,
struct atl1e_tpd_desc tpd 
)
static

Definition at line 939 of file atl1e.c.

941 {
942  struct atl1e_tx_buffer *tx_buffer = NULL;
943  u16 buf_len = iob_len(iob);
944 
945  tx_buffer = atl1e_get_tx_buffer(adapter, tpd);
946  tx_buffer->iob = iob;
947  tx_buffer->length = buf_len;
948  tx_buffer->dma = virt_to_bus(iob->data);
949  tpd->buffer_addr = cpu_to_le64(tx_buffer->dma);
950  tpd->word2 = ((tpd->word2 & ~TPD_BUFLEN_MASK) |
951  ((cpu_to_le32(buf_len) & TPD_BUFLEN_MASK) <<
953  tpd->word3 |= 1 << TPD_EOP_SHIFT;
954 }
uint16_t u16
Definition: stdint.h:21
#define TPD_BUFLEN_MASK
Definition: atl1e.h:77
#define cpu_to_le64(value)
Definition: byteswap.h:108
#define TPD_EOP_SHIFT
Definition: atl1e.h:82
u32 word2
Definition: atl1e.h:86
static __always_inline unsigned long virt_to_bus(volatile const void *addr)
Convert virtual address to a bus address.
Definition: io.h:183
#define cpu_to_le32(value)
Definition: byteswap.h:107
static struct atl1e_tx_buffer * atl1e_get_tx_buffer(struct atl1e_adapter *adapter, struct atl1e_tpd_desc *tpd)
Definition: atl1e.c:932
static size_t iob_len(struct io_buffer *iobuf)
Calculate length of data in an I/O buffer.
Definition: iobuf.h:155
#define TPD_BUFLEN_SHIFT
Definition: atl1e.h:78
void * data
Start of data.
Definition: iobuf.h:48
u64 buffer_addr
Definition: atl1e.h:85
struct io_buffer * iob
Definition: atl1e.h:177
u32 word3
Definition: atl1e.h:87
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321

References atl1e_get_tx_buffer(), atl1e_tpd_desc::buffer_addr, cpu_to_le32, cpu_to_le64, io_buffer::data, atl1e_tx_buffer::dma, atl1e_tx_buffer::iob, iob_len(), atl1e_tx_buffer::length, NULL, TPD_BUFLEN_MASK, TPD_BUFLEN_SHIFT, TPD_EOP_SHIFT, virt_to_bus(), atl1e_tpd_desc::word2, and atl1e_tpd_desc::word3.

Referenced by atl1e_xmit_frame().

◆ atl1e_tx_queue()

static void atl1e_tx_queue ( struct atl1e_adapter adapter,
u16 count  __unused,
struct atl1e_tpd_desc *tpd  __unused 
)
static

Definition at line 956 of file atl1e.c.

958 {
959  struct atl1e_tx_ring *tx_ring = &adapter->tx_ring;
960  wmb();
961  AT_WRITE_REG(&adapter->hw, REG_MB_TPD_PROD_IDX, tx_ring->next_to_use);
962 }
#define REG_MB_TPD_PROD_IDX
Definition: atl1e.h:766
wmb()
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
struct atl1e_hw hw
Definition: atl1e.h:225
#define tx_ring
Definition: epic100.c:98

References AT_WRITE_REG, atl1e_adapter::hw, REG_MB_TPD_PROD_IDX, tx_ring, atl1e_adapter::tx_ring, and wmb().

Referenced by atl1e_xmit_frame().

◆ atl1e_xmit_frame()

static int atl1e_xmit_frame ( struct net_device netdev,
struct io_buffer iob 
)
static

Definition at line 964 of file atl1e.c.

965 {
966  struct atl1e_adapter *adapter = netdev->priv;
967  u16 tpd_req = 1;
968  struct atl1e_tpd_desc *tpd;
969 
970  if (!netdev_link_ok(netdev)) {
971  return -EINVAL;
972  }
973 
974  if (atl1e_tpd_avail(adapter) < tpd_req) {
975  return -EBUSY;
976  }
977 
978  tpd = atl1e_get_tpd(adapter);
979 
980  atl1e_tx_map(adapter, iob, tpd);
981  atl1e_tx_queue(adapter, tpd_req, tpd);
982 
983  return 0;
984 }
uint16_t u16
Definition: stdint.h:21
#define EINVAL
Invalid argument.
Definition: errno.h:428
#define EBUSY
Device or resource busy.
Definition: errno.h:338
void * priv
Driver private data.
Definition: netdevice.h:431
static int netdev_link_ok(struct net_device *netdev)
Check link state of network device.
Definition: netdevice.h:636
static struct net_device * netdev
Definition: gdbudp.c:52
static void atl1e_tx_queue(struct atl1e_adapter *adapter, u16 count __unused, struct atl1e_tpd_desc *tpd __unused)
Definition: atl1e.c:956
static u16 atl1e_tpd_avail(struct atl1e_adapter *adapter)
Definition: atl1e.c:899
static struct atl1e_tpd_desc * atl1e_get_tpd(struct atl1e_adapter *adapter)
Definition: atl1e.c:918
static void atl1e_tx_map(struct atl1e_adapter *adapter, struct io_buffer *iob, struct atl1e_tpd_desc *tpd)
Definition: atl1e.c:939

References atl1e_get_tpd(), atl1e_tpd_avail(), atl1e_tx_map(), atl1e_tx_queue(), EBUSY, EINVAL, netdev, netdev_link_ok(), and net_device::priv.

◆ atl1e_up()

int atl1e_up ( struct atl1e_adapter adapter)

Definition at line 986 of file atl1e.c.

987 {
988  struct net_device *netdev = adapter->netdev;
989  int err = 0;
990  u32 val;
991 
992  /* hardware has been reset, we need to reload some things */
993  err = atl1e_init_hw(&adapter->hw);
994  if (err) {
995  return -EIO;
996  }
997  atl1e_init_ring_ptrs(adapter);
998 
999  memcpy(adapter->hw.mac_addr, netdev->ll_addr, ETH_ALEN);
1000 
1001  if (atl1e_configure(adapter) != 0) {
1002  return -EIO;
1003  }
1004 
1005  atl1e_irq_disable(adapter);
1006 
1007  val = AT_READ_REG(&adapter->hw, REG_MASTER_CTRL);
1008  AT_WRITE_REG(&adapter->hw, REG_MASTER_CTRL,
1010 
1011  return err;
1012 }
u8 mac_addr[ETH_ALEN]
Definition: atl1e.h:158
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
void * memcpy(void *dest, const void *src, size_t len) __nonnull
static void atl1e_init_ring_ptrs(struct atl1e_adapter *adapter)
Definition: atl1e.c:339
static int atl1e_configure(struct atl1e_adapter *adapter)
Definition: atl1e.c:643
static struct net_device * netdev
Definition: gdbudp.c:52
#define MASTER_CTRL_MANUAL_INT
Definition: atl1e.h:403
int atl1e_init_hw(struct atl1e_hw *hw)
Definition: atl1e.c:1670
static void atl1e_irq_disable(struct atl1e_adapter *adapter)
Definition: atl1e.c:103
struct atl1e_hw hw
Definition: atl1e.h:225
A network device.
Definition: netdevice.h:352
#define ETH_ALEN
Definition: if_ether.h:8
void __asmcall int val
Definition: setjmp.h:28
#define REG_MASTER_CTRL
Definition: atl1e.h:399
struct net_device * netdev
Definition: atl1e.h:222
#define EIO
Input/output error.
Definition: errno.h:433
uint8_t ll_addr[MAX_LL_ADDR_LEN]
Link-layer address.
Definition: netdevice.h:387
uint32_t u32
Definition: stdint.h:23
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References AT_READ_REG, AT_WRITE_REG, atl1e_configure(), atl1e_init_hw(), atl1e_init_ring_ptrs(), atl1e_irq_disable(), EIO, ETH_ALEN, atl1e_adapter::hw, net_device::ll_addr, atl1e_hw::mac_addr, MASTER_CTRL_MANUAL_INT, memcpy(), netdev, atl1e_adapter::netdev, REG_MASTER_CTRL, and val.

Referenced by atl1e_open(), and atl1e_reset().

◆ atl1e_irq()

void atl1e_irq ( struct net_device netdev,
int  enable 
)

Definition at line 1014 of file atl1e.c.

1015 {
1016  struct atl1e_adapter *adapter = netdev->priv;
1017 
1018  if (enable)
1019  atl1e_irq_enable(adapter);
1020  else
1021  atl1e_irq_disable(adapter);
1022 }
static void atl1e_irq_enable(struct atl1e_adapter *adapter)
Definition: atl1e.c:92
void * priv
Driver private data.
Definition: netdevice.h:431
static struct net_device * netdev
Definition: gdbudp.c:52
static void atl1e_irq_disable(struct atl1e_adapter *adapter)
Definition: atl1e.c:103

References atl1e_irq_disable(), atl1e_irq_enable(), netdev, and net_device::priv.

◆ atl1e_down()

void atl1e_down ( struct atl1e_adapter adapter)

Definition at line 1024 of file atl1e.c.

1025 {
1026  struct net_device *netdev = adapter->netdev;
1027 
1028  /* reset MAC to disable all RX/TX */
1029  atl1e_reset_hw(&adapter->hw);
1030  mdelay(1);
1031 
1033  adapter->link_speed = SPEED_0;
1034  adapter->link_duplex = -1;
1035 
1036  atl1e_clean_tx_ring(adapter);
1037  atl1e_clean_rx_ring(adapter);
1038 }
#define SPEED_0
Definition: atl1e.h:49
void netdev_link_down(struct net_device *netdev)
Mark network device as having link down.
Definition: netdevice.c:230
u16 link_duplex
Definition: atl1e.h:228
static void atl1e_clean_tx_ring(struct atl1e_adapter *adapter)
Definition: atl1e.c:258
static struct net_device * netdev
Definition: gdbudp.c:52
int atl1e_reset_hw(struct atl1e_hw *hw)
Definition: atl1e.c:1614
struct atl1e_hw hw
Definition: atl1e.h:225
A network device.
Definition: netdevice.h:352
static void atl1e_clean_rx_ring(struct atl1e_adapter *adapter)
Definition: atl1e.c:288
void mdelay(unsigned long msecs)
Delay for a fixed number of milliseconds.
Definition: timer.c:78
struct net_device * netdev
Definition: atl1e.h:222
u16 link_speed
Definition: atl1e.h:227

References atl1e_clean_rx_ring(), atl1e_clean_tx_ring(), atl1e_reset_hw(), atl1e_adapter::hw, atl1e_adapter::link_duplex, atl1e_adapter::link_speed, mdelay(), netdev, atl1e_adapter::netdev, netdev_link_down(), and SPEED_0.

Referenced by atl1e_close(), and atl1e_reset().

◆ atl1e_open()

static int atl1e_open ( struct net_device netdev)
static

Definition at line 1052 of file atl1e.c.

1053 {
1054  struct atl1e_adapter *adapter = netdev->priv;
1055  int err;
1056 
1057  /* allocate rx/tx dma buffer & descriptors */
1058  atl1e_init_ring_resources(adapter);
1059  err = atl1e_setup_ring_resources(adapter);
1060  if (err)
1061  return err;
1062 
1063  err = atl1e_up(adapter);
1064  if (err)
1065  goto err_up;
1066 
1067  return 0;
1068 
1069 err_up:
1070  atl1e_free_ring_resources(adapter);
1071  atl1e_reset_hw(&adapter->hw);
1072 
1073  return err;
1074 }
static int atl1e_setup_ring_resources(struct atl1e_adapter *adapter)
Definition: atl1e.c:390
void * priv
Driver private data.
Definition: netdevice.h:431
static struct net_device * netdev
Definition: gdbudp.c:52
int atl1e_reset_hw(struct atl1e_hw *hw)
Definition: atl1e.c:1614
struct atl1e_hw hw
Definition: atl1e.h:225
static void atl1e_init_ring_resources(struct atl1e_adapter *adapter)
Definition: atl1e.c:320
int atl1e_up(struct atl1e_adapter *adapter)
Definition: atl1e.c:986
static void atl1e_free_ring_resources(struct atl1e_adapter *adapter)
Definition: atl1e.c:367

References atl1e_free_ring_resources(), atl1e_init_ring_resources(), atl1e_reset_hw(), atl1e_setup_ring_resources(), atl1e_up(), atl1e_adapter::hw, netdev, and net_device::priv.

◆ atl1e_close()

static void atl1e_close ( struct net_device netdev)
static

Definition at line 1087 of file atl1e.c.

1088 {
1089  struct atl1e_adapter *adapter = netdev->priv;
1090 
1091  atl1e_down(adapter);
1092  atl1e_free_ring_resources(adapter);
1093 }
void * priv
Driver private data.
Definition: netdevice.h:431
static struct net_device * netdev
Definition: gdbudp.c:52
void atl1e_down(struct atl1e_adapter *adapter)
Definition: atl1e.c:1024
static void atl1e_free_ring_resources(struct atl1e_adapter *adapter)
Definition: atl1e.c:367

References atl1e_down(), atl1e_free_ring_resources(), netdev, and net_device::priv.

◆ atl1e_init_netdev()

static void atl1e_init_netdev ( struct net_device netdev,
struct pci_device pdev 
)
static

Definition at line 1103 of file atl1e.c.

1104 {
1106 
1107  netdev->dev = &pdev->dev;
1109 }
struct device dev
Generic device.
Definition: pci.h:208
static void netdev_init(struct net_device *netdev, struct net_device_operations *op)
Initialise a network device.
Definition: netdevice.h:515
static void pci_set_drvdata(struct pci_device *pci, void *priv)
Set PCI driver-private data.
Definition: pci.h:359
static struct net_device * netdev
Definition: gdbudp.c:52
static struct net_device_operations atl1e_netdev_ops
Definition: atl1e.c:1095
struct pci_device * pdev
Definition: atl1e.h:223
struct device * dev
Underlying hardware device.
Definition: netdevice.h:364

References atl1e_netdev_ops, pci_device::dev, net_device::dev, netdev, netdev_init(), and pci_set_drvdata().

Referenced by atl1e_probe().

◆ atl1e_probe()

static int atl1e_probe ( struct pci_device pdev)
static

Definition at line 1122 of file atl1e.c.

1123 {
1124  struct net_device *netdev;
1125  struct atl1e_adapter *adapter = NULL;
1126  static int cards_found;
1127 
1128  int err = 0;
1129 
1131 
1132  netdev = alloc_etherdev(sizeof(struct atl1e_adapter));
1133  if (netdev == NULL) {
1134  err = -ENOMEM;
1135  DBG("atl1e: out of memory allocating net_device\n");
1136  goto err;
1137  }
1138 
1140 
1141  adapter = netdev->priv;
1142  adapter->bd_number = cards_found;
1143  adapter->netdev = netdev;
1144  adapter->pdev = pdev;
1145  adapter->hw.adapter = adapter;
1146  if (!pdev->membase) {
1147  err = -EIO;
1148  DBG("atl1e: cannot map device registers\n");
1149  goto err_free_netdev;
1150  }
1151  adapter->hw.hw_addr = bus_to_virt(pdev->membase);
1152 
1153  /* init mii data */
1154  adapter->mii.dev = netdev;
1155  adapter->mii.mdio_read = atl1e_mdio_read;
1156  adapter->mii.mdio_write = atl1e_mdio_write;
1157  adapter->mii.phy_id_mask = 0x1f;
1158  adapter->mii.reg_num_mask = MDIO_REG_ADDR_MASK;
1159 
1160  /* get user settings */
1161  adapter->tx_ring.count = TX_DESC_COUNT;
1162  adapter->rx_ring.page_size = RX_MEM_SIZE;
1163 
1165 
1166  /* setup the private structure */
1167  err = atl1e_sw_init(adapter);
1168  if (err) {
1169  DBG("atl1e: private data init failed\n");
1170  goto err_free_netdev;
1171  }
1172 
1173  /* Init GPHY as early as possible due to power saving issue */
1174  atl1e_phy_init(&adapter->hw);
1175 
1176  /* reset the controller to
1177  * put the device in a known good starting state */
1178  err = atl1e_reset_hw(&adapter->hw);
1179  if (err) {
1180  err = -EIO;
1181  goto err_free_netdev;
1182  }
1183 
1184  /* This may have been run by a zero-wait timer around
1185  now... unclear. */
1186  atl1e_restart_autoneg(&adapter->hw);
1187 
1188  if (atl1e_read_mac_addr(&adapter->hw) != 0) {
1189  DBG("atl1e: cannot read MAC address from EEPROM\n");
1190  err = -EIO;
1191  goto err_free_netdev;
1192  }
1193 
1195  memcpy(netdev->ll_addr, adapter->hw.mac_addr, ETH_ALEN);
1196  DBG("atl1e: Attansic L1E Ethernet controller on %s, "
1197  "%02x:%02x:%02x:%02x:%02x:%02x\n", adapter->netdev->name,
1198  adapter->hw.mac_addr[0], adapter->hw.mac_addr[1],
1199  adapter->hw.mac_addr[2], adapter->hw.mac_addr[3],
1200  adapter->hw.mac_addr[4], adapter->hw.mac_addr[5]);
1201 
1202  err = register_netdev(netdev);
1203  if (err) {
1204  DBG("atl1e: cannot register network device\n");
1205  goto err_free_netdev;
1206  }
1207 
1208  cards_found++;
1209  return 0;
1210 
1211 err_free_netdev:
1213  netdev_put(netdev);
1214 err:
1215  return err;
1216 }
unsigned long membase
Memory base.
Definition: pci.h:215
struct net_device * dev
Definition: mii.h:154
u8 mac_addr[ETH_ALEN]
Definition: atl1e.h:158
struct atl1e_rx_ring rx_ring
Definition: atl1e.h:236
u8 perm_mac_addr[ETH_ALEN]
Definition: atl1e.h:159
u16 count
Definition: atl1e.h:202
int(* mdio_read)(struct net_device *dev, int phy_id, int location)
Definition: mii.h:155
int atl1e_read_mac_addr(struct atl1e_hw *hw)
Definition: atl1e.c:1335
static int atl1e_mdio_read(struct net_device *netdev, int phy_id __unused, int reg_num)
Definition: atl1e.c:173
void adjust_pci_device(struct pci_device *pci)
Enable PCI device.
Definition: pci.c:154
static __always_inline void * bus_to_virt(unsigned long bus_addr)
Convert bus address to a virtual address.
Definition: io.h:195
#define MDIO_REG_ADDR_MASK
Definition: atl1e.h:471
static void atl1e_init_netdev(struct net_device *netdev, struct pci_device *pdev)
Definition: atl1e.c:1103
#define ENOMEM
Not enough space.
Definition: errno.h:534
void * memcpy(void *dest, const void *src, size_t len) __nonnull
static void netdev_put(struct net_device *netdev)
Drop reference to network device.
Definition: netdevice.h:572
void * priv
Driver private data.
Definition: netdevice.h:431
static int atl1e_sw_init(struct atl1e_adapter *adapter)
Definition: atl1e.c:216
static struct net_device * netdev
Definition: gdbudp.c:52
struct atl1e_tx_ring tx_ring
Definition: atl1e.h:235
struct atl1e_adapter * adapter
Definition: atl1e.h:156
int reg_num_mask
Definition: mii.h:148
int atl1e_reset_hw(struct atl1e_hw *hw)
Definition: atl1e.c:1614
int bd_number
Definition: atl1e.h:238
int register_netdev(struct net_device *netdev)
Register network device.
Definition: netdevice.c:759
struct atl1e_hw hw
Definition: atl1e.h:225
A network device.
Definition: netdevice.h:352
void(* mdio_write)(struct net_device *dev, int phy_id, int location, int val)
Definition: mii.h:156
static void netdev_nullify(struct net_device *netdev)
Stop using a network device.
Definition: netdevice.h:528
#define TX_DESC_COUNT
Definition: atl1e.c:29
struct mii_if_info mii
Definition: atl1e.h:224
#define ETH_ALEN
Definition: if_ether.h:8
struct pci_device * pdev
Definition: atl1e.h:223
int atl1e_phy_init(struct atl1e_hw *hw)
Definition: atl1e.c:1522
static void atl1e_mdio_write(struct net_device *netdev, int phy_id __unused, int reg_num, int val)
Definition: atl1e.c:183
char name[NETDEV_NAME_LEN]
Name of this network device.
Definition: netdevice.h:362
#define RX_MEM_SIZE
Definition: atl1e.c:30
struct net_device * netdev
Definition: atl1e.h:222
u32 page_size
Definition: atl1e.h:215
#define EIO
Input/output error.
Definition: errno.h:433
struct net_device * alloc_etherdev(size_t priv_size)
Allocate Ethernet device.
Definition: ethernet.c:264
int atl1e_restart_autoneg(struct atl1e_hw *hw)
Definition: atl1e.c:1729
static void atl1e_setup_pcicmd(struct pci_device *pdev)
Definition: atl1e.c:191
uint8_t ll_addr[MAX_LL_ADDR_LEN]
Link-layer address.
Definition: netdevice.h:387
#define DBG(...)
Print a debugging message.
Definition: compiler.h:498
uint8_t hw_addr[MAX_HW_ADDR_LEN]
Hardware address.
Definition: netdevice.h:381
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321
u8 * hw_addr
Definition: atl1e.h:155
int phy_id_mask
Definition: mii.h:147

References atl1e_hw::adapter, adjust_pci_device(), alloc_etherdev(), atl1e_init_netdev(), atl1e_mdio_read(), atl1e_mdio_write(), atl1e_phy_init(), atl1e_read_mac_addr(), atl1e_reset_hw(), atl1e_restart_autoneg(), atl1e_setup_pcicmd(), atl1e_sw_init(), atl1e_adapter::bd_number, bus_to_virt(), atl1e_tx_ring::count, DBG, mii_if_info::dev, EIO, ENOMEM, ETH_ALEN, atl1e_adapter::hw, atl1e_hw::hw_addr, net_device::hw_addr, net_device::ll_addr, atl1e_hw::mac_addr, mii_if_info::mdio_read, MDIO_REG_ADDR_MASK, mii_if_info::mdio_write, pci_device::membase, memcpy(), atl1e_adapter::mii, net_device::name, netdev, atl1e_adapter::netdev, netdev_nullify(), netdev_put(), NULL, atl1e_rx_ring::page_size, atl1e_adapter::pdev, atl1e_hw::perm_mac_addr, mii_if_info::phy_id_mask, net_device::priv, mii_if_info::reg_num_mask, register_netdev(), RX_MEM_SIZE, atl1e_adapter::rx_ring, TX_DESC_COUNT, and atl1e_adapter::tx_ring.

◆ atl1e_remove()

static void atl1e_remove ( struct pci_device pdev)
static

Definition at line 1227 of file atl1e.c.

1228 {
1229  struct net_device *netdev = pci_get_drvdata(pdev);
1230  struct atl1e_adapter *adapter = netdev->priv;
1231 
1233  atl1e_free_ring_resources(adapter);
1234  atl1e_force_ps(&adapter->hw);
1236  netdev_put(netdev);
1237 }
void atl1e_force_ps(struct atl1e_hw *hw)
Definition: atl1e.c:1324
static void netdev_put(struct net_device *netdev)
Drop reference to network device.
Definition: netdevice.h:572
void * priv
Driver private data.
Definition: netdevice.h:431
static struct net_device * netdev
Definition: gdbudp.c:52
void unregister_netdev(struct net_device *netdev)
Unregister network device.
Definition: netdevice.c:941
struct atl1e_hw hw
Definition: atl1e.h:225
A network device.
Definition: netdevice.h:352
static void netdev_nullify(struct net_device *netdev)
Stop using a network device.
Definition: netdevice.h:528
static void * pci_get_drvdata(struct pci_device *pci)
Get PCI driver-private data.
Definition: pci.h:369
static void atl1e_free_ring_resources(struct atl1e_adapter *adapter)
Definition: atl1e.c:367

References atl1e_force_ps(), atl1e_free_ring_resources(), atl1e_adapter::hw, netdev, netdev_nullify(), netdev_put(), pci_get_drvdata(), net_device::priv, and unregister_netdev().

◆ atl1e_check_eeprom_exist()

int atl1e_check_eeprom_exist ( struct atl1e_hw hw)

Definition at line 1252 of file atl1e.c.

1253 {
1254  u32 value;
1255 
1257  if (value & SPI_FLASH_CTRL_EN_VPD) {
1260  }
1262  return ((value & 0xFF00) == 0x6C00) ? 0 : 1;
1263 }
#define AT_READ_REGW(a, reg)
Definition: atl1e.h:259
Definition: hw.c:16
#define REG_PCIE_CAP_LIST
Definition: atl1e.h:295
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
pseudo_bit_t value[0x00020]
Definition: arbel.h:13
#define REG_SPI_FLASH_CTRL
Definition: atl1e.h:318
#define SPI_FLASH_CTRL_EN_VPD
Definition: atl1e.h:327
uint32_t u32
Definition: stdint.h:23
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References AT_READ_REG, AT_READ_REGW, AT_WRITE_REG, REG_PCIE_CAP_LIST, REG_SPI_FLASH_CTRL, SPI_FLASH_CTRL_EN_VPD, and value.

Referenced by atl1e_get_permanent_address().

◆ atl1e_hw_set_mac_addr()

void atl1e_hw_set_mac_addr ( struct atl1e_hw hw)

Definition at line 1265 of file atl1e.c.

1266 {
1267  u32 value;
1268  /*
1269  * 00-0B-6A-F6-00-DC
1270  * 0: 6AF600DC 1: 000B
1271  * low dword
1272  */
1273  value = (((u32)hw->mac_addr[2]) << 24) |
1274  (((u32)hw->mac_addr[3]) << 16) |
1275  (((u32)hw->mac_addr[4]) << 8) |
1276  (((u32)hw->mac_addr[5])) ;
1278  /* hight dword */
1279  value = (((u32)hw->mac_addr[0]) << 8) |
1280  (((u32)hw->mac_addr[1])) ;
1282 }
Definition: hw.c:16
#define u32
Definition: vga.h:21
pseudo_bit_t value[0x00020]
Definition: arbel.h:13
#define AT_WRITE_REG_ARRAY(a, reg, offset, value)
Definition: atl1e.h:262
uint32_t u32
Definition: stdint.h:23
#define REG_MAC_STA_ADDR
Definition: atl1e.h:557

References AT_WRITE_REG_ARRAY, REG_MAC_STA_ADDR, u32, and value.

Referenced by atl1e_configure().

◆ atl1e_get_permanent_address()

static int atl1e_get_permanent_address ( struct atl1e_hw hw)
static

Definition at line 1288 of file atl1e.c.

1289 {
1290  union {
1291  u32 dword[2];
1292  u8 byte[8];
1293  } hw_addr;
1294  u32 i;
1295  u32 twsi_ctrl_data;
1296  u8 eth_addr[ETH_ALEN];
1297 
1298  if (!atl1e_check_eeprom_exist(hw)) {
1299  /* eeprom exist */
1300  twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL);
1301  twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART;
1302  AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data);
1303  for (i = 0; i < AT_TWSI_EEPROM_TIMEOUT; i++) {
1304  mdelay(10);
1305  twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL);
1306  if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0)
1307  break;
1308  }
1309  if (i >= AT_TWSI_EEPROM_TIMEOUT)
1310  return AT_ERR_TIMEOUT;
1311  }
1312 
1313  /* maybe MAC-address is from BIOS */
1314  hw_addr.dword[0] = AT_READ_REG(hw, REG_MAC_STA_ADDR);
1315  hw_addr.dword[1] = AT_READ_REG(hw, REG_MAC_STA_ADDR + 4);
1316  for (i = 0; i < ETH_ALEN; i++) {
1317  eth_addr[ETH_ALEN - i - 1] = hw_addr.byte[i];
1318  }
1319 
1320  memcpy(hw->perm_mac_addr, eth_addr, ETH_ALEN);
1321  return 0;
1322 }
#define TWSI_CTRL_SW_LDSTART
Definition: atl1e.h:369
Definition: hw.c:16
#define AT_TWSI_EEPROM_TIMEOUT
Definition: atl1e.h:70
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
void * memcpy(void *dest, const void *src, size_t len) __nonnull
int atl1e_check_eeprom_exist(struct atl1e_hw *hw)
Definition: atl1e.c:1252
#define REG_TWSI_CTRL
Definition: atl1e.h:364
#define ETH_ALEN
Definition: if_ether.h:8
#define AT_ERR_TIMEOUT
Definition: atl1e.h:65
void mdelay(unsigned long msecs)
Delay for a fixed number of milliseconds.
Definition: timer.c:78
unsigned long int dword
Definition: smc9000.h:40
uint8_t u8
Definition: stdint.h:19
uint32_t u32
Definition: stdint.h:23
#define REG_MAC_STA_ADDR
Definition: atl1e.h:557
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References AT_ERR_TIMEOUT, AT_READ_REG, AT_TWSI_EEPROM_TIMEOUT, AT_WRITE_REG, atl1e_check_eeprom_exist(), ETH_ALEN, mdelay(), memcpy(), REG_MAC_STA_ADDR, REG_TWSI_CTRL, and TWSI_CTRL_SW_LDSTART.

Referenced by atl1e_read_mac_addr().

◆ atl1e_force_ps()

void atl1e_force_ps ( struct atl1e_hw hw)

Definition at line 1324 of file atl1e.c.

1325 {
1328 }
#define GPHY_CTRL_EXT_RESET
Definition: atl1e.h:422
#define REG_GPHY_CTRL
Definition: atl1e.h:421
#define AT_WRITE_REGW(a, reg, value)
Definition: atl1e.h:256
#define GPHY_CTRL_PW_WOL_DIS
Definition: atl1e.h:443
Definition: hw.c:16

References AT_WRITE_REGW, GPHY_CTRL_EXT_RESET, GPHY_CTRL_PW_WOL_DIS, and REG_GPHY_CTRL.

Referenced by atl1e_remove().

◆ atl1e_read_mac_addr()

int atl1e_read_mac_addr ( struct atl1e_hw hw)

Definition at line 1335 of file atl1e.c.

1336 {
1337  int err = 0;
1338 
1340  if (err)
1341  return AT_ERR_EEPROM;
1342  memcpy(hw->mac_addr, hw->perm_mac_addr, sizeof(hw->perm_mac_addr));
1343  return 0;
1344 }
Definition: hw.c:16
#define AT_ERR_EEPROM
Definition: atl1e.h:57
void * memcpy(void *dest, const void *src, size_t len) __nonnull
static int atl1e_get_permanent_address(struct atl1e_hw *hw)
Definition: atl1e.c:1288

References AT_ERR_EEPROM, atl1e_get_permanent_address(), and memcpy().

Referenced by atl1e_probe().

◆ atl1e_read_phy_reg()

int atl1e_read_phy_reg ( struct atl1e_hw hw,
u16  reg_addr,
u16 phy_data 
)

Definition at line 1351 of file atl1e.c.

1352 {
1353  u32 val;
1354  int i;
1355 
1356  val = ((u32)(reg_addr & MDIO_REG_ADDR_MASK)) << MDIO_REG_ADDR_SHIFT |
1359 
1361 
1362  wmb();
1363 
1364  for (i = 0; i < MDIO_WAIT_TIMES; i++) {
1365  udelay(2);
1367  if (!(val & (MDIO_START | MDIO_BUSY)))
1368  break;
1369  wmb();
1370  }
1371  if (!(val & (MDIO_START | MDIO_BUSY))) {
1372  *phy_data = (u16)val;
1373  return 0;
1374  }
1375 
1376  return AT_ERR_PHY;
1377 }
#define u16
Definition: vga.h:20
wmb()
#define MDIO_REG_ADDR_SHIFT
Definition: atl1e.h:472
#define MDIO_BUSY
Definition: atl1e.h:484
#define MDIO_SUP_PREAMBLE
Definition: atl1e.h:474
#define REG_MDIO_CTRL
Definition: atl1e.h:468
Definition: hw.c:16
#define AT_ERR_PHY
Definition: atl1e.h:58
#define MDIO_REG_ADDR_MASK
Definition: atl1e.h:471
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
#define u32
Definition: vga.h:21
void udelay(unsigned long usecs)
Delay for a fixed number of microseconds.
Definition: timer.c:60
#define MDIO_RW
Definition: atl1e.h:473
#define MDIO_WAIT_TIMES
Definition: atl1e.h:486
void __asmcall int val
Definition: setjmp.h:28
#define MDIO_CLK_SEL_SHIFT
Definition: atl1e.h:476
#define MDIO_START
Definition: atl1e.h:475
#define MDIO_CLK_25_4
Definition: atl1e.h:477
uint32_t u32
Definition: stdint.h:23
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References AT_ERR_PHY, AT_READ_REG, AT_WRITE_REG, MDIO_BUSY, MDIO_CLK_25_4, MDIO_CLK_SEL_SHIFT, MDIO_REG_ADDR_MASK, MDIO_REG_ADDR_SHIFT, MDIO_RW, MDIO_START, MDIO_SUP_PREAMBLE, MDIO_WAIT_TIMES, REG_MDIO_CTRL, u16, u32, udelay(), val, and wmb().

Referenced by atl1e_check_link(), atl1e_clear_phy_int(), atl1e_get_speed_and_duplex(), and atl1e_mdio_read().

◆ atl1e_write_phy_reg()

int atl1e_write_phy_reg ( struct atl1e_hw hw,
u32  reg_addr,
u16  phy_data 
)

Definition at line 1385 of file atl1e.c.

1386 {
1387  int i;
1388  u32 val;
1389 
1390  val = ((u32)(phy_data & MDIO_DATA_MASK)) << MDIO_DATA_SHIFT |
1391  (reg_addr&MDIO_REG_ADDR_MASK) << MDIO_REG_ADDR_SHIFT |
1393  MDIO_START |
1395 
1397  wmb();
1398 
1399  for (i = 0; i < MDIO_WAIT_TIMES; i++) {
1400  udelay(2);
1402  if (!(val & (MDIO_START | MDIO_BUSY)))
1403  break;
1404  wmb();
1405  }
1406 
1407  if (!(val & (MDIO_START | MDIO_BUSY)))
1408  return 0;
1409 
1410  return AT_ERR_PHY;
1411 }
wmb()
#define MDIO_REG_ADDR_SHIFT
Definition: atl1e.h:472
#define MDIO_BUSY
Definition: atl1e.h:484
#define MDIO_SUP_PREAMBLE
Definition: atl1e.h:474
#define REG_MDIO_CTRL
Definition: atl1e.h:468
Definition: hw.c:16
#define AT_ERR_PHY
Definition: atl1e.h:58
#define MDIO_REG_ADDR_MASK
Definition: atl1e.h:471
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
#define MDIO_DATA_MASK
Definition: atl1e.h:469
#define u32
Definition: vga.h:21
void udelay(unsigned long usecs)
Delay for a fixed number of microseconds.
Definition: timer.c:60
#define MDIO_WAIT_TIMES
Definition: atl1e.h:486
#define MDIO_DATA_SHIFT
Definition: atl1e.h:470
void __asmcall int val
Definition: setjmp.h:28
#define MDIO_CLK_SEL_SHIFT
Definition: atl1e.h:476
#define MDIO_START
Definition: atl1e.h:475
#define MDIO_CLK_25_4
Definition: atl1e.h:477
uint32_t u32
Definition: stdint.h:23
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References AT_ERR_PHY, AT_READ_REG, AT_WRITE_REG, MDIO_BUSY, MDIO_CLK_25_4, MDIO_CLK_SEL_SHIFT, MDIO_DATA_MASK, MDIO_DATA_SHIFT, MDIO_REG_ADDR_MASK, MDIO_REG_ADDR_SHIFT, MDIO_START, MDIO_SUP_PREAMBLE, MDIO_WAIT_TIMES, REG_MDIO_CTRL, u32, udelay(), val, and wmb().

Referenced by atl1e_mdio_write(), atl1e_phy_commit(), atl1e_phy_init(), atl1e_phy_setup_autoneg_adv(), and atl1e_restart_autoneg().

◆ atl1e_init_pcie()

static void atl1e_init_pcie ( struct atl1e_hw hw)
static

Definition at line 1416 of file atl1e.c.

1417 {
1418  u32 value;
1419  /* comment 2lines below to save more power when sususpend
1420  value = LTSSM_TEST_MODE_DEF;
1421  AT_WRITE_REG(hw, REG_LTSSM_TEST_MODE, value);
1422  */
1423 
1424  /* pcie flow control mode change */
1425  value = AT_READ_REG(hw, 0x1008);
1426  value |= 0x8000;
1427  AT_WRITE_REG(hw, 0x1008, value);
1428 }
Definition: hw.c:16
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
pseudo_bit_t value[0x00020]
Definition: arbel.h:13
uint32_t u32
Definition: stdint.h:23
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References AT_READ_REG, AT_WRITE_REG, and value.

Referenced by atl1e_init_hw().

◆ atl1e_phy_setup_autoneg_adv()

static int atl1e_phy_setup_autoneg_adv ( struct atl1e_hw hw)
static

Definition at line 1434 of file atl1e.c.

1435 {
1436  s32 ret_val;
1437  u16 mii_autoneg_adv_reg;
1438  u16 mii_1000t_ctrl_reg;
1439 
1440  if (0 != hw->mii_autoneg_adv_reg)
1441  return 0;
1442  /* Read the MII Auto-Neg Advertisement Register (Address 4/9). */
1443  mii_autoneg_adv_reg = MII_AR_DEFAULT_CAP_MASK;
1444  mii_1000t_ctrl_reg = MII_AT001_CR_1000T_DEFAULT_CAP_MASK;
1445 
1446  /*
1447  * First we clear all the 10/100 mb speed bits in the Auto-Neg
1448  * Advertisement Register (Address 4) and the 1000 mb speed bits in
1449  * the 1000Base-T control Register (Address 9).
1450  */
1451  mii_autoneg_adv_reg &= ~MII_AR_SPEED_MASK;
1452  mii_1000t_ctrl_reg &= ~MII_AT001_CR_1000T_SPEED_MASK;
1453 
1454  /* Assume auto-detect media type */
1455  mii_autoneg_adv_reg |= (MII_AR_10T_HD_CAPS |
1459  if (hw->nic_type == athr_l1e) {
1460  mii_1000t_ctrl_reg |= MII_AT001_CR_1000T_FD_CAPS;
1461  }
1462 
1463  /* flow control fixed to enable all */
1464  mii_autoneg_adv_reg |= (MII_AR_ASM_DIR | MII_AR_PAUSE);
1465 
1466  hw->mii_autoneg_adv_reg = mii_autoneg_adv_reg;
1467  hw->mii_1000t_ctrl_reg = mii_1000t_ctrl_reg;
1468 
1469  ret_val = atl1e_write_phy_reg(hw, MII_ADVERTISE, mii_autoneg_adv_reg);
1470  if (ret_val)
1471  return ret_val;
1472 
1473  if (hw->nic_type == athr_l1e || hw->nic_type == athr_l2e_revA) {
1474  ret_val = atl1e_write_phy_reg(hw, MII_AT001_CR,
1475  mii_1000t_ctrl_reg);
1476  if (ret_val)
1477  return ret_val;
1478  }
1479 
1480  return 0;
1481 }
#define MII_ADVERTISE
Definition: atl1e.h:875
uint16_t u16
Definition: stdint.h:21
int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data)
Definition: atl1e.c:1385
#define MII_AR_DEFAULT_CAP_MASK
Definition: atl1e.h:958
int32_t s32
Definition: stdint.h:22
#define MII_AT001_CR_1000T_FD_CAPS
Definition: atl1e.h:962
#define MII_AR_100TX_FD_CAPS
Definition: atl1e.h:951
Definition: hw.c:16
#define MII_AT001_CR
Definition: atl1e.h:878
#define MII_AT001_CR_1000T_SPEED_MASK
Definition: atl1e.h:974
#define MII_AR_SPEED_MASK
Definition: atl1e.h:957
#define MII_AR_PAUSE
Definition: atl1e.h:953
#define MII_AR_ASM_DIR
Definition: atl1e.h:954
#define MII_AR_100TX_HD_CAPS
Definition: atl1e.h:950
#define MII_AR_10T_HD_CAPS
Definition: atl1e.h:948
#define MII_AT001_CR_1000T_DEFAULT_CAP_MASK
Definition: atl1e.h:975
#define MII_AR_10T_FD_CAPS
Definition: atl1e.h:949

References athr_l1e, athr_l2e_revA, atl1e_write_phy_reg(), MII_ADVERTISE, MII_AR_100TX_FD_CAPS, MII_AR_100TX_HD_CAPS, MII_AR_10T_FD_CAPS, MII_AR_10T_HD_CAPS, MII_AR_ASM_DIR, MII_AR_DEFAULT_CAP_MASK, MII_AR_PAUSE, MII_AR_SPEED_MASK, MII_AT001_CR, MII_AT001_CR_1000T_DEFAULT_CAP_MASK, MII_AT001_CR_1000T_FD_CAPS, and MII_AT001_CR_1000T_SPEED_MASK.

Referenced by atl1e_phy_init().

◆ atl1e_phy_commit()

int atl1e_phy_commit ( struct atl1e_hw hw)

Definition at line 1491 of file atl1e.c.

1492 {
1493  int ret_val;
1494  u16 phy_data;
1495 
1497 
1498  ret_val = atl1e_write_phy_reg(hw, MII_BMCR, phy_data);
1499  if (ret_val) {
1500  u32 val;
1501  int i;
1502  /**************************************
1503  * pcie serdes link may be down !
1504  **************************************/
1505  for (i = 0; i < 25; i++) {
1506  mdelay(1);
1508  if (!(val & (MDIO_START | MDIO_BUSY)))
1509  break;
1510  }
1511 
1512  if (0 != (val & (MDIO_START | MDIO_BUSY))) {
1513  DBG("atl1e: PCI-E link down for at least 25ms\n");
1514  return ret_val;
1515  }
1516 
1517  DBG("atl1e: PCI-E link up after %d ms\n", i);
1518  }
1519  return 0;
1520 }
uint16_t u16
Definition: stdint.h:21
#define MII_CR_RESTART_AUTO_NEG
Definition: atl1e.h:903
int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data)
Definition: atl1e.c:1385
#define MDIO_BUSY
Definition: atl1e.h:484
#define MII_CR_RESET
Definition: atl1e.h:909
#define REG_MDIO_CTRL
Definition: atl1e.h:468
Definition: hw.c:16
#define MII_BMCR
Definition: atl1e.h:871
void __asmcall int val
Definition: setjmp.h:28
void mdelay(unsigned long msecs)
Delay for a fixed number of milliseconds.
Definition: timer.c:78
#define MII_CR_AUTO_NEG_EN
Definition: atl1e.h:906
#define DBG(...)
Print a debugging message.
Definition: compiler.h:498
#define MDIO_START
Definition: atl1e.h:475
uint32_t u32
Definition: stdint.h:23
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References AT_READ_REG, atl1e_write_phy_reg(), DBG, mdelay(), MDIO_BUSY, MDIO_START, MII_BMCR, MII_CR_AUTO_NEG_EN, MII_CR_RESET, MII_CR_RESTART_AUTO_NEG, REG_MDIO_CTRL, and val.

Referenced by atl1e_phy_init().

◆ atl1e_phy_init()

int atl1e_phy_init ( struct atl1e_hw hw)

Definition at line 1522 of file atl1e.c.

1523 {
1524  s32 ret_val;
1525  u16 phy_val;
1526 
1527  if (hw->phy_configured) {
1528  if (hw->re_autoneg) {
1529  hw->re_autoneg = 0;
1530  return atl1e_restart_autoneg(hw);
1531  }
1532  return 0;
1533  }
1534 
1535  /* RESET GPHY Core */
1537  mdelay(2);
1540  mdelay(2);
1541 
1542  /* patches */
1543  /* p1. eable hibernation mode */
1544  ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0xB);
1545  if (ret_val)
1546  return ret_val;
1547  ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0xBC00);
1548  if (ret_val)
1549  return ret_val;
1550  /* p2. set Class A/B for all modes */
1551  ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0);
1552  if (ret_val)
1553  return ret_val;
1554  phy_val = 0x02ef;
1555  /* remove Class AB */
1556  /* phy_val = hw->emi_ca ? 0x02ef : 0x02df; */
1557  ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, phy_val);
1558  if (ret_val)
1559  return ret_val;
1560  /* p3. 10B ??? */
1561  ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x12);
1562  if (ret_val)
1563  return ret_val;
1564  ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0x4C04);
1565  if (ret_val)
1566  return ret_val;
1567  /* p4. 1000T power */
1568  ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x4);
1569  if (ret_val)
1570  return ret_val;
1571  ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0x8BBB);
1572  if (ret_val)
1573  return ret_val;
1574 
1575  ret_val = atl1e_write_phy_reg(hw, MII_DBG_ADDR, 0x5);
1576  if (ret_val)
1577  return ret_val;
1578  ret_val = atl1e_write_phy_reg(hw, MII_DBG_DATA, 0x2C46);
1579  if (ret_val)
1580  return ret_val;
1581 
1582  mdelay(1);
1583 
1584  /*Enable PHY LinkChange Interrupt */
1585  ret_val = atl1e_write_phy_reg(hw, MII_INT_CTRL, 0xC00);
1586  if (ret_val) {
1587  DBG("atl1e: Error enable PHY linkChange Interrupt\n");
1588  return ret_val;
1589  }
1590  /* setup AutoNeg parameters */
1591  ret_val = atl1e_phy_setup_autoneg_adv(hw);
1592  if (ret_val) {
1593  DBG("atl1e: Error Setting up Auto-Negotiation\n");
1594  return ret_val;
1595  }
1596  /* SW.Reset & En-Auto-Neg to restart Auto-Neg*/
1597  DBG("atl1e: Restarting Auto-Neg");
1598  ret_val = atl1e_phy_commit(hw);
1599  if (ret_val) {
1600  DBG("atl1e: Error Resetting the phy");
1601  return ret_val;
1602  }
1603 
1604  hw->phy_configured = 1;
1605 
1606  return 0;
1607 }
uint16_t u16
Definition: stdint.h:21
#define MII_INT_CTRL
Definition: atl1e.h:883
int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data)
Definition: atl1e.c:1385
#define GPHY_CTRL_EXT_RESET
Definition: atl1e.h:422
int32_t s32
Definition: stdint.h:22
#define REG_GPHY_CTRL
Definition: atl1e.h:421
#define AT_WRITE_REGW(a, reg, value)
Definition: atl1e.h:256
int atl1e_phy_commit(struct atl1e_hw *hw)
Definition: atl1e.c:1491
Definition: hw.c:16
static int atl1e_phy_setup_autoneg_adv(struct atl1e_hw *hw)
Definition: atl1e.c:1434
#define GPHY_CTRL_DEFAULT
Definition: atl1e.h:437
#define MII_DBG_DATA
Definition: atl1e.h:896
#define MII_DBG_ADDR
Definition: atl1e.h:895
void mdelay(unsigned long msecs)
Delay for a fixed number of milliseconds.
Definition: timer.c:78
int atl1e_restart_autoneg(struct atl1e_hw *hw)
Definition: atl1e.c:1729
#define DBG(...)
Print a debugging message.
Definition: compiler.h:498

References AT_WRITE_REGW, atl1e_phy_commit(), atl1e_phy_setup_autoneg_adv(), atl1e_restart_autoneg(), atl1e_write_phy_reg(), DBG, GPHY_CTRL_DEFAULT, GPHY_CTRL_EXT_RESET, mdelay(), MII_DBG_ADDR, MII_DBG_DATA, MII_INT_CTRL, and REG_GPHY_CTRL.

Referenced by atl1e_init_hw(), and atl1e_probe().

◆ atl1e_reset_hw()

s32 atl1e_reset_hw ( struct atl1e_hw hw)

Definition at line 1614 of file atl1e.c.

1615 {
1616  struct atl1e_adapter *adapter = hw->adapter;
1617  struct pci_device *pdev = adapter->pdev;
1618  int timeout = 0;
1619  u32 idle_status_data = 0;
1620  u16 pci_cfg_cmd_word = 0;
1621 
1622  /* Workaround for PCI problem when BIOS sets MMRBC incorrectly. */
1623  pci_read_config_word(pdev, PCI_COMMAND, &pci_cfg_cmd_word);
1624  if ((pci_cfg_cmd_word & (PCI_COMMAND_IO | PCI_COMMAND_MEM |
1627  PCI_COMMAND_MASTER)) {
1628  pci_cfg_cmd_word |= (PCI_COMMAND_IO | PCI_COMMAND_MEM |
1630  pci_write_config_word(pdev, PCI_COMMAND, pci_cfg_cmd_word);
1631  }
1632 
1633  /*
1634  * Issue Soft Reset to the MAC. This will reset the chip's
1635  * transmit, receive, DMA. It will not effect
1636  * the current PCI configuration. The global reset bit is self-
1637  * clearing, and should clear within a microsecond.
1638  */
1641  wmb();
1642  mdelay(1);
1643 
1644  /* Wait at least 10ms for All module to be Idle */
1645  for (timeout = 0; timeout < AT_HW_MAX_IDLE_DELAY; timeout++) {
1646  idle_status_data = AT_READ_REG(hw, REG_IDLE_STATUS);
1647  if (idle_status_data == 0)
1648  break;
1649  mdelay(1);
1650  }
1651 
1652  if (timeout >= AT_HW_MAX_IDLE_DELAY) {
1653  DBG("atl1e: MAC reset timeout\n");
1654  return AT_ERR_TIMEOUT;
1655  }
1656 
1657  return 0;
1658 }
uint16_t u16
Definition: stdint.h:21
wmb()
int pci_write_config_word(struct pci_device *pci, unsigned int where, uint16_t value)
Write 16-bit word to PCI configuration space.
#define REG_IDLE_STATUS
Definition: atl1e.h:457
int pci_read_config_word(struct pci_device *pci, unsigned int where, uint16_t *value)
Read 16-bit word from PCI configuration space.
#define PCI_COMMAND
PCI command.
Definition: pci.h:25
Definition: hw.c:16
#define PCI_COMMAND_MASTER
Bus master.
Definition: pci.h:28
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
#define PCI_COMMAND_IO
I/O space.
Definition: pci.h:26
A PCI device.
Definition: pci.h:206
#define MASTER_CTRL_SOFT_RST
Definition: atl1e.h:400
#define AT_HW_MAX_IDLE_DELAY
Definition: atl1e.h:71
struct pci_device * pdev
Definition: atl1e.h:223
#define AT_ERR_TIMEOUT
Definition: atl1e.h:65
void mdelay(unsigned long msecs)
Delay for a fixed number of milliseconds.
Definition: timer.c:78
#define REG_MASTER_CTRL
Definition: atl1e.h:399
#define MASTER_CTRL_LED_MODE
Definition: atl1e.h:406
void timeout(int)
#define PCI_COMMAND_MEM
Memory space.
Definition: pci.h:27
#define DBG(...)
Print a debugging message.
Definition: compiler.h:498
uint32_t u32
Definition: stdint.h:23
#define AT_READ_REG(a, reg)
Definition: atl1e.h:247

References AT_ERR_TIMEOUT, AT_HW_MAX_IDLE_DELAY, AT_READ_REG, AT_WRITE_REG, DBG, MASTER_CTRL_LED_MODE, MASTER_CTRL_SOFT_RST, mdelay(), PCI_COMMAND, PCI_COMMAND_IO, PCI_COMMAND_MASTER, PCI_COMMAND_MEM, pci_read_config_word(), pci_write_config_word(), atl1e_adapter::pdev, REG_IDLE_STATUS, REG_MASTER_CTRL, timeout(), and wmb().

Referenced by atl1e_down(), atl1e_open(), and atl1e_probe().

◆ atl1e_init_hw()

int atl1e_init_hw ( struct atl1e_hw hw)

Definition at line 1670 of file atl1e.c.

1671 {
1672  s32 ret_val = 0;
1673 
1675 
1676  /* Zero out the Multicast HASH table */
1677  /* clear the old settings from the multicast hash table */
1680 
1681  ret_val = atl1e_phy_init(hw);
1682 
1683  return ret_val;
1684 }
int32_t s32
Definition: stdint.h:22
Definition: hw.c:16
#define AT_WRITE_REG(a, reg, value)
Definition: atl1e.h:241
int atl1e_phy_init(struct atl1e_hw *hw)
Definition: atl1e.c:1522
#define AT_WRITE_REG_ARRAY(a, reg, offset, value)
Definition: atl1e.h:262
#define REG_RX_HASH_TABLE
Definition: atl1e.h:560
static void atl1e_init_pcie(struct atl1e_hw *hw)
Definition: atl1e.c:1416

References AT_WRITE_REG, AT_WRITE_REG_ARRAY, atl1e_init_pcie(), atl1e_phy_init(), and REG_RX_HASH_TABLE.

Referenced by atl1e_up().

◆ atl1e_get_speed_and_duplex()

int atl1e_get_speed_and_duplex ( struct atl1e_hw hw,
u16 speed,
u16 duplex 
)

Definition at line 1693 of file atl1e.c.

1694 {
1695  int err;
1696  u16 phy_data;
1697 
1698  /* Read PHY Specific Status Register (17) */
1699  err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data);
1700  if (err)
1701  return err;
1702 
1703  if (!(phy_data & MII_AT001_PSSR_SPD_DPLX_RESOLVED))
1704  return AT_ERR_PHY_RES;
1705 
1706  switch (phy_data & MII_AT001_PSSR_SPEED) {
1708  *speed = SPEED_1000;
1709  break;
1710  case MII_AT001_PSSR_100MBS:
1711  *speed = SPEED_100;
1712  break;
1713  case MII_AT001_PSSR_10MBS:
1714  *speed = SPEED_10;
1715  break;
1716  default:
1717  return AT_ERR_PHY_SPEED;
1718  break;
1719  }
1720 
1721  if (phy_data & MII_AT001_PSSR_DPLX)
1722  *duplex = FULL_DUPLEX;
1723  else
1724  *duplex = HALF_DUPLEX;
1725 
1726  return 0;
1727 }
#define SPEED_1000
Definition: atl1e.h:52
uint16_t u16
Definition: stdint.h:21
#define MII_AT001_PSSR_DPLX
Definition: atl1e.h:1026
#define AT_ERR_PHY_SPEED
Definition: atl1e.h:63
#define MII_AT001_PSSR
Definition: atl1e.h:882
#define SPEED_10
Definition: atl1e.h:50
Definition: hw.c:16
#define SPEED_100
Definition: atl1e.h:51
#define MII_AT001_PSSR_1000MBS
Definition: atl1e.h:1030
#define MII_AT001_PSSR_100MBS
Definition: atl1e.h:1029
int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data)
Definition: atl1e.c:1351
duplex
Definition: nic.h:40
#define MII_AT001_PSSR_SPEED
Definition: atl1e.h:1027
#define MII_AT001_PSSR_SPD_DPLX_RESOLVED
Definition: atl1e.h:1025
#define MII_AT001_PSSR_10MBS
Definition: atl1e.h:1028
#define AT_ERR_PHY_RES
Definition: atl1e.h:64

References AT_ERR_PHY_RES, AT_ERR_PHY_SPEED, atl1e_read_phy_reg(), FULL_DUPLEX, HALF_DUPLEX, MII_AT001_PSSR, MII_AT001_PSSR_1000MBS, MII_AT001_PSSR_100MBS, MII_AT001_PSSR_10MBS, MII_AT001_PSSR_DPLX, MII_AT001_PSSR_SPD_DPLX_RESOLVED, MII_AT001_PSSR_SPEED, SPEED_10, SPEED_100, and SPEED_1000.

Referenced by atl1e_check_link().

◆ atl1e_restart_autoneg()

int atl1e_restart_autoneg ( struct atl1e_hw hw)

Definition at line 1729 of file atl1e.c.

1730 {
1731  int err = 0;
1732 
1733  err = atl1e_write_phy_reg(hw, MII_ADVERTISE, hw->mii_autoneg_adv_reg);
1734  if (err)
1735  return err;
1736 
1737  if (hw->nic_type == athr_l1e || hw->nic_type == athr_l2e_revA) {
1739  hw->mii_1000t_ctrl_reg);
1740  if (err)
1741  return err;
1742  }
1743 
1747  return err;
1748 }
#define MII_ADVERTISE
Definition: atl1e.h:875
#define MII_CR_RESTART_AUTO_NEG
Definition: atl1e.h:903
int atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data)
Definition: atl1e.c:1385
#define MII_CR_RESET
Definition: atl1e.h:909
Definition: hw.c:16
#define MII_AT001_CR
Definition: atl1e.h:878
#define MII_BMCR
Definition: atl1e.h:871
#define MII_CR_AUTO_NEG_EN
Definition: atl1e.h:906

References athr_l1e, athr_l2e_revA, atl1e_write_phy_reg(), MII_ADVERTISE, MII_AT001_CR, MII_BMCR, MII_CR_AUTO_NEG_EN, MII_CR_RESET, and MII_CR_RESTART_AUTO_NEG.

Referenced by atl1e_phy_init(), and atl1e_probe().

Variable Documentation

◆ atl1e_pci_tbl

struct pci_device_id atl1e_pci_tbl[]
static
Initial value:
= {
PCI_ROM(0x1969, 0x1026, "atl1e_26", "Attansic L1E 0x1026", 0),
PCI_ROM(0x1969, 0x1066, "atl1e_66", "Attansic L1E 0x1066", 0),
}
#define PCI_ROM(_vendor, _device, _name, _description, _data)
Definition: pci.h:303

Definition at line 59 of file atl1e.c.

◆ atl1e_rx_page_vld_regs

const u16 atl1e_rx_page_vld_regs[AT_PAGE_NUM_PER_QUEUE]
static
Initial value:
=
{
}
#define REG_HOST_RXF0_PAGE1_VLD
Definition: atl1e.h:773
#define REG_HOST_RXF0_PAGE0_VLD
Definition: atl1e.h:769

Definition at line 67 of file atl1e.c.

Referenced by atl1e_clean_rx_irq(), and atl1e_configure_des_ring().

◆ atl1e_rx_page_lo_addr_regs

const u16 atl1e_rx_page_lo_addr_regs[AT_PAGE_NUM_PER_QUEUE]
static
Initial value:
=
{
}
#define REG_HOST_RXF0_PAGE0_LO
Definition: atl1e.h:635
#define REG_HOST_RXF0_PAGE1_LO
Definition: atl1e.h:636

Definition at line 73 of file atl1e.c.

Referenced by atl1e_configure_des_ring().

◆ atl1e_rx_page_write_offset_regs

const u16 atl1e_rx_page_write_offset_regs[AT_PAGE_NUM_PER_QUEUE]
static
Initial value:
=
{
}
#define REG_HOST_RXF0_MB1_LO
Definition: atl1e.h:853
#define REG_HOST_RXF0_MB0_LO
Definition: atl1e.h:852

Definition at line 79 of file atl1e.c.

Referenced by atl1e_configure_des_ring().

◆ atl1e_pay_load_size

const u16 atl1e_pay_load_size[]
static
Initial value:
= {
128, 256, 512, 1024, 2048, 4096,
}

Definition at line 84 of file atl1e.c.

Referenced by atl1e_configure_tx().

◆ atl1e_netdev_ops

struct net_device_operations atl1e_netdev_ops
static
Initial value:
= {
.open = atl1e_open,
.close = atl1e_close,
.transmit = atl1e_xmit_frame,
.poll = atl1e_poll,
.irq = atl1e_irq,
}
void atl1e_irq(struct net_device *netdev, int enable)
Definition: atl1e.c:1014
static int atl1e_open(struct net_device *netdev)
Definition: atl1e.c:1052
static void atl1e_poll(struct net_device *netdev)
Definition: atl1e.c:842
static void atl1e_close(struct net_device *netdev)
Definition: atl1e.c:1087
static int atl1e_xmit_frame(struct net_device *netdev, struct io_buffer *iob)
Definition: atl1e.c:964

Definition at line 1095 of file atl1e.c.

Referenced by atl1e_init_netdev().

◆ __pci_driver

struct pci_driver atl1e_driver __pci_driver
Initial value:
= {
.ids = atl1e_pci_tbl,
.id_count = (sizeof(atl1e_pci_tbl) / sizeof(atl1e_pci_tbl[0])),
.probe = atl1e_probe,
}
static struct pci_device_id atl1e_pci_tbl[]
Definition: atl1e.c:59
static int atl1e_probe(struct pci_device *pdev)
Definition: atl1e.c:1122
static struct xen_remove_from_physmap * remove
Definition: xenmem.h:39
static void atl1e_remove(struct pci_device *pdev)
Definition: atl1e.c:1227

Definition at line 1239 of file atl1e.c.