Searched refs:tx_fixup (Results 1 – 21 of 21) sorted by relevance
| /linux/drivers/net/usb/ |
| H A D | zaurus.c | 95 .tx_fixup = zaurus_tx_fixup, 105 .tx_fixup = zaurus_tx_fixup, 115 .tx_fixup = zaurus_tx_fixup, 249 .tx_fixup = zaurus_tx_fixup,
|
| H A D | ax88179_178a.c | 1722 .tx_fixup = ax88179_tx_fixup, 1735 .tx_fixup = ax88179_tx_fixup, 1748 .tx_fixup = ax88179_tx_fixup, 1761 .tx_fixup = ax88179_tx_fixup, 1774 .tx_fixup = ax88179_tx_fixup, 1787 .tx_fixup = ax88179_tx_fixup, 1800 .tx_fixup = ax88179_tx_fixup, 1813 .tx_fixup = ax88179_tx_fixup, 1826 .tx_fixup = ax88179_tx_fixup, 1839 .tx_fixup = ax88179_tx_fixup, [all …]
|
| H A D | rndis_host.c | 612 .tx_fixup = rndis_tx_fixup, 623 .tx_fixup = rndis_tx_fixup, 634 .tx_fixup = rndis_tx_fixup, 644 .tx_fixup = rndis_tx_fixup,
|
| H A D | asix_devices.c | 1374 .tx_fixup = asix_tx_fixup, 1385 .tx_fixup = asix_tx_fixup, 1397 .tx_fixup = asix_tx_fixup, 1411 .tx_fixup = asix_tx_fixup, 1430 .tx_fixup = asix_tx_fixup, 1443 .tx_fixup = asix_tx_fixup,
|
| H A D | gl620a.c | 190 .tx_fixup = genelink_tx_fixup,
|
| H A D | huawei_cdc_ncm.c | 189 .tx_fixup = cdc_ncm_tx_fixup,
|
| H A D | aqc111.c | 1253 .tx_fixup = aqc111_tx_fixup, 1270 .tx_fixup = aqc111_tx_fixup, 1289 .tx_fixup = aqc111_tx_fixup, 1305 .tx_fixup = aqc111_tx_fixup, 1319 .tx_fixup = aqc111_tx_fixup,
|
| H A D | cdc_eem.c | 335 .tx_fixup = eem_tx_fixup,
|
| H A D | kalmia.c | 345 .tx_fixup = kalmia_tx_fixup
|
| H A D | lg-vl600.c | 308 .tx_fixup = vl600_tx_fixup,
|
| H A D | cx82310_eth.c | 340 .tx_fixup = cx82310_tx_fixup,
|
| H A D | ch9200.c | 401 .tx_fixup = ch9200_tx_fixup,
|
| H A D | ax88172a.c | 357 .tx_fixup = asix_tx_fixup,
|
| H A D | sr9700.c | 450 .tx_fixup = sr9700_tx_fixup,
|
| H A D | net1080.c | 493 .tx_fixup = net1080_tx_fixup,
|
| H A D | dm9601.c | 550 .tx_fixup = dm9601_tx_fixup,
|
| H A D | sierra_net.c | 910 .tx_fixup = sierra_net_tx_fixup,
|
| H A D | usbnet.c | 1413 if (info->tx_fixup) { in usbnet_start_xmit() 1414 skb = info->tx_fixup(dev, skb, GFP_ATOMIC); in usbnet_start_xmit()
|
| H A D | smsc95xx.c | 2067 .tx_fixup = smsc95xx_tx_fixup,
|
| H A D | smsc75xx.c | 2301 .tx_fixup = smsc75xx_tx_fixup,
|
| /linux/include/linux/usb/ |
| H A D | usbnet.h | 165 struct sk_buff *(*tx_fixup)(struct usbnet *dev, member
|