Searched refs:fw_xfer_alloc_buf (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/firewire/ |
| H A D | fw_helpers.h | 128 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 D | firewirereg.h | 300 struct fw_xfer *fw_xfer_alloc_buf (struct malloc_type *, int, int);
|
| H A D | fwdev.c | 396 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 D | firewire.c | 1006 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 D | fwdv.c | 197 xfer = fw_xfer_alloc_buf(M_FWDV, padded_len, 0); in fwdv_avc_command()
|
| H A D | sbp.c | 1295 xfer = fw_xfer_alloc_buf(M_SBP, 8, 0); in sbp_write_cmd()
|