Searched refs:ct_senselen (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/dev/isp/ |
| HD | ispmbox.h | 2275 uint16_t ct_senselen; member 2319 uint16_t ct_senselen; member 2384 uint16_t ct_senselen; /* mode 1 only */ member
|
| HD | isp_library.c | 3029 ISP_IOXPUT_16(isp, src->rsp.m1.ct_senselen, &dst->rsp.m1.ct_senselen); in isp_put_ctio2() 3088 ISP_IOXPUT_16(isp, src->rsp.m1.ct_senselen, &dst->rsp.m1.ct_senselen); in isp_put_ctio2e() 3126 ISP_IOXPUT_16(isp, src->ct_senselen, &dst->ct_senselen); in isp_put_ctio7() 3201 ISP_IOXGET_16(isp, &src->rsp.m1.ct_senselen, dst->rsp.m1.ct_senselen); in isp_get_ctio2() 3262 ISP_IOXGET_16(isp, &src->rsp.m1.ct_senselen, dst->rsp.m1.ct_senselen); in isp_get_ctio2e() 3300 ISP_IOXGET_16(isp, &src->ct_senselen, dst->ct_senselen); in isp_get_ctio7()
|
| HD | isp_target.c | 677 cto->rsp.m1.ct_resplen = cto->ct_senselen = min(16, MAXRESPLEN_24XX); in isp_endcmd() 735 cto->rsp.m1.ct_senselen = 16; in isp_endcmd()
|
| HD | isp_freebsd.c | 1769 cto->rsp.m1.ct_resplen = cto->ct_senselen = sense_length; in isp_target_start_ctio() 1801 cto->ct_senselen = sense_length; in isp_target_start_ctio() 1924 cto->rsp.m1.ct_resplen = cto->rsp.m1.ct_senselen = sense_length; in isp_target_start_ctio()
|