Searched refs:wrptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/sparc64/pci/
H A Dsbbc.c701 uint32_t wrptr; local
706 wrptr = SBBC_SRAM_READ_4(sbbc_solcons +
708 SBBC_SRAM_WRITE_1(sbbc_solcons + wrptr, c);
710 if (++wrptr == SBBC_SRAM_READ_4(sbbc_solcons +
712 wrptr = SBBC_SRAM_READ_4(sbbc_solcons +
715 wrptr);
832 uint32_t wrptr; local
844 wrptr = SBBC_SRAM_READ_4(sbbc_solcons +
847 SBBC_CONS_OFF(cons_out_rdptr)) != wrptr);
1019 uint32_t end, rdptr, wrptr; local
1081 uint32_t end, wrptr; local
[all...]
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dcommon.h470 int t4_cim_read_la(struct adapter *adap, u32 *la_buf, unsigned int *wrptr);
494 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr);
H A Dt4_hw.c1688 * @wrptr: the HW write pointer within the capture buffer
1691 * the end of the returned data and with the entry at @wrptr first.
1694 int t4_cim_read_la(struct adapter *adap, u32 *la_buf, unsigned int *wrptr) argument
1714 if (wrptr)
1715 *wrptr = idx;
1803 * @wrptr: the HW write pointer within the capture buffer
1806 * the end of the returned data and with the entry at @wrptr first.
1809 void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr) argument
1824 if (wrptr)
1825 *wrptr
[all...]

Completed in 136 milliseconds