Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Dvnic_dev.c801 memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz); in vnic_dev_notify_ready()
805 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()
848 return vdev->notify_copy.link_state; in vnic_dev_link_status()
856 return vdev->notify_copy.port_speed; in vnic_dev_port_speed()
881 return vdev->notify_copy.mtu; in vnic_dev_mtu()
H A Denic.h141 struct vnic_devcmd_notify notify_copy; member