Searched refs:offset_out (Results 1 – 4 of 4) sorted by relevance
298 muram_writew(&rxqd->offset_out, 0); in fm_eth_rx_port_parameter_init()366 muram_writew(&txqd->offset_out, 0); in fm_eth_tx_port_parameter_init()580 u16 offset_out; in fm_eth_recv() local614 offset_out = muram_readw(&pram->rxqd.offset_out); in fm_eth_recv()615 offset_out += sizeof(struct fm_port_bd); in fm_eth_recv()616 if (offset_out >= muram_readw(&pram->rxqd.bd_ring_size)) in fm_eth_recv()617 offset_out = 0; in fm_eth_recv()618 muram_writew(&pram->rxqd.offset_out, offset_out); in fm_eth_recv()
67 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()