Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_hw.h180 ID_LEN = 16, /* ID length */ enumerator
268 uint8_t id[ID_LEN + 1];
Dcsio_hw.c246 u8 id_data[ID_LEN];
365 memcpy(p->id, v->id_data, ID_LEN); in csio_hw_get_vpd_params()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h65 ID_LEN = 16, /* ID length */ enumerator
300 u8 id[ID_LEN + 1];
Dt4_hw.c2698 if (id_len > ID_LEN) in t4_get_raw_vpd_params()
2699 id_len = ID_LEN; in t4_get_raw_vpd_params()