Lines Matching defs:device

17 *	Strip VLAN Tag enable/disable. Instructs the device to remove
35 * device function.
798 * @dev : device pointer.
1112 * @dev: pointer to the device structure
1277 * @dev: pointer to the device structure
1513 /* check if device is down already */
1517 /* is device reset already scheduled */
1615 /* check if device is down already */
1654 "fatal: %s: Disabling device due to"
1675 "fatal: %s: Disabling device due to"
1678 /* SOP or device reset required */
1685 "fatal: %s: Disabling device due to"
1697 "fatal: %s: Disabling device due to"
1787 * @vdev: pointer to ll device
1875 * @dev : pointer to the device structure.
2167 * @irq: the irq of the device.
2168 * @dev_id: a void pointer to the hldev structure of the Titan device
2171 * This function is the ISR handler of the device when napi is enabled. It
2690 * @dev: pointer to the device structure.
2772 /* set initial mtu before enabling the device */
3037 * @dev: device pointer.
3054 * @dev: net device pointer.
3055 * @new_mtu :the new MTU size for the device.
3057 * A driver entry point to change MTU size for the device. Before changing
3058 * the MTU the device must be stopped.
3067 /* check if device is down already */
3072 "%s", "device is down on MTU change");
3099 * @dev: pointer to the device structure
3272 * @dev: pointer to net device structure
3296 * @dev: net device pointer.
3322 * @dev: net device pointer.
3326 * Remove the vlan id from the device's vlan id table
3389 "%s : device allocation failed", __func__);
3456 "%s: %s : device registration failed!",
3471 "%s: Ethernet device registered",
3488 "%s: device stats clear returns"
3507 * This function will unregister and free network device
3525 /* in 2.6 will call stop() if device is up */
3530 vxge_debug_init(vdev->level_trace, "%s: ethernet device unregistered",
3557 /* Note: This event type should be used for device wide
3859 /* initialize device configuratrions */
3891 /* Timer period between device poll */
4007 * @dev_d: device pointer
4010 static int __maybe_unused vxge_pm_suspend(struct device *dev_d)
4016 * @dev_d: device pointer
4019 static int __maybe_unused vxge_pm_resume(struct device *dev_d)
4026 * @pdev: Pointer to PCI device
4030 * this device has been detected.
4055 * @pdev: Pointer to PCI device
4070 netdev_err(netdev, "Cannot re-enable device after reset\n");
4082 * @pdev: Pointer to PCI device
4095 "Can't bring device back up after reset\n");
4290 * @pdev : structure containing the PCI related information of the device.
4293 * This function is called when a new PCI device gets detected and initializes
4314 static int bus = -1, device = -1;
4327 if (((bus != pdev->bus->number) || (device != PCI_SLOT(pdev->devfn))) &&
4332 device = PCI_SLOT(pdev->devfn);
4391 "%s : can not enable PCI device", __func__);
4450 "%s: No vpaths available in device", VXGE_DRIVER_NAME);
4502 "Failed to initialize device (%d)", status);
4562 /* set private device info */
4593 /* set private HW device info */
4755 * vxge_rem_nic - Free the PCI device
4756 * @pdev: structure containing the PCI related information of the device.
4758 * PCI device and free up all resource held up by the device.
4773 vxge_debug_init(vdev->level_trace, "%s : removing PCI device...",