Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.h179 EC_LEN = 16, /* E/C length */ enumerator
266 uint8_t ec[EC_LEN + 1];
Dcsio_hw.c367 memcpy(p->ec, vpd + ec, EC_LEN); in csio_hw_get_vpd_params()
/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.h216 #define EC_LEN 1 macro
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h57 EC_LEN = 16, /* E/C length */ enumerator
258 u8 ec[EC_LEN + 1];
Dt4_hw.c1464 memcpy(p->ec, vpd + ec, EC_LEN); in get_vpd_params()