Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/
H A Dmhi_wwan_mbim.c79 struct mbim_tx_hdr { struct
113 struct mbim_tx_hdr *mbim_hdr; in mbim_tx_fixup()
118 if (skb_cow_head(skb, sizeof(struct mbim_tx_hdr))) { in mbim_tx_fixup()
123 mbim_hdr = skb_push(skb, sizeof(struct mbim_tx_hdr)); in mbim_tx_fixup()
141 ndp16->dpe16[0].wDatagramIndex = cpu_to_le16(sizeof(struct mbim_tx_hdr)); in mbim_tx_fixup()
587 ndev->needed_headroom = sizeof(struct mbim_tx_hdr); in mhi_mbim_setup()