Searched refs:tl_retry_count (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 225 int tl_retry_count; member
|
H A D | ib_srp.c | 818 req->ib_param.retry_count = target->tl_retry_count; in srp_send_req() 2986 return sprintf(buf, "%d\n", target->tl_retry_count); in show_tl_retry_count() 3018 static DEVICE_ATTR(tl_retry_count, S_IRUGO, show_tl_retry_count, NULL); 3243 { SRP_OPT_TL_RETRY_COUNT, "tl_retry_count=%u" }, 3582 pr_warn("match_int() failed for tl_retry_count parameter '%s', Error %d\n", in srp_parse_options() 3587 pr_warn("bad tl_retry_count parameter '%s' (must be a number between 2 and 7)\n", in srp_parse_options() 3592 target->tl_retry_count = token; in srp_parse_options() 3695 target->tl_retry_count = 7; in srp_create_target()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 233 int tl_retry_count; member
|
H A D | ib_srp.c | 813 req->ib_param.retry_count = target->tl_retry_count; in srp_send_req() 3018 return sysfs_emit(buf, "%d\n", target->tl_retry_count); in tl_retry_count_show() 3021 static DEVICE_ATTR_RO(tl_retry_count); 3271 { SRP_OPT_TL_RETRY_COUNT, "tl_retry_count=%u" }, 3610 pr_warn("match_int() failed for tl_retry_count parameter '%s', Error %d\n", in srp_parse_options() 3615 pr_warn("bad tl_retry_count parameter '%s' (must be a number between 2 and 7)\n", in srp_parse_options() 3620 target->tl_retry_count = token; in srp_parse_options() 3723 target->tl_retry_count = 7; in add_target_store()
|
Completed in 12 milliseconds