Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c786 bit8 id_limit[5]; in tiINIGetDeviceInfo() local
830 osti_memset(&id_limit, 0, sizeof(id_limit)); in tiINIGetDeviceInfo()
834 id_limit[0] = 0xA; in tiINIGetDeviceInfo()
835 id_limit[1] = 0xB; in tiINIGetDeviceInfo()
836 id_limit[2] = 0xC; in tiINIGetDeviceInfo()
837 id_limit[3] = 0xD; in tiINIGetDeviceInfo()
842 id_limit[4] = (bit8)pSatDevData->satNCQMaxIO; in tiINIGetDeviceInfo()
847 id_limit[4] = 1; in tiINIGetDeviceInfo()
851 osti_memcpy(&(SN_id_limit[20]), &id_limit, 5); in tiINIGetDeviceInfo()