Searched refs:NPI_RXDMA_SW_PARAM_ERROR (Results 1 – 2 of 2) sorted by relevance
61 #define NPI_RXDMA_SW_PARAM_ERROR (NPI_RXDMA_ERROR | 0x40) macro69 #define NPI_RXDMA_FUNC_INVALID (NPI_RXDMA_SW_PARAM_ERROR | 0x0000a)70 #define NPI_RXDMA_BUFSIZE_INVALID (NPI_RXDMA_SW_PARAM_ERROR | 0x0000b)71 #define NPI_RXDMA_RBRSIZE_INVALID (NPI_RXDMA_SW_PARAM_ERROR | 0x0000c)72 #define NPI_RXDMA_RCRSIZE_INVALID (NPI_RXDMA_SW_PARAM_ERROR | 0x0000d)
449 return (NPI_RXDMA_SW_PARAM_ERROR); in npi_rxdma_cfg_rdc_ctl()