Searched refs:CVMX_SCR_SCRATCH (Results 1 – 3 of 3) sorted by relevance
201 old_scratch = cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_xmit()202 old_scratch2 = cvmx_scratch_read64(CVMX_SCR_SCRATCH + 8); in cvm_oct_xmit()208 cvmx_fau_async_fetch_and_add32(CVMX_SCR_SCRATCH + 8, in cvm_oct_xmit()211 cvmx_fau_async_fetch_and_add32(CVMX_SCR_SCRATCH, in cvm_oct_xmit()230 cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_xmit()426 skb_to_free = cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_xmit()427 buffers_to_free = cvmx_scratch_read64(CVMX_SCR_SCRATCH + 8); in cvm_oct_xmit()453 CVMX_SCR_SCRATCH, FAU_TOTAL_TX_TO_CLEAN, 1); in cvm_oct_xmit()526 total_to_clean = cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_xmit()528 cvmx_scratch_write64(CVMX_SCR_SCRATCH, old_scratch); in cvm_oct_xmit()[all …]
190 old_scratch = cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_napi_poll()199 cvmx_pow_work_request_async(CVMX_SCR_SCRATCH, CVMX_POW_NO_WAIT); in cvm_oct_napi_poll()210 work = cvmx_pow_work_response_async(CVMX_SCR_SCRATCH); in cvm_oct_napi_poll()230 cvmx_pow_work_request_async_nocheck(CVMX_SCR_SCRATCH, in cvm_oct_napi_poll()416 cvmx_scratch_write64(CVMX_SCR_SCRATCH, old_scratch); in cvm_oct_napi_poll()
93 #define CVMX_SCR_SCRATCH (0) macro