Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_ether.c53 struct eth_dev { struct
56 spinlock_t lock;
57 struct gether *port_usb;
59 struct net_device *net;
60 struct usb_gadget *gadget;
62 spinlock_t req_lock; /* guard {rx,tx}_reqs */
63 struct list_head tx_reqs, rx_reqs;
64 atomic_t tx_qlen;
66 struct sk_buff_head rx_frames;
68 unsigned qmult;
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dether.c104 struct eth_dev { struct
117 struct eth_device *net; argument
119 struct udevice *net;
121 struct net_device_stats stats;
122 unsigned int tx_qlen;
146 struct eth_dev ethdev; argument
/OK3568_Linux_fs/u-boot/drivers/net/
H A Deth-phy-uclass.c17 int eth_phy_binds_nodes(struct udevice *eth_dev) in eth_phy_binds_nodes()
49 int eth_phy_set_mdio_bus(struct udevice *eth_dev, struct mii_dev *mdio_bus) in eth_phy_set_mdio_bus()
67 struct mii_dev *eth_phy_get_mdio_bus(struct udevice *eth_dev) in eth_phy_get_mdio_bus()
H A Dep93xx_eth.c29 #define GET_PRIV(eth_dev) ((struct ep93xx_priv *)(eth_dev)->priv) argument
30 #define GET_REGS(eth_dev) (GET_PRIV(eth_dev)->regs) argument
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Dmc.c167 const char *propname, struct eth_device *eth_dev, in mc_fixup_mac_addr()
243 struct eth_device *eth_dev) in mc_fixup_dpl_mac_addr()
283 struct eth_device *eth_dev) in mc_fixup_dpc_mac_addr()
327 struct eth_device *eth_dev; in mc_fixup_mac_addrs() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H A Dairo_cs.c60 struct net_device *eth_dev; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/
H A Datmel_cs.c70 struct net_device *eth_dev; member
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c672 static int igb_ntuple_filter_uninit(struct rte_eth_dev *eth_dev) in igb_ntuple_filter_uninit()
696 static int igb_flex_filter_uninit(struct rte_eth_dev *eth_dev) in igb_flex_filter_uninit()
729 eth_igb_dev_init(struct rte_eth_dev *eth_dev) in eth_igb_dev_init()
919 eth_igb_dev_uninit(struct rte_eth_dev *eth_dev) in eth_igb_dev_uninit()
1157 eth_igbvf_dev_init(struct rte_eth_dev *eth_dev) in eth_igbvf_dev_init()
1254 eth_igbvf_dev_uninit(struct rte_eth_dev *eth_dev) in eth_igbvf_dev_uninit()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dmac.c64 struct platform_device *eth_dev; member