Home
last modified time | relevance | path

Searched refs:my_ticket (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dfa.h638 uint64_t my_ticket; // needs to wrap to 8 bits in __cvmx_dfa_write_command() local
645 my_ticket = cvmx_dfa_state.s.ticket; in __cvmx_dfa_write_command()
648 while (my_ticket != cvmx_dfa_state.s.now_serving) { in __cvmx_dfa_write_command()
649 int delta = my_ticket - cvmx_dfa_state.s.now_serving; in __cvmx_dfa_write_command()
686 ((my_ticket+1)<<8) | index); in __cvmx_dfa_write_command()
H A Dcvmx-cmd-queue.h258 int my_ticket; in __cvmx_cmd_queue_lock() local
286 [my_ticket] "=r" (my_ticket) in __cvmx_cmd_queue_lock()