Home
last modified time | relevance | path

Searched refs:ERR_PTR (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h274 #define ERR_PTR(error) ((void *)(long)error) macro
H A Dena_com.c228 return ERR_PTR(ENA_COM_NO_SPACE); in __ena_com_submit_admin_cmd()
241 return ERR_PTR(ENA_COM_INVAL); in __ena_com_submit_admin_cmd()
302 return ERR_PTR(ENA_COM_NO_DEVICE); in ena_com_submit_admin_cmd()
1376 if (comp_ctx == ERR_PTR(ENA_COM_NO_DEVICE)) in ena_com_execute_admin_command()