Home
last modified time | relevance | path

Searched refs:ndo_stop (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c64 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-6.15/drivers/staging/octeon/
H A Dethernet.c441 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,
/linux-6.15/Documentation/networking/
H A Ddriver.rst23 After the ndo_stop routine has been called, the hardware must
31 The ndo_stop routine will be called by unregister_netdevice
/linux-6.15/drivers/net/ethernet/8390/
H A D8390.c61 .ndo_stop = ei_close,
H A D8390p.c66 .ndo_stop = eip_close,
H A Dhydra.c97 .ndo_stop = hydra_close,
/linux-6.15/drivers/net/
H A Dnlmon.c57 .ndo_stop = nlmon_close,
H A Dvsockmon.c67 .ndo_stop = vsockmon_close,
/linux-6.15/net/rose/
H A Drose_dev.c124 .ndo_stop = rose_close,
/linux-6.15/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_netdev.c297 rc = adapter->rn_ops->ndo_stop(adapter->netdev); in opa_netdev_close()
313 .ndo_stop = opa_netdev_close,
/linux-6.15/net/netrom/
H A Dnr_dev.c162 .ndo_stop = nr_close,
/linux-6.15/drivers/net/usb/
H A Dint51x1.c132 .ndo_stop = usbnet_stop,
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_repr.c268 .ndo_stop = ice_repr_vf_stop,
278 .ndo_stop = ice_repr_sf_stop,
/linux-6.15/drivers/net/ethernet/natsemi/
H A Djazzsonic.c101 .ndo_stop = jazzsonic_close,
H A Dxtsonic.c114 .ndo_stop = xtsonic_close,
/linux-6.15/drivers/net/ethernet/amd/
H A Dmvme147.c62 .ndo_stop = m147lance_close,
H A Dhplance.c73 .ndo_stop = hplance_close,
/linux-6.15/net/bluetooth/bnep/
H A Dnetdev.c208 .ndo_stop = bnep_net_close,
/linux-6.15/net/ieee802154/6lowpan/
H A Dcore.c104 .ndo_stop = lowpan_stop,
/linux-6.15/net/openvswitch/
H A Dvport-internal_dev.c85 .ndo_stop = internal_dev_stop,
/linux-6.15/arch/m68k/emu/
H A Dnfeth.c178 .ndo_stop = nfeth_stop,
/linux-6.15/drivers/net/wwan/iosm/
H A Diosm_ipc_wwan.c141 .ndo_stop = ipc_wwan_link_stop,
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c117 .ndo_stop = enetc_close,
/linux-6.15/drivers/net/can/
H A Dvxcan.c144 .ndo_stop = vxcan_close,
/linux-6.15/net/phonet/
H A Dpep-gprs.c213 .ndo_stop = gprs_close,

12345678910>>...20