Searched refs:uctxt_type (Results 1 – 2 of 2) sorted by relevance
935 if (uctxt->uctxt_type == SOL_UVERBS_UCTXT_ASYNC || in sol_uverbs_close()936 uctxt->uctxt_type == SOL_UVERBS_UCTXT_COMPL) { in sol_uverbs_close()959 uctxt->uctxt_type == SOL_UVERBS_UCTXT_ASYNC) { in sol_uverbs_close()971 } else if (uctxt->uctxt_type == SOL_UVERBS_UCTXT_EVENT) { in sol_uverbs_close()1250 if (uctxt->uctxt_type == SOL_UVERBS_UCTXT_ASYNC) { in sol_uverbs_read()1254 } else if (uctxt->uctxt_type == SOL_UVERBS_UCTXT_COMPL) { in sol_uverbs_read()1260 uctxt->uctxt_type); in sol_uverbs_read()1373 if (async_uctxt->uctxt_type != SOL_UVERBS_UCTXT_EVENT || in sol_uverbs_get_context()1380 async_uctxt->uctxt_type = SOL_UVERBS_UCTXT_ASYNC; in sol_uverbs_get_context()2391 if (compl_uctxt->uctxt_type != SOL_UVERBS_UCTXT_EVENT || in sol_uverbs_create_comp_channel()[all …]
180 uint16_t uctxt_type; member