Searched refs:ID_LEN (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h180 ID_LEN = 16, /* ID length */ enumerator in enum:__anon8251
268 uint8_t id[ID_LEN + 1];
H A Dcsio_hw.c246 u8 id_data[ID_LEN];
365 memcpy(p->id, v->id_data, ID_LEN);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h230 u8 mn[ID_LEN + 1];
H A Dcxgb4.h87 ID_LEN = 16, /* ID length */ enumerator in enum:__anon1411
394 u8 id[ID_LEN + 1];
H A Dcudbg_lib.c2737 memcpy(vpd_data->mn, vpd.id, ID_LEN + 1);
H A Dt4_hw.c2796 memcpy(p->id, vpd + id, min_t(unsigned int, id_len, ID_LEN));

Completed in 199 milliseconds