Searched refs:notify_copy (Results 1 – 4 of 4) sorted by relevance
49 struct vnic_devcmd_notify notify_copy; member797 memcpy(&vdev->notify_copy, vdev->notify, in vnic_dev_notify_ready()799 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()832 return vdev->notify_copy.link_state; in vnic_dev_link_status()840 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()848 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()856 return vdev->notify_copy.mtu; in vnic_dev_mtu()864 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()
893 memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz); in vnic_dev_notify_ready()894 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()976 return vdev->notify_copy.link_state; in vnic_dev_link_status()984 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()992 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()1000 return vdev->notify_copy.mtu; in vnic_dev_mtu()
85 struct vnic_devcmd_notify notify_copy; member