Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_nsp.c361 u64 reg, ret_val, nsp_base, nsp_buffer, nsp_status, nsp_command; in __nfp_nsp_command() local
369 nsp_command = nsp_base + NSP_COMMAND; in __nfp_nsp_command()
380 err = nfp_cpp_writeq(cpp, nsp_cpp, nsp_command, in __nfp_nsp_command()
389 err = nfp_nsp_wait_reg(cpp, &reg, nsp_cpp, nsp_command, in __nfp_nsp_command()
406 err = nfp_cpp_readq(cpp, nsp_cpp, nsp_command, &ret_val); in __nfp_nsp_command()