Home
last modified time | relevance | path

Searched refs:ftmac100_data (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/net/
Dftmac100.c22 struct ftmac100_data { struct
33 static void ftmac100_reset(struct ftmac100_data *priv) in ftmac100_reset() argument
53 static void ftmac100_set_mac(struct ftmac100_data *priv , in ftmac100_set_mac()
69 static void _ftmac100_halt(struct ftmac100_data *priv) in _ftmac100_halt()
79 static int _ftmac100_init(struct ftmac100_data *priv, unsigned char enetaddr[6]) in _ftmac100_init()
143 static int _ftmac100_free_pkt(struct ftmac100_data *priv) in _ftmac100_free_pkt()
156 static int __ftmac100_recv(struct ftmac100_data *priv) in __ftmac100_recv()
184 static int _ftmac100_send(struct ftmac100_data *priv, void *packet, int length) in _ftmac100_send()
236 struct ftmac100_data *priv = dev->priv; in ftmac100_halt()
242 struct ftmac100_data *priv = dev->priv; in ftmac100_init()
[all …]