Home
last modified time | relevance | path

Searched refs:chap_table (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/qla4xxx/
H A Dql4_mbx.c1579 struct ql4_chap_table *chap_table; in qla4xxx_get_chap() local
1583 if (chap_table == NULL) in qla4xxx_get_chap()
1641 struct ql4_chap_table *chap_table; in qla4xxx_set_chap() local
1647 if (chap_table == NULL) { in qla4xxx_set_chap()
1658 sizeof(chap_table->secret)); in qla4xxx_set_chap()
1662 strscpy(chap_table->name, username, sizeof(chap_table->name)); in qla4xxx_set_chap()
1736 if (!(chap_table->flags & BIT_7)) { in qla4xxx_get_uni_chap_at_index()
1772 struct ql4_chap_table *chap_table; in qla4xxx_get_chap_index() local
1793 if (chap_table->cookie != in qla4xxx_get_chap_index()
1800 if (chap_table->flags & BIT_7) in qla4xxx_get_chap_index()
[all …]
H A Dql4_os.c730 struct ql4_chap_table *chap_table; in qla4xxx_find_free_chap_index() local
747 if ((chap_table->cookie != in qla4xxx_find_free_chap_index()
770 struct ql4_chap_table *chap_table; in qla4xxx_get_chap_list() local
796 if (chap_table->cookie != in qla4xxx_get_chap_list()
804 chap_table->secret, in qla4xxx_get_chap_list()
867 struct ql4_chap_table *chap_table; in qla4xxx_delete_chap() local
875 if (chap_table == NULL) in qla4xxx_delete_chap()
919 __le16_to_cpu(chap_table->cookie))); in qla4xxx_delete_chap()
926 chap_table->cookie = cpu_to_le16(0xFFFF); in qla4xxx_delete_chap()
6038 struct ql4_chap_table *chap_table; in qla4xxx_get_bidi_chap() local
[all …]