Home
last modified time | relevance | path

Searched refs:fc4_type (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcbuild.c1191 rftid->fc4_type[index] = cpu_to_be32(type_value); in fc_rftid_build()
1210 memcpy((void *)rftid->fc4_type, (void *)fc4_bitmap, in fc_rftid_build_sol()
1218 u8 fc4_type, u8 fc4_ftrs) in fc_rffid_build() argument
1231 rffid->fc4_type = fc4_type; in fc_rffid_build()
1280 fc_gid_ft_build(struct fchs_s *fchs, void *pyld, u32 s_id, u8 fc4_type) in fc_gid_ft_build() argument
1292 gidft->fc4_type = fc4_type; in fc_gid_ft_build()
1409 fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask) in fc_get_fc4type_bitmask() argument
1419 index = fc4_type >> 5; in fc_get_fc4type_bitmask()
1420 type_value = 1 << (fc4_type % 32); in fc_get_fc4type_bitmask()
Dbfa_fcbuild.h180 u16 ox_id, u8 fc4_type, u8 fc4_ftrs);
245 u8 fc4_type);
273 void fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask);
Dbfa_fc.h1319 __be32 fc4_type[8]; /* fc4 types */ member
1333 u32 fc4_type:8; /* corresponding FC4 Type */ member
1343 u8 fc4_type; /* FC_TYPE_FCP for SCSI devices */ member
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_lnode.c294 uint8_t *fc4_type; in csio_ln_fdmi_rhba_cbfn() local
329 fc4_type = &buf[0]; in csio_ln_fdmi_rhba_cbfn()
330 memset(fc4_type, 0, FC_FDMI_PORT_ATTR_FC4TYPES_LEN); in csio_ln_fdmi_rhba_cbfn()
331 fc4_type[2] = 1; in csio_ln_fdmi_rhba_cbfn()
332 fc4_type[7] = 1; in csio_ln_fdmi_rhba_cbfn()
334 fc4_type, FC_FDMI_PORT_ATTR_FC4TYPES_LEN); in csio_ln_fdmi_rhba_cbfn()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_gs.c226 fcport->fc4_type = (ct_rsp->rsp.ga_nxt.fc4_types[2] & BIT_0) ? in qla2x00_ga_nxt()
553 ct_req->req.rff_id.fc4_type = 0x08; /* SCSI - FCP */ in qla2x00_rff_id()
2648 list[i].fc4_type = FC4_TYPE_UNKNOWN; in qla2x00_gff_id()
2685 list[i].fc4_type = FC4_TYPE_FCP_SCSI; in qla2x00_gff_id()
2687 list[i].fc4_type = FC4_TYPE_OTHER; in qla2x00_gff_id()
Dqla_init.c3511 fcport->flags, fcport->fc4_type, in qla2x00_configure_fabric()
3551 fcport->flags, fcport->fc4_type, in qla2x00_configure_fabric()
3612 fcport->flags, fcport->fc4_type, in qla2x00_configure_fabric()
3732 new_fcport->fc4_type = swl[swl_idx].fc4_type; in qla2x00_find_all_fabric_devs()
3789 (new_fcport->fc4_type != FC4_TYPE_FCP_SCSI && in qla2x00_find_all_fabric_devs()
3790 new_fcport->fc4_type != FC4_TYPE_UNKNOWN)) in qla2x00_find_all_fabric_devs()
Dqla_def.h1970 uint8_t fc4_type; member
2021 uint8_t fc4_type; member
2363 uint8_t fc4_type; member