Searched refs:chap_rec (Results 1 – 2 of 2) sorted by relevance
741 struct iscsi_chap_rec *chap_rec; in qla4xxx_get_chap_list() local762 chap_rec = (struct iscsi_chap_rec *) buf; in qla4xxx_get_chap_list()770 chap_rec->chap_tbl_idx = i; in qla4xxx_get_chap_list()771 strlcpy(chap_rec->username, chap_table->name, in qla4xxx_get_chap_list()773 strlcpy(chap_rec->password, chap_table->secret, in qla4xxx_get_chap_list()775 chap_rec->password_length = chap_table->secret_len; in qla4xxx_get_chap_list()778 chap_rec->chap_type = CHAP_TYPE_OUT; in qla4xxx_get_chap_list()781 chap_rec->chap_type = CHAP_TYPE_IN; in qla4xxx_get_chap_list()783 chap_rec++; in qla4xxx_get_chap_list()930 struct iscsi_chap_rec chap_rec; in qla4xxx_set_chap_entry() local[all …]
2999 struct iscsi_chap_rec *chap_rec; in iscsi_get_chap() local3015 chap_buf_size = (ev->u.get_chap.num_entries * sizeof(*chap_rec)); in iscsi_get_chap()