Home
last modified time | relevance | path

Searched refs:fw_xfer_alloc_buf (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfirewirereg.h266 struct fw_xfer *fw_xfer_alloc_buf (struct malloc_type *, int, int);
H A Dfwdev.c406 if ((xfer = fw_xfer_alloc_buf(M_FWXFER, uio->uio_resid, in fw_write_async()
651 xfer = fw_xfer_alloc_buf(M_FWXFER, pay_len, PAGE_SIZE/*XXX*/); in fw_ioctl()
H A Dfirewire.c978 xfer = fw_xfer_alloc_buf(type, slen, rlen); in fw_xferlist_add()
1106 fw_xfer_alloc_buf(struct malloc_type *type, int send_len, int recv_len) in fw_xfer_alloc_buf() function
2067 rb->xfer = fw_xfer_alloc_buf(M_FWXFER, 0, /* XXX */ in fw_rcv()
2142 xfer = fw_xfer_alloc_buf(M_FWXFER, 8, 4); in fw_try_bmr()
H A Dsbp.c1307 xfer = fw_xfer_alloc_buf(M_SBP, 8, 0); in sbp_write_cmd()
1309 printf("sbp: fw_xfer_alloc_buf failed\n"); in sbp_write_cmd()