Searched refs:nsp_cpp (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_nsp.c | 184 u32 nsp_cpp; in nfp_nsp_check() local 187 nsp_cpp = nfp_resource_cpp_id(state->res); in nfp_nsp_check() 190 err = nfp_cpp_readq(cpp, nsp_cpp, nsp_status, ®); in nfp_nsp_check() 268 nfp_nsp_wait_reg(struct nfp_cpp *cpp, u64 *reg, u32 nsp_cpp, u64 addr, in nfp_nsp_wait_reg() argument 277 err = nfp_cpp_readq(cpp, nsp_cpp, addr, reg); in nfp_nsp_wait_reg() 316 u32 nsp_cpp; in __nfp_nsp_command() local 319 nsp_cpp = nfp_resource_cpp_id(state->res); in __nfp_nsp_command() 336 err = nfp_cpp_writeq(cpp, nsp_cpp, nsp_buffer, in __nfp_nsp_command() 342 err = nfp_cpp_writeq(cpp, nsp_cpp, nsp_command, in __nfp_nsp_command() 350 err = nfp_nsp_wait_reg(cpp, ®, nsp_cpp, nsp_command, in __nfp_nsp_command() [all …]
|