Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/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()
1086 struct usb_cdc_ncm_nth16 *nth16 = (void *)skb->data; in cdc_ncm_ndp16()
1198 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_fill_tx_frame()
1273 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1275 nth.nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame()
1400 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1438 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1547 struct usb_cdc_ncm_nth16 *nth16; in cdc_ncm_rx_verify_nth16()
1554 if (skb_in->len < (sizeof(struct usb_cdc_ncm_nth16) + in cdc_ncm_rx_verify_nth16()
1560 nth16 = (struct usb_cdc_ncm_nth16 *)skb_in->data; in cdc_ncm_rx_verify_nth16()
/Linux-v5.15/include/uapi/linux/usb/
Dcdc.h341 struct usb_cdc_ncm_nth16 { struct
/Linux-v5.15/drivers/usb/gadget/function/
Df_ncm.c456 .nth_size = sizeof(struct usb_cdc_ncm_nth16), \