Searched refs:byte_off (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/stand/libsa/ |
| H A D | cd9660read.c | 317 off_t byte_off; in cd9660_fsread() local 343 byte_off = fs_off & (ISO_DEFAULT_BLOCK_SIZE - 1); in cd9660_fsread() 350 if (remaining < ISO_DEFAULT_BLOCK_SIZE - byte_off) { in cd9660_fsread() 353 n = ISO_DEFAULT_BLOCK_SIZE - byte_off; in cd9660_fsread() 355 memcpy(s, blkbuf + byte_off, n); in cd9660_fsread()
|
| /freebsd-14.2/sys/dev/irdma/ |
| H A D | irdma_uk.c | 327 u32 total_size = 0, byte_off; in irdma_uk_rdma_write() local 373 qp->wqe_ops.iw_set_fragment(wqe, byte_off, in irdma_uk_rdma_write() 376 byte_off += 16; in irdma_uk_rdma_write() 382 qp->wqe_ops.iw_set_fragment(wqe, byte_off, NULL, in irdma_uk_rdma_write() 423 u32 i, byte_off, total_size = 0; in irdma_uk_rdma_read() local 462 qp->wqe_ops.iw_set_fragment(wqe, byte_off, in irdma_uk_rdma_read() 465 byte_off += IRDMA_BYTE_16; in irdma_uk_rdma_read() 514 u32 i, wqe_idx, total_size = 0, byte_off; in irdma_uk_send() local 557 byte_off += IRDMA_BYTE_16; in irdma_uk_send() 925 u32 wqe_idx, i, byte_off; in irdma_uk_post_receive() local [all …]
|
| /freebsd-14.2/contrib/ofed/libirdma/ |
| H A D | irdma_uk.c | 327 u32 total_size = 0, byte_off; in irdma_uk_rdma_write() local 373 qp->wqe_ops.iw_set_fragment(wqe, byte_off, in irdma_uk_rdma_write() 376 byte_off += 16; in irdma_uk_rdma_write() 382 qp->wqe_ops.iw_set_fragment(wqe, byte_off, NULL, in irdma_uk_rdma_write() 423 u32 i, byte_off, total_size = 0; in irdma_uk_rdma_read() local 462 qp->wqe_ops.iw_set_fragment(wqe, byte_off, in irdma_uk_rdma_read() 465 byte_off += IRDMA_BYTE_16; in irdma_uk_rdma_read() 514 u32 i, wqe_idx, total_size = 0, byte_off; in irdma_uk_send() local 557 byte_off += IRDMA_BYTE_16; in irdma_uk_send() 1009 u32 wqe_idx, i, byte_off; in irdma_uk_post_receive() local [all …]
|