Home
last modified time | relevance | path

Searched refs:usb_cdc_ncm_ndp32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/usb/
H A Dcdc_ncm.c600 …ctx->max_ndp_size = sizeof(struct usb_cdc_ncm_ndp32) + (ctx->tx_max_datagrams + 1) * sizeof(struct… in cdc_ncm_init()
1144 static struct usb_cdc_ncm_ndp32 *cdc_ncm_ndp32(struct cdc_ncm_ctx *ctx, struct sk_buff *skb, __le32… in cdc_ncm_ndp32()
1146 struct usb_cdc_ncm_ndp32 *ndp32 = NULL; in cdc_ncm_ndp32()
1168 ndp32 = (struct usb_cdc_ncm_ndp32 *)(skb->data + ndpoffset); in cdc_ncm_ndp32()
1195 ndp32->wLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_ndp32) + sizeof(struct usb_cdc_ncm_dpe32)); in cdc_ncm_ndp32()
1209 struct usb_cdc_ncm_ndp32 *ndp32; in cdc_ncm_fill_tx_frame()
1351 index = (ndplen - sizeof(struct usb_cdc_ncm_ndp32)) / sizeof(struct usb_cdc_ncm_dpe32) - 1; in cdc_ncm_fill_tx_frame()
1612 sizeof(struct usb_cdc_ncm_ndp32))) { in cdc_ncm_rx_verify_nth32()
1689 struct usb_cdc_ncm_ndp32 *ndp32; in cdc_ncm_rx_verify_ndp32()
1692 if ((ndpoffset + sizeof(struct usb_cdc_ncm_ndp32)) > skb_in->len) { in cdc_ncm_rx_verify_ndp32()
[all …]
/openbmc/linux/include/linux/usb/
H A Dcdc_ncm.h124 struct usb_cdc_ncm_ndp32 *delayed_ndp32;
/openbmc/linux/include/uapi/linux/usb/
H A Dcdc.h405 struct usb_cdc_ncm_ndp32 { struct
/openbmc/linux/drivers/usb/gadget/function/
H A Df_ncm.c459 .ndp_size = sizeof(struct usb_cdc_ncm_ndp32),