Searched refs:usb_cdc_ncm_nth16 (Results 1 – 3 of 3) sorted by relevance
176 min = ctx->max_datagram_size + ctx->max_ndp_size + sizeof(struct usb_cdc_ncm_nth16); in cdc_ncm_check_tx_max()986 struct usb_cdc_ncm_nth16 *nth16 = (void *)skb->data; in cdc_ncm_ndp()1042 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_fill_tx_frame()1079 …nth16 = (struct usb_cdc_ncm_nth16 *)memset(skb_put(skb_out, sizeof(struct usb_cdc_ncm_nth16)), 0, … in cdc_ncm_fill_tx_frame()1081 nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()1185 nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()1211 nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()1311 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_rx_verify_nth16()1318 if (skb_in->len < (sizeof(struct usb_cdc_ncm_nth16) + in cdc_ncm_rx_verify_nth16()1324 nth16 = (struct usb_cdc_ncm_nth16 *)skb_in->data; in cdc_ncm_rx_verify_nth16()
340 struct usb_cdc_ncm_nth16 { struct
389 .nth_size = sizeof(struct usb_cdc_ncm_nth16), \