Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-srio.h489 int cvmx_srio_receive_spf(int srio_port, void *buffer, int buffer_length);
H A Dcvmx-srio.c963 return_code = cvmx_srio_receive_spf(srio_port, rx_buffer, sizeof(rx_buffer)); in cvmx_srio_config_read32()
1163 return_code = cvmx_srio_receive_spf(srio_port, rx_buffer, sizeof(rx_buffer)); in cvmx_srio_config_write32()
1357 int cvmx_srio_receive_spf(int srio_port, void *buffer, int buffer_length) in cvmx_srio_receive_spf() function