Searched refs:fc4_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcbuild.c | 685 rftid->fc4_type[index] = cpu_to_be32(type_value); in fc_rftid_build() 692 u8 fc4_type, u8 fc4_ftrs) in fc_rffid_build() argument 705 rffid->fc4_type = fc4_type; in fc_rffid_build() 754 fc_gid_ft_build(struct fchs_s *fchs, void *pyld, u32 s_id, u8 fc4_type) in fc_gid_ft_build() argument 766 gidft->fc4_type = fc4_type; in fc_gid_ft_build() 812 fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask) in fc_get_fc4type_bitmask() argument 822 index = fc4_type >> 5; in fc_get_fc4type_bitmask() 823 type_value = 1 << (fc4_type % 32); in fc_get_fc4type_bitmask()
|
| H A D | bfa_fcbuild.h | 151 u16 ox_id, u8 fc4_type, u8 fc4_ftrs); 207 u8 fc4_type); 223 void fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask);
|
| H A D | bfa_fc.h | 1297 __be32 fc4_type[8]; /* fc4 types */ member 1311 u32 fc4_type:8; /* corresponding FC4 Type */ member 1321 u8 fc4_type; /* FC_TYPE_FCP for SCSI devices */ member
|
| /linux/drivers/scsi/csiostor/ |
| H A 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()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_os.c | 5329 fcport->fc4_type = e->u.new_sess.fc4_type; in qla24xx_create_new_sess() 5335 if (e->u.new_sess.fc4_type & FS_FCP_IS_N2N) { in qla24xx_create_new_sess() 5338 fcport->fc4_type = FS_FC4TYPE_FCP; in qla24xx_create_new_sess() 5341 fcport->fc4_type |= FS_FC4TYPE_NVME; in qla24xx_create_new_sess() 5446 fcport->fc4_type = in qla24xx_create_new_sess()
|
| H A D | qla_target.c | 1305 sess, sess->port_name, sess->fc4_type); in qlt_schedule_sess_for_deletion()
|