Home
last modified time | relevance | path

Searched refs:remove_port (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/char/
Dvirtio_console.c1007 static void remove_port(struct kref *kref);
1038 kref_put(&port->kref, remove_port); in port_fops_release()
1093 kref_put(&port->kref, remove_port); in port_fops_open()
1511 static void remove_port(struct kref *kref) in remove_port() function
1584 kref_put(&port->kref, remove_port); in unplug_port()
/Linux-v4.19/drivers/nvme/target/
Dnvmet.h260 void (*remove_port)(struct nvmet_port *port); member
Dloop.c687 .remove_port = nvme_loop_remove_port,
Dcore.c293 ops->remove_port(port); in nvmet_disable_port()
Drdma.c1592 .remove_port = nvmet_rdma_remove_port,
Dfc.c2552 .remove_port = nvmet_fc_remove_port,
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h1056 void (*remove_port)(struct ef4_nic *efx); member
Dfalcon.c2724 .remove_port = falcon_remove_port,
2821 .remove_port = falcon_remove_port,
Defx.c1144 efx->type->remove_port(efx); in ef4_remove_port()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dnet_driver.h1287 void (*remove_port)(struct efx_nic *efx); member
Dsiena.c977 .remove_port = efx_mcdi_port_remove,
Def10.c6589 .remove_port = efx_mcdi_port_remove,
6696 .remove_port = efx_mcdi_port_remove,
Defx.c1203 efx->type->remove_port(efx); in efx_remove_port()
/Linux-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea_main.c3224 static DEVICE_ATTR(remove_port, 0200, NULL, ehea_remove_port);