Searched refs:cmd_sg_cnt (Results 1 – 2 of 2) sorted by relevance
212 unsigned int cmd_sg_cnt; member
1365 static uint32_t srp_max_it_iu_len(int cmd_sg_cnt, bool use_imm_data) in srp_max_it_iu_len() argument1369 cmd_sg_cnt * sizeof(struct srp_direct_buf); in srp_max_it_iu_len()1391 uint32_t max_iu_len = srp_max_it_iu_len(target->cmd_sg_cnt, in srp_rport_reconnect()1930 if (unlikely(target->cmd_sg_cnt < state.ndesc && in srp_map_data()1938 count = min(state.ndesc, target->cmd_sg_cnt); in srp_map_data()2540 ch->max_it_iu_len = srp_max_it_iu_len(target->cmd_sg_cnt, in srp_cm_rep_handler()3198 return sprintf(buf, "%u\n", target->cmd_sg_cnt); in show_cmd_sg_entries()3701 target->cmd_sg_cnt = token; in srp_parse_options()3805 target->cmd_sg_cnt = cmd_sg_entries; in srp_create_target()3846 target->cmd_sg_cnt < target->sg_tablesize) { in srp_create_target()[all …]