Searched refs:remove_port (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/char/ |
| D | virtio_console.c | 994 static void remove_port(struct kref *kref); 1025 kref_put(&port->kref, remove_port); in port_fops_release() 1080 kref_put(&port->kref, remove_port); in port_fops_open() 1489 static void remove_port(struct kref *kref) in remove_port() function 1562 kref_put(&port->kref, remove_port); in unplug_port()
|
| /Linux-v5.4/drivers/nvme/target/ |
| D | nvmet.h | 276 void (*remove_port)(struct nvmet_port *port); member
|
| D | loop.c | 675 .remove_port = nvme_loop_remove_port,
|
| D | core.c | 346 ops->remove_port(port); in nvmet_disable_port()
|
| D | rdma.c | 1611 .remove_port = nvmet_rdma_remove_port,
|
| D | tcp.c | 1716 .remove_port = nvmet_tcp_remove_port,
|
| D | fc.c | 2567 .remove_port = nvmet_fc_remove_port,
|
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
| D | net_driver.h | 1053 void (*remove_port)(struct ef4_nic *efx); member
|
| D | falcon.c | 2721 .remove_port = falcon_remove_port, 2818 .remove_port = falcon_remove_port,
|
| D | efx.c | 1141 efx->type->remove_port(efx); in ef4_remove_port()
|
| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | net_driver.h | 1284 void (*remove_port)(struct efx_nic *efx); member
|
| D | siena.c | 974 .remove_port = efx_mcdi_port_remove,
|
| D | ef10.c | 6616 .remove_port = efx_mcdi_port_remove, 6723 .remove_port = efx_mcdi_port_remove,
|
| D | efx.c | 1200 efx->type->remove_port(efx); in efx_remove_port()
|
| /Linux-v5.4/drivers/net/ethernet/ibm/ehea/ |
| D | ehea_main.c | 3206 static DEVICE_ATTR(remove_port, 0200, NULL, ehea_remove_port);
|