Searched refs:usb_cdc_ether_desc (Results 1 – 9 of 9) sorted by relevance
30 struct usb_cdc_ether_desc *usb_cdc_ether_desc; member
217 struct usb_cdc_ether_desc *ether;
139 struct usb_cdc_ether_desc { struct
2392 struct usb_cdc_ether_desc *ether = NULL; in cdc_parse_cdc_header()2447 if (elength != sizeof(struct usb_cdc_ether_desc)) in cdc_parse_cdc_header()2451 ether = (struct usb_cdc_ether_desc *)buffer; in cdc_parse_cdc_header()2517 hdr->usb_cdc_ether_desc = ether; in cdc_parse_cdc_header()
123 static struct usb_cdc_ether_desc ether_desc = {
136 static struct usb_cdc_ether_desc ecm_desc = {
187 static struct usb_cdc_ether_desc ecm_desc = {
751 struct usb_cdc_ether_desc *cdc_ether; in qmi_wwan_bind()766 cdc_ether = hdr.usb_cdc_ether_desc; in qmi_wwan_bind()
858 ctx->ether_desc = hdr.usb_cdc_ether_desc; in cdc_ncm_bind_common()