Home
last modified time | relevance | path

Searched defs:vpd_params (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h354 struct vpd_params { struct
355 unsigned int cclk;
356 unsigned int mclk;
357 unsigned int uclk;
358 unsigned int mdc;
359 unsigned int mem_timing;
360 u8 sn[SERNUM_LEN + 1];
361 u8 eth_base[6];
385 struct vpd_params vpd; argument
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h155 struct vpd_params { struct
156 u32 cclk; /* Core Clock (KHz) */
Dt4vf_hw.c652 struct vpd_params *vpd_params = &adapter->params.vpd; in t4vf_get_vpd_params() local
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h256 struct vpd_params { struct
257 unsigned int cclk;
258 u8 ec[EC_LEN + 1];
259 u8 sn[SERNUM_LEN + 1];
260 u8 id[ID_LEN + 1];
261 u8 pn[PN_LEN + 1];