Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/fwcontrol/
HDfwcontrol.c206 struct fw_asyreq *asyreq; in read_write_quad()
209 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 16); in read_write_quad()
262 struct fw_asyreq *asyreq; in send_phy_config()
264 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 12); in send_phy_config()
289 struct fw_asyreq *asyreq; in link_on()
291 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 12); in link_on()
308 struct fw_asyreq *asyreq; in reset_start()
310 asyreq = (struct fw_asyreq *)malloc(sizeof(struct fw_asyreq_t) + 16); in reset_start()
/freebsd-11-stable/sys/dev/firewire/
HDfwmem.c146 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_read_quad()
182 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_write_quad()
220 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_read_block()
258 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_write_block()
HDfirewire.h257 struct fw_asyreq { struct
435 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
HDfwdev.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()
HDfirewirereg.h275 int fw_asyreq (struct firewire_comm *, int, struct fw_xfer *);
HDsbp.c933 fw_asyreq(xfer->fc, -1, xfer); in sbp_reset_start()
1135 fw_asyreq(xfer->fc, -1, xfer); in sbp_agent_reset()
1171 fw_asyreq(xfer->fc, -1, xfer); in sbp_busy_timeout()
1240 if (fw_asyreq(xfer->fc, -1, xfer) != 0) { in sbp_orb_pointer()
1293 fw_asyreq(xfer->fc, -1, xfer); in sbp_doorbell()
1435 fw_asyreq(xfer->fc, -1, xfer); in sbp_mgm_orb()
1882 fw_asyreq(xfer->fc, -1, xfer); in sbp_recv1()
HDfirewire.c184 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq() function
1259 fw_asyreq(fc, -1, xfer); in fw_phy_config()
2032 if (fw_asyreq(rb->fc, -1, rb->xfer)) in fw_rcv()
2160 err = fw_asyreq(fc, -1, xfer); in fw_try_bmr()
2246 fw_asyreq(xfer->fc, -1, xfer); in fw_vmaccess()
HDif_fwe.c530 if (fw_asyreq(fwe->fd.fc, -1, xfer) != 0) { in fwe_as_output()
HDif_fwip.c667 error = fw_asyreq(fc, -1, xfer); in fwip_async_output()
HDsbp_targ.c1941 fw_asyreq(xfer->fc, -1, xfer); in sbp_targ_recv()