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