Searched refs:remove_port (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/char/
H A Dvirtio_console.c983 static void remove_port(struct kref *kref);
1011 * inside remove_port if we're the last holder of the port,
1014 kref_put(&port->kref, remove_port);
1069 kref_put(&port->kref, remove_port);
1449 static void remove_port(struct kref *kref) function
1523 kref_put(&port->kref, remove_port);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h938 * @remove_port: Free resources allocated by probe_port()
1053 void (*remove_port)(struct ef4_nic *efx); member in struct:ef4_nic_type
H A Dfalcon.c2721 .remove_port = falcon_remove_port,
2818 .remove_port = falcon_remove_port,
H A Defx.c1131 efx->type->remove_port(efx);
/linux-master/drivers/nvme/target/
H A Dloop.c648 .remove_port = nvme_loop_remove_port,
H A Dnvmet.h349 void (*remove_port)(struct nvmet_port *port); member in struct:nvmet_fabrics_ops
H A Dcore.c392 ops->remove_port(port);
H A Drdma.c1749 * future remove_port won't invoke a double
1751 * we don't compete with remove_port.
2035 .remove_port = nvmet_rdma_remove_port,
H A Dfc.c2942 .remove_port = nvmet_fc_remove_port,
H A Dtcp.c2175 .remove_port = nvmet_tcp_remove_port,
/linux-master/drivers/net/ethernet/sfc/
H A Defx.c177 efx->type->remove_port(efx);
H A Dnet_driver.h1221 * @remove_port: Free resources allocated by probe_port()
1367 void (*remove_port)(struct efx_nic *efx); member in struct:efx_nic_type
H A Def10.c4071 .remove_port = efx_mcdi_port_remove,
4183 .remove_port = efx_mcdi_port_remove,
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena.c997 .remove_port = efx_siena_mcdi_port_remove,
H A Dnet_driver.h1165 * @remove_port: Free resources allocated by probe_port()
1316 void (*remove_port)(struct efx_nic *efx); member in struct:efx_nic_type
H A Defx.c187 efx->type->remove_port(efx);
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c3212 static DEVICE_ATTR_WO(remove_port);

Completed in 373 milliseconds