Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H A Dib_srp.c71 static unsigned int cmd_sg_entries; variable
79 MODULE_PARM_DESC(srp_sg_tablesize, "Deprecated name for cmd_sg_entries");
81 module_param(cmd_sg_entries, uint, 0444);
82 MODULE_PARM_DESC(cmd_sg_entries,
91 "Default behavior when there are more than cmd_sg_entries S/G entries after mapping; fails the request when false (default false)");
3019 static DEVICE_ATTR(cmd_sg_entries, S_IRUGO, show_cmd_sg_entries, NULL);
3239 { SRP_OPT_CMD_SG_ENTRIES, "cmd_sg_entries=%u" },
3526 pr_warn("match_int() failed for max cmd_sg_entries parameter '%s', Error %d\n", in srp_parse_options()
3531 pr_warn("bad max cmd_sg_entries parameter '%s'\n", in srp_parse_options()
3692 target->cmd_sg_cnt = cmd_sg_entries; in srp_create_target()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c66 static unsigned int cmd_sg_entries; variable
74 MODULE_PARM_DESC(srp_sg_tablesize, "Deprecated name for cmd_sg_entries");
76 module_param(cmd_sg_entries, uint, 0444);
77 MODULE_PARM_DESC(cmd_sg_entries,
86 "Default behavior when there are more than cmd_sg_entries S/G entries after mapping; fails the request when false (default false)");
3031 static DEVICE_ATTR_RO(cmd_sg_entries);
3267 { SRP_OPT_CMD_SG_ENTRIES, "cmd_sg_entries=%u" },
3554 pr_warn("match_int() failed for max cmd_sg_entries parameter '%s', Error %d\n", in srp_parse_options()
3559 pr_warn("bad max cmd_sg_entries parameter '%s'\n", in srp_parse_options()
3720 target->cmd_sg_cnt = cmd_sg_entries; in add_target_store()
[all...]

Completed in 10 milliseconds