Searched refs:ndo_start_xmit (Results 1 – 25 of 341) sorted by relevance
12345678910>>...14
| /linux/Documentation/networking/ |
| H A D | driver.rst | 40 The ndo_start_xmit method must not return NETDEV_TX_BUSY under 109 An ndo_start_xmit method must not modify the shared parts of a 116 ndo_start_xmit method, it is your driver's responsibility to free 125 If you return NETDEV_TX_BUSY from the ndo_start_xmit method, you
|
| /linux/drivers/net/ |
| H A D | loopback.c | 156 .ndo_start_xmit = loopback_xmit, 262 .ndo_start_xmit = blackhole_netdev_xmit,
|
| H A D | nlmon.c | 58 .ndo_start_xmit = nlmon_xmit,
|
| H A D | vsockmon.c | 68 .ndo_start_xmit = vsockmon_xmit,
|
| H A D | dummy.c | 88 .ndo_start_xmit = dummy_xmit,
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | 8390.c | 62 .ndo_start_xmit = ei_start_xmit,
|
| H A D | 8390p.c | 67 .ndo_start_xmit = eip_start_xmit,
|
| H A D | hydra.c | 99 .ndo_start_xmit = __ei_start_xmit,
|
| /linux/drivers/net/ethernet/qualcomm/rmnet/ |
| H A D | rmnet_map_command.c | 68 dev->netdev_ops->ndo_start_xmit(skb, dev); in rmnet_map_send_ack()
|
| /linux/net/rose/ |
| H A D | rose_dev.c | 125 .ndo_start_xmit = rose_xmit,
|
| /linux/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_netdev.c | 93 return adapter->rn_ops->ndo_start_xmit(skb, netdev); in opa_netdev_start_xmit() 314 .ndo_start_xmit = opa_netdev_start_xmit,
|
| /linux/drivers/net/can/ |
| H A D | vcan.c | 162 .ndo_start_xmit = vcan_tx,
|
| H A D | vxcan.c | 159 .ndo_start_xmit = vxcan_xmit,
|
| /linux/net/netrom/ |
| H A D | nr_dev.c | 163 .ndo_start_xmit = nr_xmit,
|
| /linux/drivers/net/usb/ |
| H A D | int51x1.c | 133 .ndo_start_xmit = usbnet_start_xmit,
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | mvme147.c | 63 .ndo_start_xmit = lance_start_xmit,
|
| H A D | hplance.c | 74 .ndo_start_xmit = lance_start_xmit,
|
| /linux/net/bluetooth/bnep/ |
| H A D | netdev.c | 209 .ndo_start_xmit = bnep_net_xmit,
|
| /linux/net/ieee802154/6lowpan/ |
| H A D | core.c | 102 .ndo_start_xmit = lowpan_xmit,
|
| /linux/net/openvswitch/ |
| H A D | vport-internal_dev.c | 86 .ndo_start_xmit = internal_dev_xmit,
|
| /linux/arch/m68k/emu/ |
| H A D | nfeth.c | 179 .ndo_start_xmit = nfeth_xmit,
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_wwan.c | 142 .ndo_start_xmit = ipc_wwan_link_transmit,
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | mon.c | 213 .ndo_start_xmit = wilc_wfi_mon_xmit,
|
| /linux/net/l2tp/ |
| H A D | l2tp_eth.c | 87 .ndo_start_xmit = l2tp_eth_dev_xmit,
|
| /linux/net/phonet/ |
| H A D | pep-gprs.c | 214 .ndo_start_xmit = gprs_xmit,
|
12345678910>>...14