Home
last modified time | relevance | path

Searched refs:WC_STATUS_ERROR_BIT (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_qes.h213 #define WC_STATUS_ERROR_BIT 0x80000000 macro
Dehca_reqs.c319 if (unlikely(cqe_status & WC_STATUS_ERROR_BIT)) { in map_ib_wc_status()
687 is_error = cqe->status & WC_STATUS_ERROR_BIT; in ehca_poll_cq_one()