Lines Matching refs:device
211 * @dev_instance: device instance.
259 * nps_enet_hw_reset - Reset the network device.
260 * @ndev: Pointer to the network device.
266 * is done successfully by device.
328 /* Write device MAC address to HW */
403 * nps_enet_set_mac_address - Set the MAC address for this device.
410 * returns: -EBUSY if the net device is busy or 0 if the address is set
432 * @ndev: Pointer to the network device.
458 * nps_enet_open - Open the network device.
459 * @ndev: Pointer to the network device.
464 * for the ENET device and starts the Tx queue.
483 /* Disable HW device */
494 /* Enable HW device */
504 * nps_enet_stop - Close the network device.
505 * @ndev: Pointer to the network device.
507 * This function stops the Tx queue, disables interrupts for the ENET device.
573 struct device *dev = &pdev->dev;
589 /* The EZ NET specific entries in the device structure. */