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

/freebsd-current/sys/dev/isp/
H A Disp_stds.h204 #define MIN_FCP_RESPONSE_SIZE 24 macro
H A Disp_freebsd.c1038 if (sense_length > (XCMD_SIZE - MIN_FCP_RESPONSE_SIZE)) {
1039 sense_length = XCMD_SIZE - MIN_FCP_RESPONSE_SIZE;
1145 isp_print_bytes(isp, "FCP Response Frame After Swizzling", MIN_FCP_RESPONSE_SIZE + sense_length, atp->ests);
1151 (uintmax_t) isp->isp_osinfo.ecmd_dma, (uintmax_t)addr, MIN_FCP_RESPONSE_SIZE + sense_length);
1152 cto->rsp.m2.ct_datalen = MIN_FCP_RESPONSE_SIZE + sense_length;
1155 cto->rsp.m2.ct_fcp_rsp_iudata.ds_count = MIN_FCP_RESPONSE_SIZE + sense_length;
/freebsd-current/sys/dev/mpt/
H A Dmpt_cam.c4689 #define MIN_FCP_RESPONSE_SIZE 24 macro
4691 resplen = MIN_FCP_RESPONSE_SIZE;
4696 resplen = MIN_FCP_RESPONSE_SIZE;
4700 resplen = MIN_FCP_RESPONSE_SIZE;
4706 resplen = MIN_FCP_RESPONSE_SIZE + sense_len;

Completed in 171 milliseconds