Searched refs:write_offset (Results 1 – 7 of 7) sorted by relevance
310 size_t write_offset; in bio_write() local315 write_offset = b->offset + b->len; in bio_write()316 if (write_offset >= b->size) in bio_write()317 write_offset -= b->size; in bio_write()351 size_t write_offset; in bio_nwrite0() local377 write_offset = b->offset + b->len; in bio_nwrite0()378 if (write_offset >= b->size) in bio_nwrite0()379 write_offset -= b->size; in bio_nwrite0()380 if (write_offset + num > b->size) in bio_nwrite0()386 num = b->size - write_offset; in bio_nwrite0()[all …]
343 uint32_t write_offset; in ef10_tx_qpio_write() local363 write_offset = etp->et_pio_write_offset + offset; in ef10_tx_qpio_write()364 write_offset_limit = write_offset + length; in ef10_tx_qpio_write()366 while (write_offset < write_offset_limit) { in ef10_tx_qpio_write()367 EFSYS_BAR_WC_WRITEQ(esbp, write_offset, eqp); in ef10_tx_qpio_write()369 write_offset += sizeof (efx_qword_t); in ef10_tx_qpio_write()
8029 int64_t read_offset, write_offset, new_offset; in zisofs_rewind_boot_file() local8066 write_offset = lseek(fd, 0, SEEK_CUR); in zisofs_rewind_boot_file()8085 lseek(fd, write_offset, SEEK_SET); in zisofs_rewind_boot_file()
1619 fwcmd->params.req.write_offset = data_offset; in oce_mbox_lancer_write_flashrom()
1644 uint32_t write_offset; member
2449 uint32_t write_offset; member
2629 wr_obj->write_offset = offset; in sli_cmd_common_write_object()