Lines Matching full:ethernet

9  * MOSCHIP MCS7830 based (7730/7830/7832) USB 2.0 Ethernet Devices
72 /* bit masks for the status byte which follows received ethernet frames */
296 * mcs7830_set_autoneg() - setup and trigger ethernet link autonegotiation
400 * of the interface callbacks can exchange ethernet frames; link negotiation is
446 * mcs7830_read_mac() - read an ethernet adapter's MAC address
448 * @enetaddr: place to put ethernet MAC address
451 * this routine fetches the MAC address stored within the ethernet adapter,
452 * and stores it in the ethernet interface's data structure
502 debug("ethernet link is down\n"); in mcs7830_init_common()
514 /* there is a status byte after the ethernet frame */ in mcs7830_send_common()
553 * one ethernet frame and a trailing status byte in mcs7830_recv_common()
584 * exchange ethernet frames
596 * @packet: ethernet frame content
597 * @length: ethernet frame length
600 * this routine send an ethernet frame out of the network interface
614 * this routine checks for available ethernet frames that the network
638 * ethernet frames exchange; in this implementation it's a NOP
646 * mcs7830_write_mac() - write an ethernet adapter's MAC address
650 * this routine takes the MAC address from the ethernet interface's data
651 * structure, and writes it into the ethernet adapter such that subsequent
652 * exchange of ethernet frames uses this address
682 * struct mcs7830_dongle - description of a supported Moschip ethernet dongle
686 * this structure describes a supported USB ethernet dongle by means of the
698 * mcs7830_dongles - the list of supported Moschip based USB ethernet dongles
711 * @ss: USB ethernet data structure to fill in upon match
715 * this ethernet driver, and upon match fills in the USB ethernet
739 debug("detected USB ethernet device: %04X:%04X\n", in mcs7830_eth_probe()
807 * @ss: USB ethernet data structure filled in at probe()
808 * @eth: ethernet interface data structure to fill in
812 * halt() callbacks with the ethernet interface, can register the
813 * optional write_hwaddr() callback with the ethernet interface,