Searched refs:IBT_CQ_EMPTY (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_status.h224 IBT_CQ_EMPTY = 503, /* Completion Queue Empty */ enumerator in enum:ibt_status_e
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c65 if (status == IBT_CQ_EMPTY) {
104 if (status != IBT_CQ_EMPTY) {
328 if (status == IBT_CQ_EMPTY) {
358 if (status == IBT_CQ_EMPTY) {
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c334 * Check if the status is IBT_SUCCESS or IBT_CQ_EMPTY
339 if (status != IBT_CQ_EMPTY) {
362 * Check if the status is IBT_SUCCESS or IBT_CQ_EMPTY
367 if (status != IBT_CQ_EMPTY) {
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c639 if (ret != IBT_CQ_EMPTY) {
644 "returned: IBT_CQ_EMPTY", ep, cq);
884 if (ret != IBT_CQ_EMPTY) {
889 "returned: IBT_CQ_EMPTY", ep, cq);
1005 } while (ret != IBT_CQ_EMPTY);
1017 } while (ret != IBT_CQ_EMPTY);
1038 if (ret != IBT_CQ_EMPTY) {
1043 "ibt_poll_cq returned: IBT_CQ_EMPTY",
1132 } while (ret != IBT_CQ_EMPTY);
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c624 if (status != IBT_CQ_EMPTY) {
732 if (status != IBT_CQ_EMPTY) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1169 if (((ret != IBT_SUCCESS) && (ret != IBT_CQ_EMPTY)) ||
1170 ((ret == IBT_CQ_EMPTY) && (j == loopmax - 1))) {
1181 } else if (ret == IBT_CQ_EMPTY) {
H A Dhermon_cq.c982 status = IBT_CQ_EMPTY;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c1262 if (((ret != IBT_SUCCESS) && (ret != IBT_CQ_EMPTY)) ||
1263 ((ret == IBT_CQ_EMPTY) && (j == loopmax - 1))) {
1280 } else if (ret == IBT_CQ_EMPTY) {
H A Dtavor_cq.c1025 status = IBT_CQ_EMPTY;
H A Dtavor_ci.c2541 if (status != IBT_CQ_EMPTY) {
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c1020 while (ibt_status != IBT_CQ_EMPTY) {
1113 while (ibt_status != IBT_CQ_EMPTY) {
1192 while (ibt_status != IBT_CQ_EMPTY) {
1332 while (ibt_status != IBT_CQ_EMPTY) {
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c2294 if (rtn == IBT_SUCCESS || rtn == IBT_CQ_EMPTY) {

Completed in 98 milliseconds