Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/bfa/
Dbfa_fcbuild.c1063 u32 type_value, d_id = bfa_hton3b(FC_NAME_SERVER); in fc_rftid_build() local
1075 type_value = 1 << (FC_TYPE_FCP % 32); in fc_rftid_build()
1076 rftid->fc4_type[index] = cpu_to_be32(type_value); in fc_rftid_build()
1298 u32 type_value; in fc_get_fc4type_bitmask() local
1305 type_value = 1 << (fc4_type % 32); in fc_get_fc4type_bitmask()
1306 ptr[index] = cpu_to_be32(type_value); in fc_get_fc4type_bitmask()