[go: nahoru, domu]

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

/drivers/scsi/bfa/
H A 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);
H A Dbfa_fcbuild.c1191 rftid->fc4_type[index] = cpu_to_be32(type_value);
1210 memcpy((void *)rftid->fc4_type, (void *)fc4_bitmap,
1218 u8 fc4_type, u8 fc4_ftrs)
1231 rffid->fc4_type = fc4_type;
1280 fc_gid_ft_build(struct fchs_s *fchs, void *pyld, u32 s_id, u8 fc4_type) argument
1292 gidft->fc4_type = fc4_type;
1409 fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask) argument
1419 index = fc4_type >>
1217 fc_rffid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id, u8 fc4_type, u8 fc4_ftrs) argument
[all...]
H A Dbfa_fc.h1319 __be32 fc4_type[8]; /* fc4 types */ member in struct:fcgs_rftid_req_s
1333 u32 fc4_type:8; /* corresponding FC4 Type */ member in struct:fcgs_rffid_req_s
1343 u8 fc4_type; /* FC_TYPE_FCP for SCSI devices */ member in struct:fcgs_gidft_req_s
/drivers/scsi/csiostor/
H A Dcsio_lnode.c294 uint8_t *fc4_type; local
329 fc4_type = &buf[0];
330 memset(fc4_type, 0, FC_FDMI_PORT_ATTR_FC4TYPES_LEN);
331 fc4_type[2] = 1;
332 fc4_type[7] = 1;
334 fc4_type, FC_FDMI_PORT_ATTR_FC4TYPES_LEN);
/drivers/scsi/qla2xxx/
H A Dqla_gs.c226 fcport->fc4_type = (ct_rsp->rsp.ga_nxt.fc4_types[2] & BIT_0) ?
553 ct_req->req.rff_id.fc4_type = 0x08; /* SCSI - FCP */
2648 list[i].fc4_type = FC4_TYPE_UNKNOWN;
2685 list[i].fc4_type = FC4_TYPE_FCP_SCSI;
2687 list[i].fc4_type = FC4_TYPE_OTHER;
H A Dqla_def.h1969 uint8_t fc4_type; member in struct:__anon6033
2020 uint8_t fc4_type; member in struct:fc_port
2361 uint8_t fc4_type; member in struct:ct_sns_req::__anon6039::__anon6043
H A Dqla_init.c3601 new_fcport->fc4_type = swl[swl_idx].fc4_type;
3658 (new_fcport->fc4_type != FC4_TYPE_FCP_SCSI &&
3659 new_fcport->fc4_type != FC4_TYPE_UNKNOWN))

Completed in 529 milliseconds