[SCSI] scsi_transport_iscsi: Add support to set CHAP entries
For offload iSCSI like qla4xxx, CHAP entries are stored in adapter's flash. This patch adds support to add/update CHAP entries in adapter's flash using iscsi tools, like Open-iSCSI. Signed-off-by: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
b1d0b63f99
commit
3af142fea7
3 changed files with 44 additions and 0 deletions
|
@ -152,6 +152,7 @@ struct iscsi_transport {
|
|||
int (*get_chap) (struct Scsi_Host *shost, uint16_t chap_tbl_idx,
|
||||
uint32_t *num_entries, char *buf);
|
||||
int (*delete_chap) (struct Scsi_Host *shost, uint16_t chap_tbl_idx);
|
||||
int (*set_chap) (struct Scsi_Host *shost, void *data, int len);
|
||||
int (*get_flashnode_param) (struct iscsi_bus_flash_session *fnode_sess,
|
||||
int param, char *buf);
|
||||
int (*set_flashnode_param) (struct iscsi_bus_flash_session *fnode_sess,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue