Searched refs:usb_cdc_ncm_nth32 (Results 1 – 3 of 3) sorted by relevance
181 min = ctx->max_datagram_size + ctx->max_ndp_size + sizeof(struct usb_cdc_ncm_nth32); in cdc_ncm_check_tx_max()1128 struct usb_cdc_ncm_nth32 *nth32 = (void *)skb->data; in cdc_ncm_ndp32()1186 struct usb_cdc_ncm_nth32 *nth32; in cdc_ncm_fill_tx_frame()1263 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()1265 nth.nth32->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame()1392 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data; in cdc_ncm_fill_tx_frame()1424 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data; in cdc_ncm_fill_tx_frame()1578 struct usb_cdc_ncm_nth32 *nth32; in cdc_ncm_rx_verify_nth32()1585 if (skb_in->len < (sizeof(struct usb_cdc_ncm_nth32) + in cdc_ncm_rx_verify_nth32()1591 nth32 = (struct usb_cdc_ncm_nth32 *)skb_in->data; in cdc_ncm_rx_verify_nth32()
349 struct usb_cdc_ncm_nth32 { struct
474 .nth_size = sizeof(struct usb_cdc_ncm_nth32), \