Searched refs:ndo_stop (Results 1 – 25 of 394) sorted by relevance
12345678910>>...16
/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/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,
|
/linux/drivers/net/ |
H A D | nlmon.c | 57 .ndo_stop = nlmon_close,
|
H A D | vsockmon.c | 67 .ndo_stop = vsockmon_close,
|
/linux/net/rose/ |
H A D | rose_dev.c | 124 .ndo_stop = rose_close,
|
/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,
|
/linux/net/netrom/ |
H A D | nr_dev.c | 162 .ndo_stop = nr_close,
|
/linux/drivers/net/usb/ |
H A D | int51x1.c | 132 .ndo_stop = usbnet_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/wangxun/ngbevf/ |
H A D | ngbevf_main.c | 46 .ndo_stop = wxvf_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 | vxcan.c | 144 .ndo_stop = vxcan_close,
|
/linux/drivers/net/ethernet/broadcom/bnge/ |
H A D | bnge_netdev.c | 41 .ndo_stop = bnge_close,
|
/linux/drivers/net/ethernet/wangxun/txgbevf/ |
H A D | txgbevf_main.c | 42 .ndo_stop = wxvf_close,
|
/linux/net/mac802154/ |
H A D | iface.c | 496 .ndo_stop = mac802154_slave_close, 504 .ndo_stop = mac802154_slave_close,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib_vlan.c | 147 .ndo_stop = mlx5i_pkey_close,
|
12345678910>>...16