Searched refs:nsp_command (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_nsp.c | 361 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, ®, nsp_cpp, nsp_command, in __nfp_nsp_command() 406 err = nfp_cpp_readq(cpp, nsp_cpp, nsp_command, &ret_val); in __nfp_nsp_command()
|