Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dusbnet.c1136 struct nc_trailer { struct
1145 + sizeof (struct nc_trailer)) argument
1440 struct nc_trailer *trailer; in net1080_rx_fixup()
1471 trailer = (struct nc_trailer *) in net1080_rx_fixup()
1509 + sizeof (struct nc_trailer)) & 0x01) ? 0 : 1; in net1080_tx_fixup()
1514 if ((padlen + sizeof (struct nc_trailer)) <= tailroom in net1080_tx_fixup()
1519 + sizeof (struct nc_trailer)) < in net1080_tx_fixup()
1530 sizeof (struct nc_trailer) + padlen, in net1080_tx_fixup()
2243 struct nc_trailer *trailer = 0; in usbnet_start_xmit()
2279 trailer = (struct nc_trailer *) skb_put (skb, sizeof *trailer); in usbnet_start_xmit()