Home
last modified time | relevance | path

Searched refs:fw_asyreq (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwmem.c148 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_read_quad()
184 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_write_quad()
222 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_read_block()
260 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_write_block()
H A Dfirewire.h257 struct fw_asyreq { struct
435 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
H A Dfwdev.c423 if ((err = fw_asyreq(xfer->fc, -1, xfer))) in fw_write_async()
552 struct fw_asyreq *asyreq = (struct fw_asyreq *)data; in fw_ioctl()
684 if ((err = fw_asyreq(fc, -1, xfer)) != 0) in fw_ioctl()
H A Dfirewirereg.h275 int fw_asyreq (struct firewire_comm *, int, struct fw_xfer *);
H A Dsbp.c929 fw_asyreq(xfer->fc, -1, xfer); in sbp_reset_start()
1129 fw_asyreq(xfer->fc, -1, xfer); in sbp_agent_reset()
1165 fw_asyreq(xfer->fc, -1, xfer); in sbp_busy_timeout()
1234 if (fw_asyreq(xfer->fc, -1, xfer) != 0) { in sbp_orb_pointer()
1287 fw_asyreq(xfer->fc, -1, xfer); in sbp_doorbell()
1429 fw_asyreq(xfer->fc, -1, xfer); in sbp_mgm_orb()
1876 fw_asyreq(xfer->fc, -1, xfer); in sbp_recv1()
H A Dfirewire.c183 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq() function
1258 fw_asyreq(fc, -1, xfer); in fw_phy_config()
2032 if (fw_asyreq(rb->fc, -1, rb->xfer)) in fw_rcv()
2162 err = fw_asyreq(fc, -1, xfer); in fw_try_bmr()
2248 fw_asyreq(xfer->fc, -1, xfer); in fw_vmaccess()
H A Dif_fwe.c524 if (fw_asyreq(fwe->fd.fc, -1, xfer) != 0) { in fwe_as_output()
H A Dif_fwip.c660 error = fw_asyreq(fc, -1, xfer); in fwip_async_output()
H A Dsbp_targ.c1937 fw_asyreq(xfer->fc, -1, xfer); in sbp_targ_recv()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c207 struct fw_asyreq *asyreq; in read_write_quad()
263 struct fw_asyreq *asyreq; in send_phy_config()
290 struct fw_asyreq *asyreq; in link_on()
309 struct fw_asyreq *asyreq; in reset_start()