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

/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_target.c156 static size_t targccblen(xpt_opcode func_code);
667 ccb_len = targccblen(k_ccbh->func_code) - sizeof(struct ccb_hdr);
914 ccb_len = targccblen(ccb->ccb_h.func_code) - sizeof(struct ccb_hdr);
934 ccb_len = targccblen(type);
1114 targccblen(xpt_opcode func_code) function

Completed in 77 milliseconds