Searched refs:usb_cdc_ncm_ndp16 (Results 1 – 5 of 5) sorted by relevance
552 …ctx->max_ndp_size = sizeof(struct usb_cdc_ncm_ndp16) + (ctx->tx_max_datagrams + 1) * sizeof(struct… in cdc_ncm_init()1055 static struct usb_cdc_ncm_ndp16 *cdc_ncm_ndp(struct cdc_ncm_ctx *ctx, struct sk_buff *skb, __le32 s… in cdc_ncm_ndp()1057 struct usb_cdc_ncm_ndp16 *ndp16 = NULL; in cdc_ncm_ndp()1079 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb->data + ndpoffset); in cdc_ncm_ndp()1106 ndp16->wLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_ndp16) + sizeof(struct usb_cdc_ncm_dpe16)); in cdc_ncm_ndp()1115 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_ncm_fill_tx_frame()1234 index = (ndplen - sizeof(struct usb_cdc_ncm_ndp16)) / sizeof(struct usb_cdc_ncm_dpe16) - 1; in cdc_ncm_fill_tx_frame()1422 sizeof(struct usb_cdc_ncm_ndp16))) { in cdc_ncm_rx_verify_nth16()1463 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_ncm_rx_verify_ndp16()1466 if ((ndpoffset + sizeof(struct usb_cdc_ncm_ndp16)) > skb_in->len) { in cdc_ncm_rx_verify_ndp16()[all …]
420 struct usb_cdc_ncm_ndp16 *ndp16; in cdc_mbim_rx_fixup()437 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb_in->data + ndpoffset); in cdc_mbim_rx_fixup()
116 struct usb_cdc_ncm_ndp16 *delayed_ndp16;
378 struct usb_cdc_ncm_ndp16 { struct
457 .ndp_size = sizeof(struct usb_cdc_ncm_ndp16), \