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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.c86 cmdsize = ((CVMX_FPA_DFA_POOL_SIZE - 8) / sizeof (cvmx_dfa_command_t)) *
87 sizeof (cvmx_dfa_command_t);
96 control.s.size = cmdsize / sizeof(cvmx_dfa_command_t);
136 int cvmx_hfa_submit(cvmx_dfa_command_t *command)
H A Dcvmx-dfa.c80 control.s.size = (CVMX_FPA_DFA_POOL_SIZE - 8) / sizeof(cvmx_dfa_command_t);
H A Dcvmx-dfa.h403 } cvmx_dfa_command_t; typedef in typeref:union:__anon8496
635 static inline void __cvmx_dfa_write_command(cvmx_dfa_command_t *command)
640 cvmx_dfa_command_t *head;
659 head = &((CASTPTR(cvmx_dfa_command_t, (cvmx_dfa_state.s2.base_address_div32 * 32ull))[index]));
660 head = (cvmx_dfa_command_t*)cvmx_phys_to_ptr(CAST64(head)); // NOTE: since we are not storing bit 63 of address, we must set it now
666 if (cvmx_unlikely((++index >= ((CVMX_FPA_DFA_POOL_SIZE-8)/sizeof(cvmx_dfa_command_t))))) {
718 cvmx_dfa_command_t command;
H A Dcvmx-hfa.h382 } cvmx_dfa_command_t; typedef in typeref:union:__anon8560
404 int cvmx_hfa_submit(cvmx_dfa_command_t *command);

Completed in 65 milliseconds