Home
last modified time | relevance | path

Searched refs:fc4_types (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_gs.c251 fcport->fc4_type = (ct_rsp->rsp.ga_nxt.fc4_types[2] & BIT_0) ? in qla2x00_ga_nxt()
634 ct_req->req.rft_id.fc4_types[2] = 0x01; /* FCP-3 */ in qla_async_rftid()
637 ct_req->req.rft_id.fc4_types[6] = 1; /* NVMe type 28h */ in qla_async_rftid()
1863 eiter->a.fc4_types[0] = 0x00; in qla2x00_port_attributes()
1864 eiter->a.fc4_types[1] = 0x00; in qla2x00_port_attributes()
1865 eiter->a.fc4_types[2] = 0x01; in qla2x00_port_attributes()
1866 eiter->a.fc4_types[3] = 0x00; in qla2x00_port_attributes()
1867 alen = sizeof(eiter->a.fc4_types); in qla2x00_port_attributes()
1872 "FC4 TYPES = %016llx.\n", *(uint64_t *)eiter->a.fc4_types); in qla2x00_port_attributes()
1874 eiter->a.fc4_types[6] = 1; /* NVMe type 28h */ in qla2x00_port_attributes()
[all …]
Dqla_def.h2928 uint8_t fc4_types[32]; member
3045 uint8_t fc4_types[32]; member
3179 uint8_t fc4_types[32]; member
3201 uint8_t fc4_types[32]; member
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_ct.c1534 fc4_data_0 = be32_to_cpu(CTrsp->un.gft_acc.fc4_types[0]); in lpfc_cmpl_ct_cmd_gft_id()
1535 fc4_data_1 = be32_to_cpu(CTrsp->un.gft_acc.fc4_types[1]); in lpfc_cmpl_ct_cmd_gft_id()
Dlpfc_hw.h181 uint32_t fc4_types[8]; member