Home
last modified time | relevance | path

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

/freebsd/sys/dev/aacraid/
H A Daacraid.c2872 u_int32_t srb_sg_bytecount; in aac_ioctl_send_raw_srb() local
2930 srb_sg_bytecount = sg.SgByteCount; in aac_ioctl_send_raw_srb()
2942 srb_sg_bytecount = sg.SgByteCount; in aac_ioctl_send_raw_srb()
2953 srbcmd->data_len = srb_sg_bytecount; in aac_ioctl_send_raw_srb()
2968 srb_sg_bytecount, /* size */ in aac_ioctl_send_raw_srb()
2970 srb_sg_bytecount, /* maxsegsize */ in aac_ioctl_send_raw_srb()
2983 cm->cm_datalen = srb_sg_bytecount; in aac_ioctl_send_raw_srb()
/freebsd/sys/dev/aac/
H A Daac.c3052 uint32_t fibsize, srb_sg_bytecount; in aac_ioctl_send_raw_srb() local
3109 srb_sg_bytecount = sg.SgByteCount; in aac_ioctl_send_raw_srb()
3124 srb_sg_bytecount = sg.SgByteCount; in aac_ioctl_send_raw_srb()
3138 srbcmd->data_len = srb_sg_bytecount; in aac_ioctl_send_raw_srb()
3144 cm->cm_datalen = srb_sg_bytecount; in aac_ioctl_send_raw_srb()