Searched refs:remove_port (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/char/ |
H A D | virtio_console.c | 986 static void remove_port(struct kref *kref); 1017 kref_put(&port->kref, remove_port); in port_fops_release() 1072 kref_put(&port->kref, remove_port); in port_fops_open() 1481 static void remove_port(struct kref *kref) in remove_port() function 1555 kref_put(&port->kref, remove_port); in unplug_port()
|
/openbmc/qemu/hw/char/ |
H A D | virtio-serial-bus.c | 900 static void remove_port(VirtIOSerial *vser, uint32_t port_id) in remove_port() function 1014 remove_port(port->vser, port->id); in virtser_port_device_unrealize()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 1053 void (*remove_port)(struct ef4_nic *efx); member
|
H A D | falcon.c | 2721 .remove_port = falcon_remove_port, 2818 .remove_port = falcon_remove_port,
|
H A D | efx.c | 1131 efx->type->remove_port(efx); in ef4_remove_port()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | loop.c | 655 .remove_port = nvme_loop_remove_port,
|
H A D | nvmet.h | 336 void (*remove_port)(struct nvmet_port *port); member
|
H A D | core.c | 380 ops->remove_port(port); in nvmet_disable_port()
|
H A D | tcp.c | 1897 .remove_port = nvmet_tcp_remove_port, in nvmet_tcp_init()
|
H A D | rdma.c | 2006 .remove_port = nvmet_rdma_remove_port,
|
H A D | fc.c | 2938 .remove_port = nvmet_fc_remove_port,
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | net_driver.h | 1316 void (*remove_port)(struct efx_nic *efx); member
|
H A D | efx.c | 187 efx->type->remove_port(efx); in efx_remove_port()
|
H A D | siena.c | 997 .remove_port = efx_siena_mcdi_port_remove,
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 1367 void (*remove_port)(struct efx_nic *efx); member
|
H A D | efx.c | 177 efx->type->remove_port(efx); in efx_remove_port()
|
H A D | ef10.c | 4071 .remove_port = efx_mcdi_port_remove, 4183 .remove_port = efx_mcdi_port_remove,
|
/openbmc/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 3212 static DEVICE_ATTR_WO(remove_port);
|