Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/eth/
H A Dlan7x.h227 int lan7x_free_pkt(struct udevice *dev, uchar *packet, int packet_len);
H A Dlan75xx.c293 .free_pkt = lan7x_free_pkt,
H A Dlan78xx.c454 .free_pkt = lan7x_free_pkt,
H A Dlan7x.c478 int lan7x_free_pkt(struct udevice *dev, uchar *packet, int packet_len) in lan7x_free_pkt() function