Home
last modified time | relevance | path

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

/linux/drivers/target/
A Dtarget_core_spc.c171 u32 company_id = dev->t10_wwn.company_id; in spc_gen_naa_6h_vendor_specific() local
181 buf[off++] |= (company_id >> 20) & 0xf; in spc_gen_naa_6h_vendor_specific()
182 buf[off++] = (company_id >> 12) & 0xff; in spc_gen_naa_6h_vendor_specific()
183 buf[off++] = (company_id >> 4) & 0xff; in spc_gen_naa_6h_vendor_specific()
184 buf[off] = (company_id & 0xf) << 4; in spc_gen_naa_6h_vendor_specific()
A Dtarget_core_configfs.c1496 to_t10_wwn(item)->company_id); in target_wwn_company_id_show()
1531 t10_wwn->company_id = val; in target_wwn_company_id_store()
1534 t10_wwn->company_id); in target_wwn_company_id_store()
1685 CONFIGFS_ATTR(target_wwn_, company_id);
A Dtarget_core_device.c781 dev->t10_wwn.company_id = 0x001405; in target_alloc_device()
/linux/arch/powerpc/include/asm/
A Drtas-types.h84 __be32 company_id; /* Company ID of the company */ member
A Drtas.h178 return be32_to_cpu(ext_log->company_id); in rtas_ext_event_company_id()
/linux/drivers/hwmon/
A Dasc7621.c39 u8 company_id; member
50 .company_id = 0x61,
59 .company_id = 0x61,
1154 if (company == asc7621_chips[chip_index].company_id && in asc7621_detect()
/linux/arch/powerpc/kernel/
A Drtas.c908 uint32_t company_id = rtas_ext_event_company_id(ext_log); in get_pseries_errorlog() local
913 company_id != RTAS_V6EXT_COMPANY_ID_IBM) in get_pseries_errorlog()
/linux/include/target/
A Dtarget_core_base.h333 u32 company_id; member

Completed in 30 milliseconds