Searched refs:wBlockLength (Results 1 – 1 of 1) sorted by relevance
73 uint16_t wBlockLength; member84 uint32_t wBlockLength; member380 if (sys_le16_to_cpu(nthdr16->wBlockLength) != len) { in verify_nth16()382 sys_le16_to_cpu(nthdr16->wBlockLength)); in verify_nth16()386 if (sys_le16_to_cpu(nthdr16->wBlockLength) > CDC_NCM_RECV_NTB_MAX_SIZE) { in verify_nth16()388 sys_le16_to_cpu(nthdr16->wBlockLength)); in verify_nth16()455 sys_le16_to_cpu(ntb->nth.wBlockLength)); in check_frame()544 nthdr16->wSequence, nthdr16->wBlockLength, nthdr16->wNdpIndex); in cdc_ncm_acl_out_cb()1063 ntb->nth.wBlockLength = sys_cpu_to_le16( in cdc_ncm_send()1077 if (sys_le16_to_cpu(ntb->nth.wBlockLength) % cdc_ncm_get_bulk_in_mps(c_data) == 0) { in cdc_ncm_send()