Searched refs:ID_LEN (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 180 ID_LEN = 16, /* ID length */ enumerator 268 uint8_t id[ID_LEN + 1];
|
H A D | csio_hw.c | 246 u8 id_data[ID_LEN]; 365 memcpy(p->id, v->id_data, ID_LEN); in csio_hw_get_vpd_params()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 180 ID_LEN = 16, /* ID length */ enumerator 268 uint8_t id[ID_LEN + 1];
|
H A D | csio_hw.c | 246 u8 id_data[ID_LEN]; 365 memcpy(p->id, v->id_data, ID_LEN); in csio_hw_get_vpd_params()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_entity.h | 233 u8 mn[ID_LEN + 1];
|
H A D | cxgb4.h | 87 ID_LEN = 16, /* ID length */ enumerator 395 u8 id[ID_LEN + 1];
|
H A D | t4_hw.c | 2782 if (id_len > ID_LEN) in t4_get_raw_vpd_params() 2783 id_len = ID_LEN; in t4_get_raw_vpd_params()
|
H A D | cudbg_lib.c | 2755 memcpy(vpd_data->mn, vpd.id, ID_LEN + 1); in cudbg_collect_vpd_data()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_entity.h | 230 u8 mn[ID_LEN + 1];
|
H A D | cxgb4.h | 87 ID_LEN = 16, /* ID length */ enumerator 394 u8 id[ID_LEN + 1];
|
H A D | cudbg_lib.c | 2737 memcpy(vpd_data->mn, vpd.id, ID_LEN + 1); in cudbg_collect_vpd_data()
|
H A D | t4_hw.c | 2796 memcpy(p->id, vpd + id, min_t(unsigned int, id_len, ID_LEN)); in t4_get_raw_vpd_params()
|
Completed in 55 milliseconds