Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wwan/t7xx/
Dt7xx_port_wwan.c76 struct sk_buff *skb_ccci; in t7xx_port_ctrl_tx() local
80 skb_ccci = t7xx_port_alloc_skb(chunk_len); in t7xx_port_ctrl_tx()
81 if (!skb_ccci) in t7xx_port_ctrl_tx()
84 skb_put_data(skb_ccci, skb->data + offset, chunk_len); in t7xx_port_ctrl_tx()
85 ret = t7xx_port_send_skb(port_private, skb_ccci, 0, 0); in t7xx_port_ctrl_tx()
87 dev_kfree_skb_any(skb_ccci); in t7xx_port_ctrl_tx()