Searched refs:skb_ccci (Results 1 – 1 of 1) sorted by relevance
76 struct sk_buff *skb_ccci; in t7xx_port_ctrl_tx() local80 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()