Lines Matching refs:entry
1103 struct qla_npiv_entry *entry;
1139 cnt = (sizeof(hdr) + le16_to_cpu(hdr.entries) * sizeof(*entry)) >> 1;
1151 entry = data + sizeof(struct qla_npiv_header);
1153 for (i = 0; cnt; cnt--, entry++, i++) {
1158 memcpy(&ha->npiv_info[i], entry, sizeof(struct qla_npiv_entry));
1160 flags = le16_to_cpu(entry->flags);
1170 vid.port_name = wwn_to_u64(entry->port_name);
1171 vid.node_name = wwn_to_u64(entry->node_name);
1176 le16_to_cpu(entry->vf_id),
1177 entry->q_qos, entry->f_qos);
3627 ha->isp_ops->read_optrom(vha, &ha->fcp_prio_cfg->entry[0],