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

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_target.c159 static size_t targccblen(xpt_opcode func_code);
674 ccb_len = targccblen(k_ccbh->func_code) - sizeof(struct ccb_hdr);
921 ccb_len = targccblen(ccb->ccb_h.func_code) - sizeof(struct ccb_hdr);
941 ccb_len = targccblen(type);
1121 targccblen(xpt_opcode func_code) function

Completed in 57 milliseconds