Searched refs:offset_in (Results 1 – 3 of 3) sorted by relevance
297 muram_writew(&rxqd->offset_in, 0); in fm_eth_rx_port_parameter_init()365 muram_writew(&txqd->offset_in, 0); in fm_eth_tx_port_parameter_init()519 u16 offset_in; in fm_eth_send() local544 offset_in = muram_readw(&pram->txqd.offset_in); in fm_eth_send()545 offset_in += sizeof(struct fm_port_bd); in fm_eth_send()546 if (offset_in >= muram_readw(&pram->txqd.bd_ring_size)) in fm_eth_send()547 offset_in = 0; in fm_eth_send()548 muram_writew(&pram->txqd.offset_in, offset_in); in fm_eth_send()
66 u16 offset_in; member
475 off_t offset_out, offset_in; in test4_lseek() local479 offset_in = 0x123456789abcdef0; in test4_lseek()480 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek()481 if (offset_out != offset_in) { in test4_lseek()487 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek()497 if (offset_out != offset_in) { in test4_lseek()503 if (offset_out != (offset_in + OFFSET_ADD)) { in test4_lseek()509 if (offset_out != (offset_in + OFFSET_ADD + OFFSET_SUBTRACT)) { in test4_lseek()