Searched refs:ZERO_MEDIA_SERIAL_NUMBER_LENGTH (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.h286 #define ZERO_MEDIA_SERIAL_NUMBER_LENGTH 8 macro
H A Dossasat.c9948 if (ZERO_MEDIA_SERIAL_NUMBER_LENGTH < lenReceived)
9950 TI_DBG1(("satReadMediaSerialNumberCB: 1st underrun lenReceived %d len %d \n", lenReceived, ZERO_MEDIA_SERIAL_NUMBER_LENGTH));
9956 lenReceived - ZERO_MEDIA_SERIAL_NUMBER_LENGTH,
/freebsd-current/sys/dev/pms/RefTisa/sat/src/
H A Dsmdefs.h320 #define ZERO_MEDIA_SERIAL_NUMBER_LENGTH 8 macro
H A Dsmsatcb.c6733 bit8 MediaSerialNumber[ZERO_MEDIA_SERIAL_NUMBER_LENGTH] = {0};
6864 sm_memcpy(pMediaSerialNumber, MediaSerialNumber, MIN(allocationLen, ZERO_MEDIA_SERIAL_NUMBER_LENGTH));
6865 if (ZERO_MEDIA_SERIAL_NUMBER_LENGTH < allocationLen)
6867 SM_DBG1(("smsatReadMediaSerialNumberCB: 1st underrun allocationLen %d len %d !!!\n", allocationLen, ZERO_MEDIA_SERIAL_NUMBER_LENGTH));
6873 allocationLen - ZERO_MEDIA_SERIAL_NUMBER_LENGTH,

Completed in 214 milliseconds