Searched defs:fcp_data (Results 1 – 2 of 2) sorted by relevance
79 struct fcp_data { struct80 struct usb_mixer_interface *mixer;82 struct mutex mutex; /* serialise access to the device */83 struct completion cmd_done; /* wait for command completion */84 struct file *file; /* hwdep file */86 struct fcp_notify notify;88 u8 bInterfaceNumber;89 u8 bEndpointAddress;90 u16 wMaxPacketSize;91 u8 bInterval;[all …]
3603 struct xstorm_fcoe_fcp_data fcp_data; member