/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_pm.c | 29 if (dev->netdev_ops->ndo_stop) in rtl92e_suspend() 30 dev->netdev_ops->ndo_stop(dev); in rtl92e_suspend()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_main.c | 75 priv->netdev_ops->ndo_stop(dev); in hfi1_ipoib_dev_open() 102 return priv->netdev_ops->ndo_stop(dev); in hfi1_ipoib_dev_stop() 109 .ndo_stop = hfi1_ipoib_dev_stop,
|
/openbmc/linux/drivers/staging/octeon/ |
H A D | ethernet.c | 441 if (dev->netdev_ops->ndo_stop) in cvm_oct_common_init() 442 dev->netdev_ops->ndo_stop(dev); in cvm_oct_common_init() 539 .ndo_stop = cvm_oct_common_stop, 555 .ndo_stop = cvm_oct_common_stop, 585 .ndo_stop = cvm_oct_common_stop,
|
/openbmc/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
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | 8390.c | 61 .ndo_stop = ei_close,
|
H A D | 8390p.c | 66 .ndo_stop = eip_close,
|
H A D | hydra.c | 97 .ndo_stop = hydra_close,
|
/openbmc/linux/net/rose/ |
H A D | rose_dev.c | 124 .ndo_stop = rose_close,
|
/openbmc/linux/drivers/net/ |
H A D | nlmon.c | 78 .ndo_stop = nlmon_close,
|
H A D | vsockmon.c | 85 .ndo_stop = vsockmon_close,
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_netdev.c | 297 rc = adapter->rn_ops->ndo_stop(adapter->netdev); in opa_netdev_close() 313 .ndo_stop = opa_netdev_close,
|
/openbmc/linux/net/netrom/ |
H A D | nr_dev.c | 162 .ndo_stop = nr_close,
|
/openbmc/linux/drivers/net/usb/ |
H A D | int51x1.c | 132 .ndo_stop = usbnet_stop,
|
/openbmc/linux/drivers/net/ethernet/natsemi/ |
H A D | jazzsonic.c | 101 .ndo_stop = jazzsonic_close,
|
H A D | xtsonic.c | 114 .ndo_stop = xtsonic_close,
|
/openbmc/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,
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | netdev.c | 208 .ndo_stop = bnep_net_close,
|
/openbmc/linux/net/ieee802154/6lowpan/ |
H A D | core.c | 103 .ndo_stop = lowpan_stop,
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | usb_intf.c | 200 if (pnetdev->netdev_ops->ndo_stop) in r871x_suspend() 201 pnetdev->netdev_ops->ndo_stop(pnetdev); in r871x_suspend()
|
/openbmc/linux/net/openvswitch/ |
H A D | vport-internal_dev.c | 85 .ndo_stop = internal_dev_stop,
|
/openbmc/linux/arch/m68k/emu/ |
H A D | nfeth.c | 178 .ndo_stop = nfeth_stop,
|
/openbmc/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_wwan.c | 141 .ndo_stop = ipc_wwan_link_stop,
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_vf.c | 110 .ndo_stop = enetc_close,
|
/openbmc/linux/drivers/net/can/ |
H A D | vxcan.c | 144 .ndo_stop = vxcan_close,
|