Lines Matching refs:wLength
57 uint16_t wLength; member
108 uint16_t wLength; member
115 uint16_t wLength; member
403 if (sys_le16_to_cpu(ndphdr16->wLength) < in verify_nth16()
406 sys_le16_to_cpu(ndphdr16->wLength)); in verify_nth16()
450 max_ndx = (uint16_t)((sys_le16_to_cpu(ndptr16->wLength) - sizeof(struct ndp16)) / in check_frame()
550 LOG_DBG("NDP16: wLength %u", sys_le16_to_cpu(ndp->wLength)); in cdc_ncm_acl_out_cb()
557 count = (sys_le16_to_cpu(ndp->wLength) - 8U) / 4U; in cdc_ncm_acl_out_cb()
716 .wLength = 0, in cdc_ncm_send_connected()
745 .wLength = sys_cpu_to_le16(8), in cdc_ncm_send_speed_change()
921 setup->wLength, setup->wIndex, setup->wValue); in usbd_cdc_ncm_cth()
931 .wLength = sys_cpu_to_le16(sizeof(struct ntb_parameters)), in usbd_cdc_ncm_cth()
1053 ntb->ndp.wLength = sys_cpu_to_le16(sizeof(struct ndp16) + in cdc_ncm_send()
1059 sys_le16_to_cpu(ntb->ndp.wLength)); in cdc_ncm_send()