Searched refs:data_off (Results 1 – 6 of 6) sorted by relevance
/drivers/mtd/nand/ |
D | sunxi_nand.c | 575 u8 *data, int data_off, in sunxi_nfc_hw_ecc_read_chunk() argument 586 if (*cur_off != data_off) in sunxi_nfc_hw_ecc_read_chunk() 587 nand->cmdfunc(mtd, NAND_CMD_RNDOUT, data_off, -1); in sunxi_nfc_hw_ecc_read_chunk() 591 if (data_off + ecc->size != oob_off) in sunxi_nfc_hw_ecc_read_chunk() 664 const u8 *data, int data_off, in sunxi_nfc_hw_ecc_write_chunk() argument 673 if (data_off != *cur_off) in sunxi_nfc_hw_ecc_write_chunk() 674 nand->cmdfunc(mtd, NAND_CMD_RNDIN, data_off, -1); in sunxi_nfc_hw_ecc_write_chunk() 682 if (data_off + ecc->size != oob_off) in sunxi_nfc_hw_ecc_write_chunk() 733 int data_off = i * ecc->size; in sunxi_nfc_hw_ecc_read_page() local 735 u8 *data = buf + data_off; in sunxi_nfc_hw_ecc_read_page() [all …]
|
/drivers/target/ |
D | target_core_user.c | 96 size_t data_off; member 248 to = (void *) udev->mb_addr + udev->data_off + udev->data_head; in alloc_and_scatter_data_area() 257 (*iov)->iov_base = (void __user *) udev->data_off + in alloc_and_scatter_data_area() 271 (*iov)->iov_base = (void __user *) udev->data_off + in alloc_and_scatter_data_area() 276 udev->data_off + udev->data_head; in alloc_and_scatter_data_area() 308 udev->data_off + udev->data_tail; in gather_and_free_data_area() 319 udev->data_off + udev->data_tail; in gather_and_free_data_area() 896 udev->data_off = CMDR_SIZE; in tcmu_configure_device() 904 WARN_ON(!PAGE_ALIGNED(udev->data_off)); in tcmu_configure_device()
|
/drivers/net/wireless/hostap/ |
D | hostap_download.c | 650 int data_off = 0; in prism2_download_nonvolatile() local 656 dev, dl->data[i].addr + data_off, in prism2_download_nonvolatile() 657 dl->data[i].data + data_off, bufaddr, in prism2_download_nonvolatile() 666 data_off += block_len; in prism2_download_nonvolatile()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 71 u16 data_off; member 73 u16 data_off; member
|
D | bnx2x_init_ops.h | 258 data = data_base + op->arr_wr.data_off; in bnx2x_init_block() 281 op->arr_wr.data_off); in bnx2x_init_block()
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 13413 u32 base_flags = 0, mss = 0, desc_idx, coal_now, data_off, val; in tg3_run_loopback() local 13489 data_off = ETH_ALEN * 2 + sizeof(tg3_tso_header); in tg3_run_loopback() 13492 data_off = ETH_HLEN; in tg3_run_loopback() 13499 for (i = data_off; i < tx_len; i++) in tg3_run_loopback() 13560 val = data_off; in tg3_run_loopback() 13605 for (i = data_off; i < rx_len; i++, val++) { in tg3_run_loopback()
|