/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 1076 rftid->fc4_type[index] = cpu_to_be32(type_value); in fc_rftid_build() 1095 memcpy((void *)rftid->fc4_type, (void *)fc4_bitmap, in fc_rftid_build_sol() 1103 u8 fc4_type, u8 fc4_ftrs) in fc_rffid_build() argument 1116 rffid->fc4_type = fc4_type; in fc_rffid_build() 1165 fc_gid_ft_build(struct fchs_s *fchs, void *pyld, u32 s_id, u8 fc4_type) in fc_gid_ft_build() argument 1177 gidft->fc4_type = fc4_type; in fc_gid_ft_build() 1294 fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask) in fc_get_fc4type_bitmask() argument 1304 index = fc4_type >> 5; in fc_get_fc4type_bitmask() 1305 type_value = 1 << (fc4_type % 32); in fc_get_fc4type_bitmask()
|
D | bfa_fcbuild.h | 172 u16 ox_id, u8 fc4_type, u8 fc4_ftrs); 237 u8 fc4_type); 265 void fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask);
|
D | bfa_fc.h | 1312 __be32 fc4_type[8]; /* fc4 types */ member 1326 u32 fc4_type:8; /* corresponding FC4 Type */ member 1336 u8 fc4_type; /* FC_TYPE_FCP for SCSI devices */ member
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_gs.c | 251 fcport->fc4_type = (ct_rsp->rsp.ga_nxt.fc4_types[2] & BIT_0) ? in qla2x00_ga_nxt() 730 ct_req->req.rff_id.fc4_type = fc4type; /* SCSI - FCP */ in qla_async_rffid() 2743 list[i].fc4_type = 0; in qla2x00_gff_id() 2784 list[i].fc4_type = FS_FC4TYPE_FCP; in qla2x00_gff_id() 2793 list[i].fc4_type |= FS_FC4TYPE_NVME; in qla2x00_gff_id() 3307 fcport->fc4_type = FS_FC4TYPE_FCP; in qla24xx_async_gffid_sp_done() 3313 fcport->fc4_type |= FS_FC4TYPE_NVME; in qla24xx_async_gffid_sp_done() 3634 e->u.gpnft.fc4_type = FC4_TYPE_NVME; in qla2x00_post_nvme_gpnft_work() 3652 u8 fc4_type = sp->gen2; in qla2x00_find_free_fcp_nvme_slot() local 3671 if (fc4_type == FC4_TYPE_FCP_SCSI) { in qla2x00_find_free_fcp_nvme_slot() [all …]
|
D | qla_init.c | 751 fcport->fc4_type &= ~FS_FC4TYPE_FCP; in qla24xx_handle_gnl_done_event() 752 fcport->fc4_type |= FS_FC4TYPE_NVME; in qla24xx_handle_gnl_done_event() 754 fcport->fc4_type |= FS_FC4TYPE_FCP; in qla24xx_handle_gnl_done_event() 755 fcport->fc4_type &= ~FS_FC4TYPE_NVME; in qla24xx_handle_gnl_done_event() 762 fcport->fc4_type, id.b24, fcport->d_id.b24, in qla24xx_handle_gnl_done_event() 1274 fcport->login_retry, fcport->fc4_type, vha->hw->fc4_type_priority, in qla24xx_async_prli() 1429 fcport->fc4_type, ea->rc); in qla24xx_handle_gpdb_event() 1686 u8 *port_name, u8 *node_name, void *pla, u8 fc4_type) in qla24xx_post_newsess_work() argument 1696 e->u.new_sess.fc4_type = fc4_type; in qla24xx_post_newsess_work() 1983 "FCP" : "NVMe", ea->fcport->fc4_type); in qla24xx_handle_prli_done_event() [all …]
|
D | qla_def.h | 2351 uint8_t fc4_type; member 2525 uint8_t fc4_type; member 2935 uint8_t fc4_type; member 3419 u8 fc4_type; member 3431 u8 fc4_type; member 5151 (fcport->fc4_type & FS_FC4TYPE_NVME) \ 5154 (fcport->fc4_type & FS_FC4TYPE_FCP) \
|
D | qla_os.c | 5085 fcport->fc4_type = e->u.new_sess.fc4_type; in qla24xx_create_new_sess() 5086 if (e->u.new_sess.fc4_type & FS_FCP_IS_N2N) { in qla24xx_create_new_sess() 5089 fcport->fc4_type = FS_FC4TYPE_FCP; in qla24xx_create_new_sess() 5092 fcport->fc4_type |= FS_FC4TYPE_NVME; in qla24xx_create_new_sess() 5197 fcport->fc4_type = in qla24xx_create_new_sess() 5308 qla24xx_async_gpnft(vha, e->u.gpnft.fc4_type, in qla2x00_do_work()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 461 lpfc_prep_node_fc4type(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_prep_node_fc4type() argument 476 if (fc4_type == FC_TYPE_FCP) in lpfc_prep_node_fc4type() 479 if (fc4_type == FC_TYPE_NVME) in lpfc_prep_node_fc4type() 524 if (fc4_type == FC_TYPE_FCP) in lpfc_prep_node_fc4type() 526 if (fc4_type == FC_TYPE_NVME) in lpfc_prep_node_fc4type() 549 lpfc_ns_rsp_audit_did(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_ns_rsp_audit_did() argument 562 str, Did, fc4_type, in lpfc_ns_rsp_audit_did() 563 (fc4_type == FC_TYPE_FCP) ? "FCP" : " ", in lpfc_ns_rsp_audit_did() 564 (fc4_type == FC_TYPE_NVME) ? "NVME" : " "); in lpfc_ns_rsp_audit_did() 574 lpfc_prep_node_fc4type(vport, Did, fc4_type); in lpfc_ns_rsp_audit_did() [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
D | csio_lnode.c | 303 uint8_t *fc4_type; in csio_ln_fdmi_rhba_cbfn() local 339 fc4_type = &buf[0]; in csio_ln_fdmi_rhba_cbfn() 340 memset(fc4_type, 0, FC_FDMI_PORT_ATTR_FC4TYPES_LEN); in csio_ln_fdmi_rhba_cbfn() 341 fc4_type[2] = 1; in csio_ln_fdmi_rhba_cbfn() 342 fc4_type[7] = 1; in csio_ln_fdmi_rhba_cbfn() 344 fc4_type, FC_FDMI_PORT_ATTR_FC4TYPES_LEN); in csio_ln_fdmi_rhba_cbfn()
|