Searched refs:usb_cdc_ncm_nth16 (Results 1 – 5 of 5) sorted by relevance
80 struct usb_cdc_ncm_nth16 nth16;111 struct usb_cdc_ncm_nth16 *nth16; in mbim_tx_fixup()128 nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in mbim_tx_fixup()131 nth16->wNdpIndex = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in mbim_tx_fixup()195 struct usb_cdc_ncm_nth16 *nth16; in mbim_rx_verify_nth16()198 if (skb->len < sizeof(struct usb_cdc_ncm_nth16) + in mbim_rx_verify_nth16()204 nth16 = (struct usb_cdc_ncm_nth16 *)skb->data; in mbim_rx_verify_nth16()
180 min = ctx->max_datagram_size + ctx->max_ndp_size + sizeof(struct usb_cdc_ncm_nth16); in cdc_ncm_check_tx_max()1093 struct usb_cdc_ncm_nth16 *nth16 = (void *)skb->data; in cdc_ncm_ndp16()1205 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_fill_tx_frame()1278 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()1280 nth.nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()1405 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()1443 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()1557 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_rx_verify_nth16()1564 if (skb_in->len < (sizeof(struct usb_cdc_ncm_nth16) + in cdc_ncm_rx_verify_nth16()1570 nth16 = (struct usb_cdc_ncm_nth16 *)skb_in->data; in cdc_ncm_rx_verify_nth16()
212 struct usb_cdc_ncm_nth16 *ncmh; in ipheth_rcvbulk_callback_ncm()
354 struct usb_cdc_ncm_nth16 { struct
452 .nth_size = sizeof(struct usb_cdc_ncm_nth16),