Searched refs:fc4_type (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 1192 rftid->fc4_type[index] = cpu_to_be32(type_value); in fc_rftid_build() 1211 memcpy((void *)rftid->fc4_type, (void *)fc4_bitmap, in fc_rftid_build_sol() 1219 u8 fc4_type, u8 fc4_ftrs) in fc_rffid_build() argument 1232 rffid->fc4_type = fc4_type; in fc_rffid_build() 1281 fc_gid_ft_build(struct fchs_s *fchs, void *pyld, u32 s_id, u8 fc4_type) in fc_gid_ft_build() argument 1293 gidft->fc4_type = fc4_type; in fc_gid_ft_build() 1410 fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask) in fc_get_fc4type_bitmask() argument 1420 index = fc4_type >> 5; in fc_get_fc4type_bitmask() 1421 type_value = 1 << (fc4_type % 32); in fc_get_fc4type_bitmask()
|
D | bfa_fcbuild.h | 181 u16 ox_id, u8 fc4_type, u8 fc4_ftrs); 246 u8 fc4_type); 274 void fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask);
|
D | bfa_fc.h | 1320 __be32 fc4_type[8]; /* fc4 types */ member 1334 u32 fc4_type:8; /* corresponding FC4 Type */ member 1344 u8 fc4_type; /* FC_TYPE_FCP for SCSI devices */ member
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_lnode.c | 303 uint8_t *fc4_type; in csio_ln_fdmi_rhba_cbfn() local 338 fc4_type = &buf[0]; in csio_ln_fdmi_rhba_cbfn() 339 memset(fc4_type, 0, FC_FDMI_PORT_ATTR_FC4TYPES_LEN); in csio_ln_fdmi_rhba_cbfn() 340 fc4_type[2] = 1; in csio_ln_fdmi_rhba_cbfn() 341 fc4_type[7] = 1; in csio_ln_fdmi_rhba_cbfn() 343 fc4_type, FC_FDMI_PORT_ATTR_FC4TYPES_LEN); in csio_ln_fdmi_rhba_cbfn()
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_gs.c | 258 fcport->fc4_type = (ct_rsp->rsp.ga_nxt.fc4_types[2] & BIT_0) ? in qla2x00_ga_nxt() 747 ct_req->req.rff_id.fc4_type = fc4type; /* SCSI - FCP */ in qla_async_rffid() 2918 list[i].fc4_type = FC4_TYPE_UNKNOWN; in qla2x00_gff_id() 2961 list[i].fc4_type = FC4_TYPE_FCP_SCSI; in qla2x00_gff_id() 2963 list[i].fc4_type = FC4_TYPE_OTHER; in qla2x00_gff_id() 3790 fcport->fc4_type = in qla24xx_async_gffid_sp_done() 3792 fcport->fc4_type &= 0xf; in qla24xx_async_gffid_sp_done() 4054 u8 fc4_type = sp->gen2; in qla2x00_find_free_fcp_nvme_slot() local 4073 if (fc4_type == FC4_TYPE_FCP_SCSI) { in qla2x00_find_free_fcp_nvme_slot() 4146 u8 fc4_type = sp->gen2; in qla2x00_async_gpnft_gnnft_sp_done() local [all …]
|
D | qla_def.h | 2220 uint8_t fc4_type; member 2399 uint8_t fc4_type; member 2791 uint8_t fc4_type; member 3282 u8 fc4_type; member 3294 u8 fc4_type; member
|
D | qla_init.c | 1469 u8 *port_name, u8 *node_name, void *pla, u8 fc4_type) in qla24xx_post_newsess_work() argument 1478 e->u.new_sess.fc4_type = fc4_type; in qla24xx_post_newsess_work() 5543 new_fcport->fc4_type = swl[swl_idx].fc4_type; in qla2x00_find_all_fabric_devs() 5606 (new_fcport->fc4_type != FC4_TYPE_FCP_SCSI && in qla2x00_find_all_fabric_devs() 5607 new_fcport->fc4_type != FC4_TYPE_UNKNOWN)) in qla2x00_find_all_fabric_devs()
|
D | qla_os.c | 4811 if (e->u.new_sess.fc4_type == FS_FC4TYPE_FCP) in qla24xx_create_new_sess() 4812 fcport->fc4_type = FC4_TYPE_FCP_SCSI; in qla24xx_create_new_sess() 4814 if (e->u.new_sess.fc4_type == FS_FC4TYPE_NVME) { in qla24xx_create_new_sess() 4815 fcport->fc4_type = FC4_TYPE_OTHER; in qla24xx_create_new_sess() 5045 qla24xx_async_gpnft(vha, e->u.gpnft.fc4_type, in qla2x00_do_work()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 460 lpfc_prep_node_fc4type(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_prep_node_fc4type() argument 480 if (fc4_type == FC_TYPE_FCP) in lpfc_prep_node_fc4type() 483 if (fc4_type == FC_TYPE_NVME) in lpfc_prep_node_fc4type() 518 if (fc4_type == FC_TYPE_FCP) in lpfc_prep_node_fc4type() 520 if (fc4_type == FC_TYPE_NVME) in lpfc_prep_node_fc4type() 543 lpfc_ns_rsp_audit_did(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type) in lpfc_ns_rsp_audit_did() argument 558 lpfc_prep_node_fc4type(vport, Did, fc4_type); in lpfc_ns_rsp_audit_did() 577 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint8_t fc4_type, in lpfc_ns_rsp() argument 613 lpfc_ns_rsp_audit_did(vport, Did, fc4_type); in lpfc_ns_rsp()
|