Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1236 #define IBT_WC_CKSUM_OK (1 << 3) macro
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1442 flags |= IBT_WC_CKSUM_OK; in hermon_cq_cqe_consume()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c2217 return (wc_flags & ~IBT_WC_CKSUM_OK); in ibt2of_wc_flags()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c8051 if (((wc->wc_flags & IBT_WC_CKSUM_OK) == IBT_WC_CKSUM_OK) && in ibd_process_rx()