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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_dev.c43 struct vnic_devcmd_notify notify_copy; member in struct:vnic_dev
570 memcpy(&vdev->notify_copy, vdev->notify,
572 words = (u32 *)&vdev->notify_copy;
595 return vdev->notify_copy.link_state;
603 return vdev->notify_copy.port_speed;
611 return vdev->notify_copy.msglvl;
619 return vdev->notify_copy.mtu;
627 return vdev->notify_copy.link_down_cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Dvnic_dev.c50 struct vnic_devcmd_notify notify_copy; member in struct:vnic_dev
834 memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz);
835 words = (u32 *)&vdev->notify_copy;
919 return vdev->notify_copy.link_state;
927 return vdev->notify_copy.port_speed;
935 return vdev->notify_copy.msglvl;
943 return vdev->notify_copy.mtu;
951 return vdev->notify_copy.link_down_cnt;
959 return vdev->notify_copy.status;
967 return vdev->notify_copy
[all...]

Completed in 25 milliseconds