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

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

Completed in 280 milliseconds