Searched refs:nth16 (Results 1 – 2 of 2) sorted by relevance
80 struct usb_cdc_ncm_nth16 nth16; member111 struct usb_cdc_ncm_nth16 *nth16; in mbim_tx_fixup() local126 nth16 = &mbim_hdr->nth16; in mbim_tx_fixup()129 nth16->wSequence = cpu_to_le16(tx_seq); in mbim_tx_fixup()130 nth16->wBlockLength = cpu_to_le16(skb->len); in mbim_tx_fixup()195 struct usb_cdc_ncm_nth16 *nth16; in mbim_rx_verify_nth16() local204 nth16 = (struct usb_cdc_ncm_nth16 *)skb->data; in mbim_rx_verify_nth16()208 le32_to_cpu(nth16->dwSignature)); in mbim_rx_verify_nth16()213 len = le16_to_cpu(nth16->wBlockLength); in mbim_rx_verify_nth16()226 mbim->rx_seq = le16_to_cpu(nth16->wSequence); in mbim_rx_verify_nth16()[all …]
1093 size_t ndpoffset = le16_to_cpu(nth16->wNdpIndex); in cdc_ncm_ndp16()1131 nth16->wNdpIndex = cpu_to_le16(skb->len); in cdc_ncm_ndp16()1204 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_fill_tx_frame() member1406 nth.nth16->wNdpIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()1556 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_rx_verify_nth16() local1569 nth16 = (struct usb_cdc_ncm_nth16 *)skb_in->data; in cdc_ncm_rx_verify_nth16()1574 le32_to_cpu(nth16->dwSignature)); in cdc_ncm_rx_verify_nth16()1578 len = le16_to_cpu(nth16->wBlockLength); in cdc_ncm_rx_verify_nth16()1591 ctx->rx_seq, le16_to_cpu(nth16->wSequence)); in cdc_ncm_rx_verify_nth16()1593 ctx->rx_seq = le16_to_cpu(nth16->wSequence); in cdc_ncm_rx_verify_nth16()[all …]