Lines Matching full:velocity

77 #include "via-velocity.h"
98 * @regs: register block for this velocity
126 * @regs: register block for this velocity
169 * @regs: register block of this velocity
224 * @regs: register block of this velocity
256 MODULE_DESCRIPTION("VIA Networking Velocity Family Gigabit Ethernet Adapter Driver");
359 {CHIP_TYPE_VT6110, "VIA Networking Velocity Family Gigabit Ethernet Adapter", 1, 0x00FFFFFFUL},
380 { .compatible = "via,velocity-vt6110", .data = &chip_info_table[0] },
499 * @vptr: velocity to program
560 * @vptr: velocity we are resetting
587 * @vptr: velocity adapter
623 * @regs: velocity registers
642 * @regs: velocity registers
644 * Enable the MII link status autopoll feature on the Velocity
672 * @regs: velocity registers
707 * @regs: velocity registers
750 * @regs: velocity registers
789 * @vptr: velocity interface
824 * @vptr: velocity
872 * @vptr: velocity adapter
876 * PHY and also velocity hardware setup accordingly. In particular
895 netdev_info(vptr->netdev, "Velocity is in AUTO mode\n"); in velocity_set_media_mode()
931 "set Velocity to forced full mode\n"); in velocity_set_media_mode()
937 "set Velocity to forced half mode\n"); in velocity_set_media_mode()
982 * @vptr: velocity to report on
984 * Turn the link status of the velocity card into a kernel log
1101 * @vptr: velocity to reset
1103 * Kick off a soft reset of the velocity adapter and then poll
1133 * for a velocity adapter. Reload the CAMs with the new address
1180 * @vptr: velocity adapter
1260 * @vptr: velocity adapter
1285 * @vptr: velocity adapter
1287 * The velocity is able to suppress interrupt during high interrupt load.
1322 * @vptr: velocity to init
1473 * @vptr: Velocity to set up
1524 * @vptr: velocity
1591 * @vptr: velocity to clean up
1625 * @vptr: velocity to configure
1654 * @vptr: velocity
1683 * @vptr: Velocity to free from
1685 * Clean up the PCI ring buffers allocated to this velocity.
1724 * @vptr: velocity
1782 * @vptr: velocity
1784 * Free up the transmit ring for this particular velocity adapter.
1811 * @vptr: velocity
1901 * @vptr: Velocity
1995 * @vptr: velocity adapter
2023 * @vptr: velocity we are handling
2041 * @vptr: velocity we are handling
2100 * @vptr: velocity
2103 * Walk the receive ring of the velocity adapter and remove
2185 * Called whenever an interrupt is generated by the velocity
2266 * @vptr: velocity to deactivate
2268 * Shuts down the internal operations of the velocity and
2363 * velocity_poll_controller - Velocity Poll controller function
2425 * device in question. The velocity interface supports MII.
2461 * case of the velocity we need to pull the MIB counters from
2501 * Callback from the network layer when the velocity is being
2529 * the velocity. Returns zero on success.
2650 * @vptr: Velocity info
2667 * @vptr: velocity device
2703 * @vptr: velocity device
2732 * @vptr: velocity
2734 * Print per driver data as the kernel driver finds Velocity
2751 * velocity_probe - set up discovered velocity device
3004 * @vptr: velocity to set WOL status on
3098 * @vptr: velocity
3101 * Retrieve the current configuration from the velocity hardware
3160 * @vptr: velocity
3163 * Reload the register configuration from the velocity context
3252 .name = "via-velocity",
3702 * Called when the velocity module is loaded. The PCI driver
3704 * the probe functions for each velocity adapter installed
3728 * When the velocity hardware is unloaded this function is called.