Searched refs:remove_port (Results 1 – 7 of 7) sorted by relevance
/drivers/char/ |
D | virtio_console.c | 1005 static void remove_port(struct kref *kref); 1036 kref_put(&port->kref, remove_port); in port_fops_release() 1091 kref_put(&port->kref, remove_port); in port_fops_open() 1527 static void remove_port(struct kref *kref) in remove_port() function 1600 kref_put(&port->kref, remove_port); in unplug_port()
|
/drivers/net/ethernet/sfc/ |
D | net_driver.h | 1234 void (*remove_port)(struct efx_nic *efx); member
|
D | siena.c | 938 .remove_port = efx_mcdi_port_remove,
|
D | falcon.c | 2717 .remove_port = falcon_remove_port, 2820 .remove_port = falcon_remove_port,
|
D | ef10.c | 4690 .remove_port = efx_mcdi_port_remove, 4793 .remove_port = efx_mcdi_port_remove,
|
D | efx.c | 1146 efx->type->remove_port(efx); in efx_remove_port()
|
/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 3247 static DEVICE_ATTR(remove_port, S_IWUSR, NULL, ehea_remove_port);
|