Searched defs:pxa168_eth_private (Results 1 – 1 of 1) sorted by relevance
203 struct pxa168_eth_private { struct204 int port_num; /* User Ethernet port number */205 int phy_addr;206 int phy_speed;207 int phy_duplex;208 phy_interface_t phy_intf;210 int rx_resource_err; /* Rx ring resource error flag */213 int rx_curr_desc_q, rx_used_desc_q;216 int tx_curr_desc_q, tx_used_desc_q;218 struct rx_desc *p_rx_desc_area;[all …]