Searched refs:ndo_stop (Results 1 – 25 of 321) sorted by relevance
12345678910>>...13
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | ipoib_main.c | 64 priv->netdev_ops->ndo_stop(dev); in hfi1_ipoib_dev_open() 91 return priv->netdev_ops->ndo_stop(dev); in hfi1_ipoib_dev_stop() 98 .ndo_stop = hfi1_ipoib_dev_stop,
|
| /linux/Documentation/networking/ |
| H A D | driver.rst | 23 After the ndo_stop routine has been called, the hardware must 31 The ndo_stop routine will be called by unregister_netdevice
|
| /linux/drivers/net/ |
| H A D | nlmon.c | 57 .ndo_stop = nlmon_close,
|
| H A D | vsockmon.c | 67 .ndo_stop = vsockmon_close,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_repr.c | 270 .ndo_stop = ice_repr_vf_stop, 280 .ndo_stop = ice_repr_sf_stop,
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | mvme147.c | 62 .ndo_stop = m147lance_close,
|
| H A D | hplance.c | 73 .ndo_stop = hplance_close,
|
| /linux/net/bluetooth/bnep/ |
| H A D | netdev.c | 208 .ndo_stop = bnep_net_close,
|
| /linux/net/ieee802154/6lowpan/ |
| H A D | core.c | 104 .ndo_stop = lowpan_stop,
|
| /linux/net/openvswitch/ |
| H A D | vport-internal_dev.c | 85 .ndo_stop = internal_dev_stop,
|
| /linux/arch/m68k/emu/ |
| H A D | nfeth.c | 178 .ndo_stop = nfeth_stop,
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | hydra.c | 97 .ndo_stop = hydra_close,
|
| H A D | zorro8390.c | 273 .ndo_stop = zorro8390_close,
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_wwan.c | 141 .ndo_stop = ipc_wwan_link_stop,
|
| /linux/net/phonet/ |
| H A D | pep-gprs.c | 213 .ndo_stop = gprs_close,
|
| /linux/drivers/net/can/ |
| H A D | dummy_can.c | 224 .ndo_stop = dummy_can_netdev_close,
|
| H A D | vxcan.c | 171 .ndo_stop = vxcan_close,
|
| /linux/net/mac802154/ |
| H A D | iface.c | 498 .ndo_stop = mac802154_slave_close, 506 .ndo_stop = mac802154_slave_close,
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_vf.c | 140 .ndo_stop = enetc_close,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| H A D | ipoib_vlan.c | 146 .ndo_stop = mlx5i_pkey_close,
|
| /linux/drivers/net/ethernet/microchip/lan865x/ |
| H A D | lan865x.c | 325 .ndo_stop = lan865x_net_close,
|
| /linux/drivers/net/usb/ |
| H A D | ax88172a.c | 105 .ndo_stop = usbnet_stop,
|
| H A D | sr9700.c | 264 .ndo_stop = usbnet_stop,
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-usb.c | 288 .ndo_stop = mctp_usb_stop,
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fcoe.c | 854 netdev->netdev_ops->ndo_stop(netdev); in ixgbe_fcoe_enable() 894 netdev->netdev_ops->ndo_stop(netdev); in ixgbe_fcoe_disable()
|
12345678910>>...13