Searched refs:usb_cdc_ncm_ndp32 (Results 1 – 6 of 6) sorted by relevance
584 …ctx->max_ndp_size = sizeof(struct usb_cdc_ncm_ndp32) + (ctx->tx_max_datagrams + 1) * sizeof(struct… in cdc_ncm_init()1127 static struct usb_cdc_ncm_ndp32 *cdc_ncm_ndp32(struct cdc_ncm_ctx *ctx, struct sk_buff *skb, __le32… in cdc_ncm_ndp32()1129 struct usb_cdc_ncm_ndp32 *ndp32 = NULL; in cdc_ncm_ndp32()1151 ndp32 = (struct usb_cdc_ncm_ndp32 *)(skb->data + ndpoffset); in cdc_ncm_ndp32()1178 ndp32->wLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_ndp32) + sizeof(struct usb_cdc_ncm_dpe32)); in cdc_ncm_ndp32()1192 struct usb_cdc_ncm_ndp32 *ndp32; in cdc_ncm_fill_tx_frame()1336 index = (ndplen - sizeof(struct usb_cdc_ncm_ndp32)) / sizeof(struct usb_cdc_ncm_dpe32) - 1; in cdc_ncm_fill_tx_frame()1592 sizeof(struct usb_cdc_ncm_ndp32))) { in cdc_ncm_rx_verify_nth32()1669 struct usb_cdc_ncm_ndp32 *ndp32; in cdc_ncm_rx_verify_ndp32()1672 if ((ndpoffset + sizeof(struct usb_cdc_ncm_ndp32)) > skb_in->len) { in cdc_ncm_rx_verify_ndp32()[all …]
122 struct usb_cdc_ncm_ndp32 *delayed_ndp32;
392 struct usb_cdc_ncm_ndp32 { struct
475 .ndp_size = sizeof(struct usb_cdc_ncm_ndp32), \