Searched refs:chap_out_idx (Results 1 – 3 of 3) sorted by relevance
370 uint16_t chap_out_idx; member
3554 sess->chap_out_idx = le16_to_cpu(fw_ddb_entry->chap_tbl_idx); in qla4xxx_copy_from_fwddb_param()3681 fw_ddb_entry->chap_tbl_idx = cpu_to_le16(sess->chap_out_idx); in qla4xxx_copy_to_fwddb_param()8030 rc = sprintf(buf, "%u\n", fnode_sess->chap_out_idx); in qla4xxx_sysfs_ddb_get_param()8037 fnode_sess->chap_out_idx); in qla4xxx_sysfs_ddb_get_param()8048 fnode_sess->chap_out_idx); in qla4xxx_sysfs_ddb_get_param()8091 uint16_t chap_out_idx = INVALID_ENTRY; in qla4xxx_sysfs_ddb_set_param() local8139 fnode_sess->chap_out_idx = INVALID_ENTRY; in qla4xxx_sysfs_ddb_set_param()8280 chap_out_idx = *(uint16_t *)fnode_param->value; in qla4xxx_sysfs_ddb_set_param()8284 chap_out_idx)) { in qla4xxx_sysfs_ddb_set_param()8285 fnode_sess->chap_out_idx = chap_out_idx; in qla4xxx_sysfs_ddb_set_param()
868 iscsi_flashnode_sess_attr(fnode, chap_out_idx, ISCSI_FLASHNODE_CHAP_OUT_IDX);3960 iscsi_session_attr(chap_out_idx, ISCSI_PARAM_CHAP_OUT_IDX, 1);