Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dusbnet.c275 struct sk_buff *(*tx_fixup)(struct usbnet *dev, member
1087 .tx_fixup = genelink_tx_fixup,
1542 .tx_fixup = net1080_tx_fixup,
1698 .tx_fixup = zaurus_tx_fixup,
1709 .tx_fixup = zaurus_tx_fixup,
2248 if (info->tx_fixup) { in usbnet_start_xmit()
2249 skb = info->tx_fixup (dev, skb, GFP_ATOMIC); in usbnet_start_xmit()