Searched refs:chap_rec (Results 1 – 2 of 2) sorted by relevance
772 struct iscsi_chap_rec *chap_rec; in qla4xxx_get_chap_list() local793 chap_rec = (struct iscsi_chap_rec *) buf; in qla4xxx_get_chap_list()801 chap_rec->chap_tbl_idx = i; in qla4xxx_get_chap_list()802 strscpy(chap_rec->username, chap_table->name, in qla4xxx_get_chap_list()803 sizeof(chap_rec->username)); in qla4xxx_get_chap_list()804 chap_rec->password_length = strscpy(chap_rec->password, in qla4xxx_get_chap_list()806 sizeof(chap_rec->password)); in qla4xxx_get_chap_list()809 chap_rec->chap_type = CHAP_TYPE_OUT; in qla4xxx_get_chap_list()812 chap_rec->chap_type = CHAP_TYPE_IN; in qla4xxx_get_chap_list()814 chap_rec++; in qla4xxx_get_chap_list()[all …]
3302 struct iscsi_chap_rec *chap_rec; in iscsi_get_chap() local3318 chap_buf_size = (ev->u.get_chap.num_entries * sizeof(*chap_rec)); in iscsi_get_chap()