Searched refs:fw_asyreq (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/usr.sbin/fwcontrol/ |
| D | fwcontrol.c | 206 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/ |
| D | fwmem.c | 156 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()
|
| D | firewire.h | 257 struct fw_asyreq { struct 435 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
|
| D | fwdev.c | 455 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()
|
| D | sbp.c | 962 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()
|
| D | firewirereg.h | 285 int fw_asyreq (struct firewire_comm *, int, struct fw_xfer*);
|
| D | firewire.c | 201 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()
|
| D | if_fwe.c | 617 if (fw_asyreq(fwe->fd.fc, -1, xfer) != 0) { in fwe_as_output()
|
| D | if_fwip.c | 716 error = fw_asyreq(fc, -1, xfer); in fwip_async_output()
|
| D | sbp_targ.c | 1720 fw_asyreq(xfer->fc, -1, xfer); in sbp_targ_recv()
|