Searched refs:remove_port (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/char/ |
| A D | virtio_console.c | 983 static void remove_port(struct kref *kref); 1014 kref_put(&port->kref, remove_port); in port_fops_release() 1069 kref_put(&port->kref, remove_port); in port_fops_open() 1448 static void remove_port(struct kref *kref) in remove_port() function 1522 kref_put(&port->kref, remove_port); in unplug_port()
|
| /linux/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()
|
| /linux/drivers/nvme/target/ |
| A D | loop.c | 666 .remove_port = nvme_loop_remove_port,
|
| A D | nvmet.h | 353 void (*remove_port)(struct nvmet_port *port); member
|
| A D | core.c | 393 ops->remove_port(port); in nvmet_disable_port()
|
| A D | rdma.c | 2032 .remove_port = nvmet_rdma_remove_port,
|
| A D | tcp.c | 2190 .remove_port = nvmet_tcp_remove_port,
|
| A D | fc.c | 2974 .remove_port = nvmet_fc_remove_port,
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| A D | net_driver.h | 1303 void (*remove_port)(struct efx_nic *efx); member
|
| A D | efx.c | 187 efx->type->remove_port(efx); in efx_remove_port()
|
| A D | siena.c | 997 .remove_port = efx_siena_mcdi_port_remove,
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | net_driver.h | 1367 void (*remove_port)(struct efx_nic *efx); member
|
| A D | efx.c | 177 efx->type->remove_port(efx); in efx_remove_port()
|
| A D | ef10.c | 4071 .remove_port = efx_mcdi_port_remove, 4183 .remove_port = efx_mcdi_port_remove, 4319 .remove_port = efx_mcdi_port_remove,
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| A D | ehea_main.c | 3210 static DEVICE_ATTR_WO(remove_port);
|
Completed in 88 milliseconds