Home
last modified time | relevance | path

Searched refs:EFA_CMD_STR_CASE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H A Defa_com.c39 #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_C in efa_com_cmd_str()
63 #undef EFA_CMD_STR_CASE efa_com_cmd_str() macro
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H A Defa_com.c44 #define EFA_CMD_STR_CASE(_cmd) case EFA_ADMIN_##_cmd: return #_cmd in efa_com_cmd_str() macro
47 EFA_CMD_STR_CASE(CREATE_QP); in efa_com_cmd_str()
48 EFA_CMD_STR_CASE(MODIFY_QP); in efa_com_cmd_str()
49 EFA_CMD_STR_CASE(QUERY_QP); in efa_com_cmd_str()
50 EFA_CMD_STR_CASE(DESTROY_QP); in efa_com_cmd_str()
51 EFA_CMD_STR_CASE(CREATE_AH); in efa_com_cmd_str()
52 EFA_CMD_STR_CASE(DESTROY_AH); in efa_com_cmd_str()
53 EFA_CMD_STR_CASE(REG_MR); in efa_com_cmd_str()
54 EFA_CMD_STR_CASE(DEREG_MR); in efa_com_cmd_str()
55 EFA_CMD_STR_CASE(CREATE_C in efa_com_cmd_str()
66 #undef EFA_CMD_STR_CASE efa_com_cmd_str() macro
[all...]

Completed in 2 milliseconds