Lines Matching refs:EFA_CMD_STR_CASE
39 #define EFA_CMD_STR_CASE(_cmd) case EFA_ADMIN_##_cmd: return #_cmd in efa_com_cmd_str() macro
42 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()
51 EFA_CMD_STR_CASE(DESTROY_CQ); in efa_com_cmd_str()
52 EFA_CMD_STR_CASE(GET_FEATURE); in efa_com_cmd_str()
53 EFA_CMD_STR_CASE(SET_FEATURE); in efa_com_cmd_str()
54 EFA_CMD_STR_CASE(GET_STATS); in efa_com_cmd_str()
55 EFA_CMD_STR_CASE(ALLOC_PD); in efa_com_cmd_str()
56 EFA_CMD_STR_CASE(DEALLOC_PD); in efa_com_cmd_str()
57 EFA_CMD_STR_CASE(ALLOC_UAR); in efa_com_cmd_str()
58 EFA_CMD_STR_CASE(DEALLOC_UAR); in efa_com_cmd_str()
59 EFA_CMD_STR_CASE(CREATE_EQ); in efa_com_cmd_str()
60 EFA_CMD_STR_CASE(DESTROY_EQ); in efa_com_cmd_str()
63 #undef EFA_CMD_STR_CASE in efa_com_cmd_str()