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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c764 int in_fif_p_count; local
774 read in_fif_p_count */
795 in_fif_p_count = dbg_data.s.data & 0xff;
796 } while (in_fif_p_count != ((old_in_fif_p_count+1) & 0xff));
798 /* Update in_fif_p_count for it's offset with respect to out_p_count */
799 in_fif_p_count = (in_fif_p_count + in_p_offset) & 0xff;
808 if (out_p_count != in_fif_p_count)
811 while (in_fif_p_count != 0)
815 in_fif_p_count
[all...]

Completed in 107 milliseconds