remove_port       994 drivers/char/virtio_console.c static void remove_port(struct kref *kref);
remove_port      1025 drivers/char/virtio_console.c 	kref_put(&port->kref, remove_port);
remove_port      1080 drivers/char/virtio_console.c 	kref_put(&port->kref, remove_port);
remove_port      1562 drivers/char/virtio_console.c 	kref_put(&port->kref, remove_port);
remove_port      3206 drivers/net/ethernet/ibm/ehea/ehea_main.c static DEVICE_ATTR(remove_port, 0200, NULL, ehea_remove_port);
remove_port      6616 drivers/net/ethernet/sfc/ef10.c 	.remove_port = efx_mcdi_port_remove,
remove_port      6723 drivers/net/ethernet/sfc/ef10.c 	.remove_port = efx_mcdi_port_remove,
remove_port      1201 drivers/net/ethernet/sfc/efx.c 	efx->type->remove_port(efx);
remove_port      1141 drivers/net/ethernet/sfc/falcon/efx.c 	efx->type->remove_port(efx);
remove_port      2721 drivers/net/ethernet/sfc/falcon/falcon.c 	.remove_port = falcon_remove_port,
remove_port      2818 drivers/net/ethernet/sfc/falcon/falcon.c 	.remove_port = falcon_remove_port,
remove_port      1053 drivers/net/ethernet/sfc/falcon/net_driver.h 	void (*remove_port)(struct ef4_nic *efx);
remove_port      1284 drivers/net/ethernet/sfc/net_driver.h 	void (*remove_port)(struct efx_nic *efx);
remove_port       974 drivers/net/ethernet/sfc/siena.c 	.remove_port = efx_mcdi_port_remove,
remove_port       346 drivers/nvme/target/core.c 	ops->remove_port(port);
remove_port      2567 drivers/nvme/target/fc.c 	.remove_port		= nvmet_fc_remove_port,
remove_port       675 drivers/nvme/target/loop.c 	.remove_port	= nvme_loop_remove_port,
remove_port       276 drivers/nvme/target/nvmet.h 	void (*remove_port)(struct nvmet_port *port);
remove_port      1611 drivers/nvme/target/rdma.c 	.remove_port		= nvmet_rdma_remove_port,
remove_port      1722 drivers/nvme/target/tcp.c 	.remove_port		= nvmet_tcp_remove_port,