Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/fwcontrol/
Dfwcontrol.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-9-stable/sys/dev/firewire/
Dfwmem.c156 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_read_quad()
192 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_write_quad()
230 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_read_block()
268 if (fw_asyreq(xfer->fc, -1, xfer) == 0) in fwmem_write_block()
Dfirewire.h257 struct fw_asyreq { struct
435 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
Dfwdev.c455 if ((err = fw_asyreq(xfer->fc, -1, xfer))) in fw_write_async()
584 struct fw_asyreq *asyreq = (struct fw_asyreq *)data; in fw_ioctl()
716 if ((err = fw_asyreq(fc, -1, xfer)) != 0) in fw_ioctl()
Dsbp.c962 fw_asyreq(xfer->fc, -1, xfer); in sbp_reset_start()
1150 fw_asyreq(xfer->fc, -1, xfer); in sbp_agent_reset()
1184 fw_asyreq(xfer->fc, -1, xfer); in sbp_busy_timeout()
1259 if(fw_asyreq(xfer->fc, -1, xfer) != 0){ in sbp_orb_pointer()
1314 fw_asyreq(xfer->fc, -1, xfer); in sbp_doorbell()
1485 fw_asyreq(xfer->fc, -1, xfer); in sbp_mgm_orb()
1942 fw_asyreq(xfer->fc, -1, xfer); in sbp_recv1()
Dfirewirereg.h285 int fw_asyreq (struct firewire_comm *, int, struct fw_xfer*);
Dfirewire.c201 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq() function
1278 fw_asyreq(fc, -1, xfer); in fw_phy_config()
2074 if(fw_asyreq(rb->fc, -1, rb->xfer)){ in fw_rcv()
2210 err = fw_asyreq(fc, -1, xfer); in fw_try_bmr()
2288 fw_asyreq(xfer->fc, -1, xfer); in fw_vmaccess()
Dif_fwe.c617 if (fw_asyreq(fwe->fd.fc, -1, xfer) != 0) { in fwe_as_output()
Dif_fwip.c716 error = fw_asyreq(fc, -1, xfer); in fwip_async_output()
Dsbp_targ.c1720 fw_asyreq(xfer->fc, -1, xfer); in sbp_targ_recv()