Searched refs:cvmx_dfa_command_t (Results 1 – 4 of 4) sorted by relevance
86 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()
403 } cvmx_dfa_command_t; typedef635 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()
80 control.s.size = (CVMX_FPA_DFA_POOL_SIZE - 8) / sizeof(cvmx_dfa_command_t); in cvmx_dfa_initialize()
382 } cvmx_dfa_command_t; typedef404 int cvmx_hfa_submit(cvmx_dfa_command_t *command);