Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/fnic/
Dvnic_dev.c43 struct vnic_devcmd_notify notify_copy; member
570 memcpy(&vdev->notify_copy, vdev->notify, in vnic_dev_notify_ready()
572 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()
595 return vdev->notify_copy.link_state; in vnic_dev_link_status()
603 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()
611 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()
619 return vdev->notify_copy.mtu; in vnic_dev_mtu()
627 return vdev->notify_copy.link_down_cnt; in vnic_dev_link_down_cnt()
/linux-3.4.99/drivers/net/ethernet/cisco/enic/
Dvnic_dev.c57 struct vnic_devcmd_notify notify_copy; member
783 memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz); in vnic_dev_notify_ready()
784 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()
867 return vdev->notify_copy.link_state; in vnic_dev_link_status()
875 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()
883 return vdev->notify_copy.msglvl; in vnic_dev_msg_lvl()
891 return vdev->notify_copy.mtu; in vnic_dev_mtu()