Home
last modified time | relevance | path

Searched refs:srb_sg_bytecount (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/aacraid/
HDaacraid.c2823 u_int32_t srb_sg_bytecount; in aac_ioctl_send_raw_srb() local
2876 srb_sg_bytecount = sgp->SgByteCount; in aac_ioctl_send_raw_srb()
2883 srb_sg_bytecount = sgp->SgByteCount; in aac_ioctl_send_raw_srb()
2897 srbcmd->data_len = srb_sg_bytecount; in aac_ioctl_send_raw_srb()
2912 srb_sg_bytecount, /* size */ in aac_ioctl_send_raw_srb()
2914 srb_sg_bytecount, /* maxsegsize */ in aac_ioctl_send_raw_srb()
2927 cm->cm_datalen = srb_sg_bytecount; in aac_ioctl_send_raw_srb()
/NextBSD/sys/dev/aac/
HDaac.c3056 uint32_t fibsize, srb_sg_bytecount; in aac_ioctl_send_raw_srb() local
3108 srb_sg_bytecount = sge->SgByteCount; in aac_ioctl_send_raw_srb()
3116 srb_sg_bytecount = sge64->SgByteCount; in aac_ioctl_send_raw_srb()
3130 srbcmd->data_len = srb_sg_bytecount; in aac_ioctl_send_raw_srb()
3136 cm->cm_datalen = srb_sg_bytecount; in aac_ioctl_send_raw_srb()