Searched refs:asyreq (Results 1 – 2 of 2) sorted by relevance
195 struct fw_asyreq *asyreq; in read_write_quad() local198 asyreq = malloc(sizeof(*asyreq) + 16); in read_write_quad()199 if (asyreq == NULL) in read_write_quad()201 asyreq->req.len = 16; in read_write_quad()203 asyreq->req.type = FWASREQNODE; in read_write_quad()204 asyreq->pkt.mode.rreqq.dst = FWLOCALBUS | node; in read_write_quad()206 asyreq->req.type = FWASREQEUI; in read_write_quad()207 asyreq->req.dst.eui = eui; in read_write_quad()209 asyreq->pkt.mode.rreqq.tlrt = 0; in read_write_quad()211 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ; in read_write_quad()[all …]
395 struct fw_asyreq *asyreq = (struct fw_asyreq *)data; in fw_ioctl() local500 fp = &asyreq->pkt; in fw_ioctl()504 pay_len = MAX(0, asyreq->req.len - tinfo->hdr_len); in fw_ioctl()510 switch (asyreq->req.type) { in fw_ioctl()515 fwdev = fw_noderesolve_eui64(fc, &asyreq->req.dst.eui); in fw_ioctl()538 xfer->send.spd = asyreq->req.sped; in fw_ioctl()557 if (asyreq->req.len >= in fw_ioctl()559 asyreq->req.len = in fw_ioctl()