Home
last modified time | relevance | path

Searched refs:IRDMA_CQ_TYPE_IWARP (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/irdma/
H A Ddefs.h118 #define IRDMA_CQ_TYPE_IWARP 1 macro
H A Dhw.c125 if (unlikely(cq->cq_type != IRDMA_CQ_TYPE_IWARP)) { in irdma_process_normal_ceqe()
H A Dverbs.c2527 info.type = IRDMA_CQ_TYPE_IWARP; in irdma_create_cq()
H A Dctrl.c2912 cq->cq_type = (info->type) ? info->type : IRDMA_CQ_TYPE_IWARP; in irdma_sc_cq_init()