Searched refs:remove_port (Results 1 – 18 of 18) sorted by relevance
| /drivers/char/ |
| A D | virtio_console.c | 984 static void remove_port(struct kref *kref); 1015 kref_put(&port->kref, remove_port); in port_fops_release() 1070 kref_put(&port->kref, remove_port); in port_fops_open() 1445 static void remove_port(struct kref *kref) in remove_port() function 1519 kref_put(&port->kref, remove_port); in unplug_port()
|
| /drivers/net/ethernet/sfc/falcon/ |
| A D | net_driver.h | 1053 void (*remove_port)(struct ef4_nic *efx); member
|
| A D | falcon.c | 2721 .remove_port = falcon_remove_port, 2818 .remove_port = falcon_remove_port,
|
| A D | efx.c | 1131 efx->type->remove_port(efx); in ef4_remove_port()
|
| /drivers/nvme/target/ |
| A D | loop.c | 677 .remove_port = nvme_loop_remove_port,
|
| A D | nvmet.h | 419 void (*remove_port)(struct nvmet_port *port); member
|
| A D | core.c | 389 ops->remove_port(port); in nvmet_disable_port()
|
| A D | rdma.c | 2047 .remove_port = nvmet_rdma_remove_port,
|
| A D | tcp.c | 2188 .remove_port = nvmet_tcp_remove_port,
|
| A D | fc.c | 3002 .remove_port = nvmet_fc_remove_port,
|
| A D | pci-epf.c | 1530 .remove_port = nvmet_pci_epf_remove_port,
|
| /drivers/net/ethernet/sfc/siena/ |
| A D | net_driver.h | 1303 void (*remove_port)(struct efx_nic *efx); member
|
| A D | siena.c | 997 .remove_port = efx_siena_mcdi_port_remove,
|
| A D | efx.c | 187 efx->type->remove_port(efx); in efx_remove_port()
|
| /drivers/net/ethernet/sfc/ |
| A D | net_driver.h | 1406 void (*remove_port)(struct efx_nic *efx); member
|
| A D | efx.c | 178 efx->type->remove_port(efx); in efx_remove_port()
|
| A D | ef10.c | 4073 .remove_port = efx_mcdi_port_remove, 4185 .remove_port = efx_mcdi_port_remove, 4321 .remove_port = efx_mcdi_port_remove,
|
| /drivers/net/ethernet/ibm/ehea/ |
| A D | ehea_main.c | 3210 static DEVICE_ATTR_WO(remove_port);
|
Completed in 115 milliseconds