Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_hw.h191 EC_LEN = 16, /* E/C length */ enumerator
312 uint8_t ec[EC_LEN + 1];
Dcsio_hw.c393 memcpy(p->ec, vpd + ec, EC_LEN); in csio_hw_get_vpd_params()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h66 EC_LEN = 16, /* E/C length */ enumerator
234 u8 ec[EC_LEN + 1];
Dt4_hw.c644 memcpy(p->ec, vpd + ec, EC_LEN); in get_vpd_params()