Home
last modified time | relevance | path

Searched refs:fw_pkt (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.sbin/fwctl/
H A Dfwdv.c98 struct fw_pkt *pkt; in dvrecv()
173 pkt = (struct fw_pkt *) ptr; in dvrecv()
266 struct fw_pkt *pkt; in dvsend()
274 struct fw_pkt pkt; in dvsend()
278 struct fw_pkt pkt; in dvsend()
H A Dfwmpegts.c146 struct fw_pkt *pkt; in mpegtsrecv()
194 pkt = (struct fw_pkt *) ptr; in mpegtsrecv()
/netbsd-src/sys/dev/ieee1394/
H A Dfwdev.c236 struct fw_pkt *fp; in fw_read()
282 fp = (struct fw_pkt *)fwdma_v_addr(ir->buf, in fw_read()
312 struct fw_pkt *fp; in fw_write()
357 fp = (struct fw_pkt *)fwdma_v_addr(it->buf, in fw_write()
392 struct fw_pkt *fp; in fw_ioctl()
819 struct fw_pkt *fp; in fw_read_async()
866 struct fw_pkt pkt; in fw_write_async()
870 memset(&pkt, 0, sizeof(struct fw_pkt)); in fw_write_async()
882 memcpy(&xfer->send.hdr, &pkt, sizeof(struct fw_pkt)); in fw_write_async()
H A Dfwmem.c325 struct fw_pkt *fp; in fwmem_read_quad()
356 struct fw_pkt *fp; in fwmem_write_quad()
387 struct fw_pkt *fp; in fwmem_read_block()
419 struct fw_pkt *fp; in fwmem_write_block()
H A Dif_fwipvar.h53 struct fw_pkt sc_last_hdr;
H A Dfirewire.h143 struct fw_pkt { struct
273 struct fw_pkt pkt;
H A Dif_fwip.c537 struct fw_pkt *fp; in fwip_async_output()
696 struct fw_pkt *fp; in fwip_stream_input()
704 fp = mtod(sxfer->mbuf, struct fw_pkt *); in fwip_stream_input()
825 struct fw_pkt *fp; in fwip_unicast_input()
H A Dfirewire.c144 static void fw_dump_hdr(struct fw_pkt *, const char *);
383 struct fw_pkt *fp; in fw_asyreq()
1059 struct fw_pkt *fp, *resfp; in fw_rcv()
1076 fp = (struct fw_pkt *)rb->vec[0].iov_base; in fw_rcv()
1464 fw_dump_hdr(struct fw_pkt *fp, const char *prefix) in fw_dump_hdr()
1548 struct fw_pkt *fp; in fw_phy_config()
2164 struct fw_pkt *pkt; in fw_rcv_copy()
2171 pkt = (struct fw_pkt *)rb->vec->iov_base; in fw_rcv_copy()
2260 struct fw_pkt *fp; in fw_try_bmr()
H A Dsbp.c1077 struct fw_pkt *fp; in sbp_reset_start()
1214 struct fw_pkt *fp; in sbp_agent_reset()
1250 struct fw_pkt *fp; in sbp_busy_timeout()
1301 struct fw_pkt *fp; in sbp_orb_pointer()
1363 struct fw_pkt *fp; in sbp_doorbell()
1390 struct fw_pkt *fp; in sbp_write_cmd()
1450 struct fw_pkt *fp; in sbp_mgm_orb()
1713 struct fw_pkt *rfp; in sbp_recv()
1715 struct fw_pkt *sfp; in sbp_recv()
1979 sfp = (struct fw_pkt *)xfer->send.buf; in sbp_recv()
H A Dfwohci.c208 static int fwohci_arcv_swap(struct fw_pkt *, int);
210 struct fw_pkt *);
1351 struct fw_pkt *fp;
2507 struct fw_pkt *fp;
2524 fp = (struct fw_pkt *)db_tr->buf;
2643 fwohci_arcv_swap(struct fw_pkt *fp, int len)
2645 struct fw_pkt *fp0;
2648 struct fw_pkt pkt;
2659 fp0 = (struct fw_pkt *)&pktu;
2701 struct fw_pkt *fp)
[all …]
H A Dfirewirereg.h253 struct fw_pkt hdr;