Searched refs:EFA_CMD_STR_CASE (Results 1 – 1 of 1) sorted by relevance
39 #define EFA_CMD_STR_CASE(_cmd) case EFA_ADMIN_##_cmd: return #_cmd in efa_com_cmd_str() macro42 EFA_CMD_STR_CASE(CREATE_QP); in efa_com_cmd_str()43 EFA_CMD_STR_CASE(MODIFY_QP); in efa_com_cmd_str()44 EFA_CMD_STR_CASE(QUERY_QP); in efa_com_cmd_str()45 EFA_CMD_STR_CASE(DESTROY_QP); in efa_com_cmd_str()46 EFA_CMD_STR_CASE(CREATE_AH); in efa_com_cmd_str()47 EFA_CMD_STR_CASE(DESTROY_AH); in efa_com_cmd_str()48 EFA_CMD_STR_CASE(REG_MR); in efa_com_cmd_str()49 EFA_CMD_STR_CASE(DEREG_MR); in efa_com_cmd_str()50 EFA_CMD_STR_CASE(CREATE_CQ); in efa_com_cmd_str()[all …]