Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/fwcontrol/
H A Dfwcontrol.c211 if (asyreq == NULL) in read_write_quad()
213 asyreq->req.len = 16; in read_write_quad()
238 free(asyreq); in read_write_quad()
266 if (asyreq == NULL) in send_phy_config()
277 asyreq->pkt.mode.ld[2] = ~asyreq->pkt.mode.ld[1]; in send_phy_config()
284 free(asyreq); in send_phy_config()
293 if (asyreq == NULL) in link_on()
299 asyreq->pkt.mode.ld[2] = ~asyreq->pkt.mode.ld[1]; in link_on()
303 free(asyreq); in link_on()
312 if (asyreq == NULL) in reset_start()
[all …]
/freebsd-14.2/sys/dev/firewire/
H A Dfwdev.c552 struct fw_asyreq *asyreq = (struct fw_asyreq *)data; in fw_ioctl() local
645 fp = &asyreq->pkt; in fw_ioctl()
649 pay_len = MAX(0, asyreq->req.len - tinfo->hdr_len); in fw_ioctl()
655 switch (asyreq->req.type) { in fw_ioctl()
660 &asyreq->req.dst.eui); in fw_ioctl()
681 xfer->send.spd = asyreq->req.sped; in fw_ioctl()
700 if (asyreq->req.len >= xfer->recv.pay_len + tinfo->hdr_len) { in fw_ioctl()
701 asyreq->req.len = xfer->recv.pay_len + in fw_ioctl()