Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fnic/
H A Dvnic_dev.c49 struct vnic_devcmd_notify notify_copy; member
797 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()
/openbmc/linux/drivers/scsi/snic/
H A Dvnic_dev.c43 struct vnic_devcmd_notify notify_copy; member
633 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()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.c893 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()
H A Dvnic_dev.h85 struct vnic_devcmd_notify notify_copy; member