Home
last modified time | relevance | path

Searched refs:notify_copy (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/fnic/
Dvnic_dev.c43 struct vnic_devcmd_notify notify_copy; member
564 memcpy(&vdev->notify_copy, vdev->notify, in vnic_dev_notify_ready()
566 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()
599 return vdev->notify_copy.link_state; in vnic_dev_link_status()
607 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()
615 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()
623 return vdev->notify_copy.mtu; in vnic_dev_mtu()
631 return vdev->notify_copy.link_down_cnt; in vnic_dev_link_down_cnt()
/Linux-v4.19/drivers/scsi/snic/
Dvnic_dev.c57 struct vnic_devcmd_notify notify_copy; member
648 memcpy(&vdev->notify_copy, vdev->notify, in vnic_dev_notify_ready()
650 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()
674 return vdev->notify_copy.link_state; in svnic_dev_link_status()
682 return vdev->notify_copy.link_down_cnt; in svnic_dev_link_down_cnt()
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Dvnic_dev.c906 memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz); in vnic_dev_notify_ready()
907 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()
989 return vdev->notify_copy.link_state; in vnic_dev_link_status()
997 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()
1005 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()
1013 return vdev->notify_copy.mtu; in vnic_dev_mtu()
Dvnic_dev.h98 struct vnic_devcmd_notify notify_copy; member