Searched refs:chap_rec (Results 1 – 2 of 2) sorted by relevance
723 struct iscsi_chap_rec *chap_rec; in qla4xxx_get_chap_list() local744 chap_rec = (struct iscsi_chap_rec *) buf; in qla4xxx_get_chap_list()752 chap_rec->chap_tbl_idx = i; in qla4xxx_get_chap_list()753 strlcpy(chap_rec->username, chap_table->name, in qla4xxx_get_chap_list()755 strlcpy(chap_rec->password, chap_table->secret, in qla4xxx_get_chap_list()757 chap_rec->password_length = chap_table->secret_len; in qla4xxx_get_chap_list()760 chap_rec->chap_type = CHAP_TYPE_OUT; in qla4xxx_get_chap_list()763 chap_rec->chap_type = CHAP_TYPE_IN; in qla4xxx_get_chap_list()765 chap_rec++; in qla4xxx_get_chap_list()914 struct iscsi_chap_rec chap_rec; in qla4xxx_set_chap_entry() local[all …]
3021 struct iscsi_chap_rec *chap_rec; in iscsi_get_chap() local3037 chap_buf_size = (ev->u.get_chap.num_entries * sizeof(*chap_rec)); in iscsi_get_chap()