Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfw_helpers.h128 xfer = fw_xfer_alloc_buf(mtype, 0, 4); in fw_read_quadlet()
165 xfer = fw_xfer_alloc_buf(mtype, 0, 0); in fw_write_quadlet()
H A Dfirewirereg.h300 struct fw_xfer *fw_xfer_alloc_buf (struct malloc_type *, int, int);
H A Dfwdev.c396 if ((xfer = fw_xfer_alloc_buf(M_FWXFER, uio->uio_resid, in fw_write_async()
632 xfer = fw_xfer_alloc_buf(M_FWXFER, pay_len, PAGE_SIZE/*XXX*/); in fw_ioctl()
H A Dfirewire.c1006 xfer = fw_xfer_alloc_buf(type, slen, rlen); in fw_xferlist_add()
1140 fw_xfer_alloc_buf(struct malloc_type *type, int send_len, int recv_len) in fw_xfer_alloc_buf() function
2246 xfer = fw_xfer_alloc_buf(M_FWXFER, 8, 4); in fw_try_bmr()
H A Dfwdv.c197 xfer = fw_xfer_alloc_buf(M_FWDV, padded_len, 0); in fwdv_avc_command()
H A Dsbp.c1295 xfer = fw_xfer_alloc_buf(M_SBP, 8, 0); in sbp_write_cmd()