Searched refs:CVMX_SCR_SCRATCH (Results 1 – 3 of 3) sorted by relevance
185 old_scratch = cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_xmit()186 old_scratch2 = cvmx_scratch_read64(CVMX_SCR_SCRATCH + 8); in cvm_oct_xmit()192 cvmx_fau_async_fetch_and_add32(CVMX_SCR_SCRATCH + 8, in cvm_oct_xmit()195 cvmx_fau_async_fetch_and_add32(CVMX_SCR_SCRATCH, in cvm_oct_xmit()214 cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_xmit()412 skb_to_free = cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_xmit()413 buffers_to_free = cvmx_scratch_read64(CVMX_SCR_SCRATCH + 8); in cvm_oct_xmit()439 CVMX_SCR_SCRATCH, FAU_TOTAL_TX_TO_CLEAN, 1); in cvm_oct_xmit()512 total_to_clean = cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_xmit()514 cvmx_scratch_write64(CVMX_SCR_SCRATCH, old_scratch); in cvm_oct_xmit()[all …]
180 old_scratch = cvmx_scratch_read64(CVMX_SCR_SCRATCH); in cvm_oct_napi_poll()196 cvmx_pow_work_request_async(CVMX_SCR_SCRATCH, CVMX_POW_NO_WAIT); in cvm_oct_napi_poll()208 work = cvmx_pow_work_response_async(CVMX_SCR_SCRATCH); in cvm_oct_napi_poll()235 cvmx_pow_work_request_async_nocheck(CVMX_SCR_SCRATCH, in cvm_oct_napi_poll()432 cvmx_scratch_write64(CVMX_SCR_SCRATCH, old_scratch); in cvm_oct_napi_poll()
93 #define CVMX_SCR_SCRATCH (0) macro