Searched refs:bindreq (Results 1 – 1 of 1) sorted by relevance
431 struct fw_asybindreq *bindreq = (struct fw_asybindreq *)ap->a_data; in fw_ioctl() local594 bindreq->start.hi, bindreq->start.lo); in fw_ioctl()604 if(bindreq->len <= 0 ){ in fw_ioctl()608 if(bindreq->start.hi > 0xffff ){ in fw_ioctl()613 fwb->start = ((u_int64_t)bindreq->start.hi << 32) | in fw_ioctl()614 bindreq->start.lo; in fw_ioctl()615 fwb->end = fwb->start + bindreq->len; in fw_ioctl()