Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_hw.h192 ID_LEN = 16, /* ID length */ enumerator
314 uint8_t id[ID_LEN + 1];
Dcsio_hw.c272 u8 id_data[ID_LEN];
391 memcpy(p->id, v->id_data, ID_LEN); in csio_hw_get_vpd_params()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h67 ID_LEN = 16, /* ID length */ enumerator
236 u8 id[ID_LEN + 1];
Dt4_hw.c599 if (id_len > ID_LEN) in get_vpd_params()
600 id_len = ID_LEN; in get_vpd_params()