Home
last modified time | relevance | path

Searched refs:cvmx_dfa_command_t (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-hfa.c86 cmdsize = ((CVMX_FPA_DFA_POOL_SIZE - 8) / sizeof (cvmx_dfa_command_t)) * in cvmx_hfa_initialize()
87 sizeof (cvmx_dfa_command_t); in cvmx_hfa_initialize()
96 control.s.size = cmdsize / sizeof(cvmx_dfa_command_t); in cvmx_hfa_initialize()
136 int cvmx_hfa_submit(cvmx_dfa_command_t *command) in cvmx_hfa_submit()
H A Dcvmx-dfa.h403 } cvmx_dfa_command_t; typedef
635 static inline void __cvmx_dfa_write_command(cvmx_dfa_command_t *command) in __cvmx_dfa_write_command()
640 cvmx_dfa_command_t *head; in __cvmx_dfa_write_command()
659 head = &((CASTPTR(cvmx_dfa_command_t, (cvmx_dfa_state.s2.base_address_div32 * 32ull))[index])); in __cvmx_dfa_write_command()
660 …head = (cvmx_dfa_command_t*)cvmx_phys_to_ptr(CAST64(head)); // NOTE: since we are not storing bit … in __cvmx_dfa_write_command()
666 if (cvmx_unlikely((++index >= ((CVMX_FPA_DFA_POOL_SIZE-8)/sizeof(cvmx_dfa_command_t))))) { in __cvmx_dfa_write_command()
718 cvmx_dfa_command_t command; in cvmx_dfa_submit()
H A Dcvmx-dfa.c80 control.s.size = (CVMX_FPA_DFA_POOL_SIZE - 8) / sizeof(cvmx_dfa_command_t); in cvmx_dfa_initialize()
H A Dcvmx-hfa.h382 } cvmx_dfa_command_t; typedef
404 int cvmx_hfa_submit(cvmx_dfa_command_t *command);