Searched refs:nfp_nsp_command (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_nsp.c | 384 nfp_nsp_command(struct nfp_nsp *state, u16 code, u32 option, u32 buff_cpp, in nfp_nsp_command() function 482 err = nfp_nsp_command(state, SPCODE_NOOP, 0, 0, 0); in nfp_nsp_wait() 504 return nfp_nsp_command(state, SPCODE_SOFT_RESET, 0, 0, 0); in nfp_nsp_device_soft_reset() 509 return nfp_nsp_command(state, SPCODE_MAC_INIT, 0, 0, 0); in nfp_nsp_mac_reinit()
|