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 */85 struct urb *urb; /* FCP notification endpoint */87 struct fcp_notify notify;89 u8 bInterfaceNumber;90 u8 bEndpointAddress;91 u16 wMaxPacketSize;[all …]
3603 struct xstorm_fcoe_fcp_data fcp_data; member