Home
last modified time | relevance | path

Searched refs:bufoff (Results 1 – 4 of 4) sorted by relevance

/linux/fs/adfs/
H A Ddir_f.c58 #define bufoff(_bh,_idx) \ macro
98 ptr.ptr8 = bufoff(bh, i); in adfs_dir_checkbyte()
113 ptr.ptr8 = bufoff(bh, 2008); in adfs_dir_checkbyte()
154 dir->dirhead = bufoff(dir->bh, 0); in adfs_f_read()
155 dir->newtail = bufoff(dir->bh, 2007); in adfs_f_read()
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c236 u32 bufoff, total_len, remaining, fragsize, dataoff; in fun_data_from_rq() local
248 bufoff = be32_to_cpu(databuf->bufoff); in fun_data_from_rq()
249 fun_rq_update_pos(funq, bufoff); in fun_data_from_rq()
251 dma_sync_single_for_cpu(dma_dev, rqinfo->dma + bufoff, in fun_data_from_rq()
254 return page_address(rqinfo->page) + bufoff; in fun_data_from_rq()
H A Dfun_hci.h544 __be32 bufoff; member
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c849 u32 i, bufoff, msgoff, maxlen, apedata; in tg3_ape_scratchpad_read() local
862 bufoff = tg3_ape_read32(tp, TG3_APE_SEG_MSG_BUF_OFF) + in tg3_ape_scratchpad_read()
864 msgoff = bufoff + 2 * sizeof(u32); in tg3_ape_scratchpad_read()
888 tg3_ape_write32(tp, bufoff, base_off); in tg3_ape_scratchpad_read()
889 tg3_ape_write32(tp, bufoff + sizeof(u32), length); in tg3_ape_scratchpad_read()