Home
last modified time | relevance | path

Searched defs:pxa168_eth_private (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c191 struct pxa168_eth_private { struct
192 struct platform_device *pdev;
193 int port_num; /* User Ethernet port number */
194 int phy_addr;
195 int phy_speed;
196 int phy_duplex;
197 phy_interface_t phy_intf;
199 int rx_resource_err; /* Rx ring resource error flag */
202 int rx_curr_desc_q, rx_used_desc_q;
205 int tx_curr_desc_q, tx_used_desc_q;
[all …]