Searched refs:usb_cdc_ncm_nth32 (Results 1 – 3 of 3) sorted by relevance
182 min = ctx->max_datagram_size + ctx->max_ndp_size + sizeof(struct usb_cdc_ncm_nth32); in cdc_ncm_check_tx_max()1148 struct usb_cdc_ncm_nth32 *nth32 = (void *)skb->data; in cdc_ncm_ndp32()1206 struct usb_cdc_ncm_nth32 *nth32; in cdc_ncm_fill_tx_frame()1284 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()1286 nth.nth32->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()1413 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data; in cdc_ncm_fill_tx_frame()1446 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data; in cdc_ncm_fill_tx_frame()1605 struct usb_cdc_ncm_nth32 *nth32; in cdc_ncm_rx_verify_nth32()1612 if (skb_in->len < (sizeof(struct usb_cdc_ncm_nth32) + in cdc_ncm_rx_verify_nth32()1618 nth32 = (struct usb_cdc_ncm_nth32 *)skb_in->data; in cdc_ncm_rx_verify_nth32()
362 struct usb_cdc_ncm_nth32 { struct
467 .nth_size = sizeof(struct usb_cdc_ncm_nth32),