Searched refs:notify_copy (Results 1 – 4 of 4) sorted by relevance
49 struct vnic_devcmd_notify notify_copy; member801 memcpy(&vdev->notify_copy, vdev->notify, in vnic_dev_notify_ready()803 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()836 return vdev->notify_copy.link_state; in vnic_dev_link_status()844 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()852 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()860 return vdev->notify_copy.mtu; in vnic_dev_mtu()868 return vdev->notify_copy.link_down_cnt; in vnic_dev_link_down_cnt()
43 struct vnic_devcmd_notify notify_copy; member633 memcpy(&vdev->notify_copy, vdev->notify, in vnic_dev_notify_ready()635 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()659 return vdev->notify_copy.link_state; in svnic_dev_link_status()667 return vdev->notify_copy.link_down_cnt; in svnic_dev_link_down_cnt()
889 memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz); in vnic_dev_notify_ready()890 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()972 return vdev->notify_copy.link_state; in vnic_dev_link_status()980 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()988 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()996 return vdev->notify_copy.mtu; in vnic_dev_mtu()
90 struct vnic_devcmd_notify notify_copy; member