Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wwan/
Dmhi_wwan_mbim.c78 struct usb_cdc_ncm_nth16 nth16;
100 struct usb_cdc_ncm_nth16 *nth16; in mbim_tx_fixup()
117 nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in mbim_tx_fixup()
120 nth16->wNdpIndex = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in mbim_tx_fixup()
184 struct usb_cdc_ncm_nth16 *nth16; in mbim_rx_verify_nth16()
187 if (skb->len < sizeof(struct usb_cdc_ncm_nth16) + in mbim_rx_verify_nth16()
193 nth16 = (struct usb_cdc_ncm_nth16 *)skb->data; in mbim_rx_verify_nth16()
/linux-6.1.9/drivers/net/usb/
Dcdc_ncm.c179 min = ctx->max_datagram_size + ctx->max_ndp_size + sizeof(struct usb_cdc_ncm_nth16); in cdc_ncm_check_tx_max()
1088 struct usb_cdc_ncm_nth16 *nth16 = (void *)skb->data; in cdc_ncm_ndp16()
1200 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_fill_tx_frame()
1275 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1277 nth.nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1402 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1440 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1549 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_rx_verify_nth16()
1556 if (skb_in->len < (sizeof(struct usb_cdc_ncm_nth16) + in cdc_ncm_rx_verify_nth16()
1562 nth16 = (struct usb_cdc_ncm_nth16 *)skb_in->data; in cdc_ncm_rx_verify_nth16()
/linux-6.1.9/include/uapi/linux/usb/
Dcdc.h354 struct usb_cdc_ncm_nth16 { struct
/linux-6.1.9/drivers/usb/gadget/function/
Df_ncm.c458 .nth_size = sizeof(struct usb_cdc_ncm_nth16),