Searched refs:offset_out (Results 1 – 4 of 4) sorted by relevance
299 muram_writew(&rxqd->offset_out, 0); in fm_eth_rx_port_parameter_init()367 muram_writew(&txqd->offset_out, 0); in fm_eth_tx_port_parameter_init()581 u16 offset_out; in fm_eth_recv() local615 offset_out = muram_readw(&pram->rxqd.offset_out); in fm_eth_recv()616 offset_out += sizeof(struct fm_port_bd); in fm_eth_recv()617 if (offset_out >= muram_readw(&pram->rxqd.bd_ring_size)) in fm_eth_recv()618 offset_out = 0; in fm_eth_recv()619 muram_writew(&pram->rxqd.offset_out, offset_out); in fm_eth_recv()
68 u16 offset_out; member
963 int *chunk_out, u32 *offset_out);
48 int *chunk_out, u32 *offset_out) in yaffs_addr_to_chunk() argument70 *offset_out = offset; in yaffs_addr_to_chunk()