Searched refs:ndo_start_xmit (Results 1 – 25 of 373) sorted by relevance
12345678910>>...15
/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
|
H A D | netdev-features.rst | 129 ndo_start_xmit can handle skbs with frags in high memory. 133 Those features say that ndo_start_xmit can handle fragmented skbs:
|
/linux/drivers/net/ |
H A D | loopback.c | 155 .ndo_start_xmit = loopback_xmit, 261 .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 | 87 .ndo_start_xmit = dummy_xmit,
|
/linux/net/mctp/test/ |
H A D | utils.c | 21 .ndo_start_xmit = mctp_test_dev_tx,
|
/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 | 148 .ndo_start_xmit = vcan_tx,
|
/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 | 101 .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/net/hsr/ |
H A D | hsr_device.c | 600 .ndo_start_xmit = hsr_dev_xmit, 662 return (dev->netdev_ops->ndo_start_xmit == hsr_dev_xmit); in is_hsr_master()
|
/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,
|
12345678910>>...15