Searched refs:remove_port (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/drivers/char/ |
D | virtio_console.c | 992 static void remove_port(struct kref *kref); 1023 kref_put(&port->kref, remove_port); in port_fops_release() 1078 kref_put(&port->kref, remove_port); in port_fops_open() 1484 static void remove_port(struct kref *kref) in remove_port() function 1557 kref_put(&port->kref, remove_port); in unplug_port()
|
/Linux-v5.15/drivers/nvme/target/ |
D | nvmet.h | 305 void (*remove_port)(struct nvmet_port *port); member
|
D | loop.c | 691 .remove_port = nvme_loop_remove_port,
|
D | core.c | 374 ops->remove_port(port); in nvmet_disable_port()
|
D | tcp.c | 1805 .remove_port = nvmet_tcp_remove_port,
|
D | rdma.c | 1984 .remove_port = nvmet_rdma_remove_port,
|
D | fc.c | 2920 .remove_port = nvmet_fc_remove_port,
|
/Linux-v5.15/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.15/drivers/net/ethernet/sfc/ |
D | net_driver.h | 1321 void (*remove_port)(struct efx_nic *efx); member
|
D | siena.c | 986 .remove_port = efx_mcdi_port_remove,
|
D | efx.c | 184 efx->type->remove_port(efx); in efx_remove_port()
|
D | ef10.c | 4013 .remove_port = efx_mcdi_port_remove, 4124 .remove_port = efx_mcdi_port_remove,
|
/Linux-v5.15/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 3208 static DEVICE_ATTR_WO(remove_port);
|