Searched refs:EFA_CMD_STR_CASE (Results 1 – 1 of 1) sorted by relevance
57 #define EFA_CMD_STR_CASE(_cmd) case EFA_ADMIN_##_cmd: return #_cmd in efa_com_cmd_str() macro60 EFA_CMD_STR_CASE(CREATE_QP); in efa_com_cmd_str()61 EFA_CMD_STR_CASE(MODIFY_QP); in efa_com_cmd_str()62 EFA_CMD_STR_CASE(QUERY_QP); in efa_com_cmd_str()63 EFA_CMD_STR_CASE(DESTROY_QP); in efa_com_cmd_str()64 EFA_CMD_STR_CASE(CREATE_AH); in efa_com_cmd_str()65 EFA_CMD_STR_CASE(DESTROY_AH); in efa_com_cmd_str()66 EFA_CMD_STR_CASE(REG_MR); in efa_com_cmd_str()67 EFA_CMD_STR_CASE(DEREG_MR); in efa_com_cmd_str()68 EFA_CMD_STR_CASE(CREATE_CQ); in efa_com_cmd_str()[all …]