Symbol: remove_port
drivers/char/virtio_console.c
1015
kref_put(&port->kref, remove_port);
drivers/char/virtio_console.c
1070
kref_put(&port->kref, remove_port);
drivers/char/virtio_console.c
1519
kref_put(&port->kref, remove_port);
drivers/char/virtio_console.c
984
static void remove_port(struct kref *kref);
drivers/net/ethernet/ibm/ehea/ehea_main.c
3210
static DEVICE_ATTR_WO(remove_port);
drivers/net/ethernet/sfc/ef10.c
4073
.remove_port = efx_mcdi_port_remove,
drivers/net/ethernet/sfc/ef10.c
4185
.remove_port = efx_mcdi_port_remove,
drivers/net/ethernet/sfc/ef10.c
4321
.remove_port = efx_mcdi_port_remove,
drivers/net/ethernet/sfc/efx.c
178
efx->type->remove_port(efx);
drivers/net/ethernet/sfc/falcon/efx.c
1131
efx->type->remove_port(efx);
drivers/net/ethernet/sfc/falcon/falcon.c
2721
.remove_port = falcon_remove_port,
drivers/net/ethernet/sfc/falcon/falcon.c
2818
.remove_port = falcon_remove_port,
drivers/net/ethernet/sfc/falcon/net_driver.h
1053
void (*remove_port)(struct ef4_nic *efx);
drivers/net/ethernet/sfc/net_driver.h
1406
void (*remove_port)(struct efx_nic *efx);
drivers/net/ethernet/sfc/siena/efx.c
187
efx->type->remove_port(efx);
drivers/net/ethernet/sfc/siena/net_driver.h
1303
void (*remove_port)(struct efx_nic *efx);
drivers/net/ethernet/sfc/siena/siena.c
997
.remove_port = efx_siena_mcdi_port_remove,
drivers/nvme/target/core.c
392
ops->remove_port(port);
drivers/nvme/target/fc.c
2996
.remove_port = nvmet_fc_remove_port,
drivers/nvme/target/loop.c
677
.remove_port = nvme_loop_remove_port,
drivers/nvme/target/nvmet.h
419
void (*remove_port)(struct nvmet_port *port);
drivers/nvme/target/pci-epf.c
1531
.remove_port = nvmet_pci_epf_remove_port,
drivers/nvme/target/rdma.c
2046
.remove_port = nvmet_rdma_remove_port,
drivers/nvme/target/tcp.c
2215
.remove_port = nvmet_tcp_remove_port,