Searched refs:nsp_command (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_nsp.c | 362 u64 reg, ret_val, nsp_base, nsp_buffer, nsp_status, nsp_command; in __nfp_nsp_command() local 370 nsp_command = nsp_base + NSP_COMMAND; in __nfp_nsp_command() 381 err = nfp_cpp_writeq(cpp, nsp_cpp, nsp_command, in __nfp_nsp_command() 390 err = nfp_nsp_wait_reg(cpp, ®, nsp_cpp, nsp_command, in __nfp_nsp_command() 407 err = nfp_cpp_readq(cpp, nsp_cpp, nsp_command, &ret_val); in __nfp_nsp_command()
|