Home
last modified time | relevance | path

Searched refs:ql4_chap_table (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/qla4xxx/
Dql4_mbx.c1328 struct ql4_chap_table *chap_table; in qla4xxx_get_chap()
1337 chap_size = sizeof(struct ql4_chap_table); in qla4xxx_get_chap()
1381 struct ql4_chap_table *chap_table; in qla4xxx_set_chap()
1390 memset(chap_table, 0, sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()
1399 offset = FLASH_CHAP_OFFSET | (idx * sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()
1401 sizeof(struct ql4_chap_table), in qla4xxx_set_chap()
1406 memcpy((struct ql4_chap_table *)ha->chap_list + idx, in qla4xxx_set_chap()
1407 chap_table, sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()
1436 struct ql4_chap_table *chap_table; in qla4xxx_get_chap_index()
1440 sizeof(struct ql4_chap_table); in qla4xxx_get_chap_index()
[all …]
Dql4_os.c362 struct ql4_chap_table *chap_table; in qla4xxx_get_chap_list()
370 sizeof(struct ql4_chap_table); in qla4xxx_get_chap_list()
385 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_list()
459 struct ql4_chap_table *chap_table; in qla4xxx_delete_chap()
470 memset(chap_table, 0, sizeof(struct ql4_chap_table)); in qla4xxx_delete_chap()
474 sizeof(struct ql4_chap_table); in qla4xxx_delete_chap()
493 chap_size = sizeof(struct ql4_chap_table); in qla4xxx_delete_chap()
523 (chap_tbl_idx * sizeof(struct ql4_chap_table)); in qla4xxx_delete_chap()
529 memcpy((struct ql4_chap_table *)ha->chap_list + chap_tbl_idx, in qla4xxx_delete_chap()
530 chap_table, sizeof(struct ql4_chap_table)); in qla4xxx_delete_chap()
[all …]
Dql4_fw.h706 struct ql4_chap_table { struct