Searched refs:notify_copy (Results 1 – 2 of 2) sorted by relevance
801 memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz); in vnic_dev_notify_ready()805 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()848 return vdev->notify_copy.link_state; in vnic_dev_link_status()856 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()881 return vdev->notify_copy.mtu; in vnic_dev_mtu()
141 struct vnic_devcmd_notify notify_copy; member