Searched refs:notify_copy (Results 1 – 4 of 4) sorted by relevance
43 struct vnic_devcmd_notify notify_copy; member570 memcpy(&vdev->notify_copy, vdev->notify, in vnic_dev_notify_ready()572 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()605 return vdev->notify_copy.link_state; in vnic_dev_link_status()613 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()621 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()629 return vdev->notify_copy.mtu; in vnic_dev_mtu()637 return vdev->notify_copy.link_down_cnt; in vnic_dev_link_down_cnt()
57 struct vnic_devcmd_notify notify_copy; member632 memcpy(&vdev->notify_copy, vdev->notify, in vnic_dev_notify_ready()634 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()658 return vdev->notify_copy.link_state; in svnic_dev_link_status()666 return vdev->notify_copy.link_down_cnt; in svnic_dev_link_down_cnt()
904 memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz); in vnic_dev_notify_ready()905 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()987 return vdev->notify_copy.link_state; in vnic_dev_link_status()995 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()1003 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()1011 return vdev->notify_copy.mtu; in vnic_dev_mtu()
98 struct vnic_devcmd_notify notify_copy; member