Searched refs:chap_rec (Results 1 – 2 of 2) sorted by relevance
724 struct iscsi_chap_rec *chap_rec; in qla4xxx_get_chap_list() local745 chap_rec = (struct iscsi_chap_rec *) buf; in qla4xxx_get_chap_list()753 chap_rec->chap_tbl_idx = i; in qla4xxx_get_chap_list()754 strlcpy(chap_rec->username, chap_table->name, in qla4xxx_get_chap_list()756 strlcpy(chap_rec->password, chap_table->secret, in qla4xxx_get_chap_list()758 chap_rec->password_length = chap_table->secret_len; in qla4xxx_get_chap_list()761 chap_rec->chap_type = CHAP_TYPE_OUT; in qla4xxx_get_chap_list()764 chap_rec->chap_type = CHAP_TYPE_IN; in qla4xxx_get_chap_list()766 chap_rec++; in qla4xxx_get_chap_list()915 struct iscsi_chap_rec chap_rec; in qla4xxx_set_chap_entry() local[all …]
3017 struct iscsi_chap_rec *chap_rec; in iscsi_get_chap() local3033 chap_buf_size = (ev->u.get_chap.num_entries * sizeof(*chap_rec)); in iscsi_get_chap()