Searched refs:remove_port (Results 1 – 6 of 6) sorted by relevance
743 static void remove_port(struct kref *kref);773 kref_put(&port->kref, remove_port); in port_fops_release()828 kref_put(&port->kref, remove_port); in port_fops_open()1240 static void remove_port(struct kref *kref) in remove_port() function1307 kref_put(&port->kref, remove_port); in unplug_port()
885 void (*remove_port)(struct efx_nic *efx); member
610 .remove_port = siena_remove_port,
1714 .remove_port = falcon_remove_port,1755 .remove_port = falcon_remove_port,
958 efx->type->remove_port(efx); in efx_probe_port()1045 efx->type->remove_port(efx); in efx_remove_port()
3474 static DEVICE_ATTR(remove_port, S_IWUSR, NULL, ehea_remove_port);