Searched refs:srp_tmo_ops (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c99 static const struct kernel_param_ops srp_tmo_ops; variable in typeref:struct:kernel_param_ops
102 module_param_cb(reconnect_delay, &srp_tmo_ops, &srp_reconnect_delay,
107 module_param_cb(fast_io_fail_tmo, &srp_tmo_ops, &srp_fast_io_fail_tmo,
115 module_param_cb(dev_loss_tmo, &srp_tmo_ops, &srp_dev_loss_tmo,
196 static const struct kernel_param_ops srp_tmo_ops = { variable in typeref:struct:kernel_param_ops

Completed in 215 milliseconds