Lines Matching full:nth
157 struct nth16 nth; member
167 struct nth16 nth; member
346 const struct nth16 *nthdr16 = &ntb->nth; in verify_nth16()
349 if (len < sizeof(ntb->nth)) { in verify_nth16()
367 LOG_WRN("OUT NTH wSequence %u mismatch expected %u", in verify_nth16()
429 const struct nth16 *nthdr16 = &ntb->nth; in check_frame()
455 sys_le16_to_cpu(ntb->nth.wBlockLength)); in check_frame()
542 nthdr16 = &ntb->nth; in cdc_ncm_acl_out_cb()
1048 ntb->nth.dwSignature = sys_cpu_to_le32(NTH16_SIGNATURE); in cdc_ncm_send()
1049 ntb->nth.wHeaderLength = sys_cpu_to_le16(sizeof(struct nth16)); in cdc_ncm_send()
1050 ntb->nth.wSequence = sys_cpu_to_le16(++data->tx_seq); in cdc_ncm_send()
1051 ntb->nth.wNdpIndex = sys_cpu_to_le16(sizeof(struct nth16)); in cdc_ncm_send()
1058 sys_cpu_to_le16(sys_le16_to_cpu(ntb->nth.wHeaderLength) + in cdc_ncm_send()
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()