Searched refs:SERNUM_LEN (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h178 SERNUM_LEN = 16, /* Serial # length */ enumerator in enum:__anon8251
267 uint8_t sn[SERNUM_LEN + 1];
H A Dcsio_hw.c370 memcpy(p->sn, vpd + sn, min(i, SERNUM_LEN));
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h227 u8 sn[SERNUM_LEN + 1];
H A Dcxgb4.h86 SERNUM_LEN = 24, /* Serial # length */ enumerator in enum:__anon1411
393 u8 sn[SERNUM_LEN + 1];
H A Dcudbg_lib.c2734 memcpy(vpd_data->sn, vpd.sn, SERNUM_LEN + 1);
H A Dt4_hw.c2798 memcpy(p->sn, vpd + sn, min_t(unsigned int, sn_len, SERNUM_LEN));
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h72 SERNUM_LEN = 16, /* Serial # length */ enumerator in enum:__anon39
360 u8 sn[SERNUM_LEN + 1];
H A Dt3_hw.c582 VPD_ENTRY(sn, SERNUM_LEN); /* serial number */
680 memcpy(p->sn, vpd.sn_data, SERNUM_LEN);

Completed in 244 milliseconds