Searched refs:MIN_FCP_RESPONSE_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Disp_stds.h200 #define MIN_FCP_RESPONSE_SIZE 24 macro
H A Disp_freebsd.c1207 if (sense_length > (XCMD_SIZE - MIN_FCP_RESPONSE_SIZE)) {
1208 sense_length = XCMD_SIZE - MIN_FCP_RESPONSE_SIZE;
1320 isp_print_bytes(isp, "FCP Response Frame After Swizzling", MIN_FCP_RESPONSE_SIZE + sense_length, atp->ests);
1325 (uintmax_t) isp->isp_osinfo.ecmd_dma, (uintmax_t)addr, MIN_FCP_RESPONSE_SIZE + sense_length);
1326 cto->rsp.m2.ct_datalen = MIN_FCP_RESPONSE_SIZE + sense_length;
1329 cto->rsp.m2.ct_fcp_rsp_iudata.ds_count = MIN_FCP_RESPONSE_SIZE + sense_length;
1471 isp_print_bytes(isp, "FCP Response Frame After Swizzling", MIN_FCP_RESPONSE_SIZE + sense_length, atp->ests);
1476 (uintmax_t) isp->isp_osinfo.ecmd_dma, (uintmax_t)addr, MIN_FCP_RESPONSE_SIZE + sense_length);
1477 cto->rsp.m2.ct_datalen = MIN_FCP_RESPONSE_SIZE + sense_length;
1479 cto->rsp.m2.u.ct_fcp_rsp_iudata_32.ds_count = MIN_FCP_RESPONSE_SIZE
[all...]
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c4718 #define MIN_FCP_RESPONSE_SIZE 24 macro
4720 resplen = MIN_FCP_RESPONSE_SIZE;
4725 resplen = MIN_FCP_RESPONSE_SIZE;
4729 resplen = MIN_FCP_RESPONSE_SIZE;
4735 resplen = MIN_FCP_RESPONSE_SIZE + sense_len;

Completed in 133 milliseconds