Searched refs:remove_port (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/char/ |
D | virtio_console.c | 1007 static void remove_port(struct kref *kref); 1038 kref_put(&port->kref, remove_port); in port_fops_release() 1093 kref_put(&port->kref, remove_port); in port_fops_open() 1511 static void remove_port(struct kref *kref) in remove_port() function 1584 kref_put(&port->kref, remove_port); in unplug_port()
|
/Linux-v4.19/drivers/nvme/target/ |
D | nvmet.h | 260 void (*remove_port)(struct nvmet_port *port); member
|
D | loop.c | 687 .remove_port = nvme_loop_remove_port,
|
D | core.c | 293 ops->remove_port(port); in nvmet_disable_port()
|
D | rdma.c | 1592 .remove_port = nvmet_rdma_remove_port,
|
D | fc.c | 2552 .remove_port = nvmet_fc_remove_port,
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | net_driver.h | 1056 void (*remove_port)(struct ef4_nic *efx); member
|
D | falcon.c | 2724 .remove_port = falcon_remove_port, 2821 .remove_port = falcon_remove_port,
|
D | efx.c | 1144 efx->type->remove_port(efx); in ef4_remove_port()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | net_driver.h | 1287 void (*remove_port)(struct efx_nic *efx); member
|
D | siena.c | 977 .remove_port = efx_mcdi_port_remove,
|
D | ef10.c | 6589 .remove_port = efx_mcdi_port_remove, 6696 .remove_port = efx_mcdi_port_remove,
|
D | efx.c | 1203 efx->type->remove_port(efx); in efx_remove_port()
|
/Linux-v4.19/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 3224 static DEVICE_ATTR(remove_port, 0200, NULL, ehea_remove_port);
|