Searched refs:ndo_stop (Results 1 – 25 of 464) sorted by relevance
12345678910>>...19
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_pm.c | 30 if (dev->netdev_ops->ndo_stop) in rtl92e_suspend() 31 dev->netdev_ops->ndo_stop(dev); in rtl92e_suspend()
|
/Linux-v5.4/Documentation/networking/ |
D | driver.txt | 87 1) After the ndo_stop routine has been called, the hardware must 92 2) The ndo_stop routine will be called by unregister_netdevice
|
D | netdevices.txt | 54 ndo_stop: 99 driver's ndo_stop method will invoke napi_disable() on
|
/Linux-v5.4/drivers/staging/octeon/ |
D | ethernet.c | 444 if (dev->netdev_ops->ndo_stop) in cvm_oct_common_init() 445 dev->netdev_ops->ndo_stop(dev); in cvm_oct_common_init() 542 .ndo_stop = cvm_oct_common_stop, 558 .ndo_stop = cvm_oct_common_stop, 588 .ndo_stop = cvm_oct_common_stop,
|
/Linux-v5.4/drivers/net/ethernet/8390/ |
D | 8390.c | 61 .ndo_stop = ei_close,
|
D | 8390p.c | 66 .ndo_stop = eip_close,
|
D | hydra.c | 99 .ndo_stop = hydra_close,
|
/Linux-v5.4/net/rose/ |
D | rose_dev.c | 124 .ndo_stop = rose_close,
|
/Linux-v5.4/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_netdev.c | 298 rc = adapter->rn_ops->ndo_stop(adapter->netdev); in opa_netdev_close() 314 .ndo_stop = opa_netdev_close,
|
/Linux-v5.4/drivers/net/ |
D | nlmon.c | 99 .ndo_stop = nlmon_close,
|
D | vsockmon.c | 111 .ndo_stop = vsockmon_close,
|
/Linux-v5.4/net/netrom/ |
D | nr_dev.c | 162 .ndo_stop = nr_close,
|
/Linux-v5.4/drivers/net/usb/ |
D | int51x1.c | 132 .ndo_stop = usbnet_stop,
|
/Linux-v5.4/net/ieee802154/6lowpan/ |
D | core.c | 94 .ndo_stop = lowpan_stop,
|
/Linux-v5.4/drivers/net/ethernet/amd/ |
D | mvme147.c | 62 .ndo_stop = m147lance_close,
|
D | hplance.c | 73 .ndo_stop = hplance_close,
|
/Linux-v5.4/net/bluetooth/bnep/ |
D | netdev.c | 208 .ndo_stop = bnep_net_close,
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | usb_intf.c | 201 if (pnetdev->netdev_ops->ndo_stop) in r871x_suspend() 202 pnetdev->netdev_ops->ndo_stop(pnetdev); in r871x_suspend()
|
/Linux-v5.4/drivers/net/ethernet/natsemi/ |
D | jazzsonic.c | 101 .ndo_stop = jazzsonic_close,
|
D | xtsonic.c | 114 .ndo_stop = xtsonic_close,
|
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_main.c | 231 .ndo_stop = aq_ndev_close,
|
/Linux-v5.4/drivers/staging/isdn/hysdn/ |
D | hysdn_net.c | 237 .ndo_stop = net_close,
|
/Linux-v5.4/arch/m68k/emu/ |
D | nfeth.c | 178 .ndo_stop = nfeth_stop,
|
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/ |
D | enetc_vf.c | 109 .ndo_stop = enetc_close,
|
/Linux-v5.4/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 270 ops->ndo_stop(dev); in qcaspi_set_ringparam()
|
12345678910>>...19