Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c158 struct ndp16 ndp; member
510 const struct ndp16 *ndp; in cdc_ncm_acl_out_cb() local
549 ndp = (const struct ndp16 *)(ntb->data + sys_le16_to_cpu(nthdr16->wNdpIndex)); in cdc_ncm_acl_out_cb()
550 LOG_DBG("NDP16: wLength %u", sys_le16_to_cpu(ndp->wLength)); in cdc_ncm_acl_out_cb()
552 ndp_datagram = (struct ndp16_datagram *)&ndp->datagram[0]; in cdc_ncm_acl_out_cb()
557 count = (sys_le16_to_cpu(ndp->wLength) - 8U) / 4U; in cdc_ncm_acl_out_cb()
1052 ntb->ndp.dwSignature = sys_cpu_to_le32(NDP16_SIGNATURE_NCM0); in cdc_ncm_send()
1053 ntb->ndp.wLength = sys_cpu_to_le16(sizeof(struct ndp16) + in cdc_ncm_send()
1056 ntb->ndp.wNextNdpIndex = 0; in cdc_ncm_send()
1059 sys_le16_to_cpu(ntb->ndp.wLength)); in cdc_ncm_send()