Home
last modified time | relevance | path

Searched refs:imm_eth_pkey_cred (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c787 uint32_t imm_eth_pkey_cred; in dapli_tavor_cq_peek() local
816 imm_eth_pkey_cred = in dapli_tavor_cq_peek()
819 imm_eth_pkey_cred & TAVOR_CQE_ERR_DBDCNT_MASK; in dapli_tavor_cq_peek()
1101 uint32_t imm_eth_pkey_cred; in dapli_tavor_cq_errcqe_consume() local
1124 imm_eth_pkey_cred = TAVOR_CQE_IMM_ETH_PKEY_CRED_GET(cqe); in dapli_tavor_cq_errcqe_consume()
1125 status = imm_eth_pkey_cred >> TAVOR_CQE_ERR_STATUS_SHIFT; in dapli_tavor_cq_errcqe_consume()
1214 doorbell_cnt = imm_eth_pkey_cred & TAVOR_CQE_ERR_DBDCNT_MASK; in dapli_tavor_cq_errcqe_consume()
H A Ddapl_arbel_hw.c555 uint32_t imm_eth_pkey_cred; in dapli_arbel_cq_peek() local
584 imm_eth_pkey_cred = in dapli_arbel_cq_peek()
587 imm_eth_pkey_cred & TAVOR_CQE_ERR_DBDCNT_MASK; in dapli_arbel_cq_peek()
865 uint32_t imm_eth_pkey_cred; in dapli_arbel_cq_errcqe_consume() local
887 imm_eth_pkey_cred = TAVOR_CQE_IMM_ETH_PKEY_CRED_GET(cqe); in dapli_arbel_cq_errcqe_consume()
888 status = imm_eth_pkey_cred >> TAVOR_CQE_ERR_STATUS_SHIFT; in dapli_arbel_cq_errcqe_consume()
H A Ddapl_hermon_hw.c532 uint32_t imm_eth_pkey_cred; in dapli_hermon_cq_peek() local
553 imm_eth_pkey_cred = in dapli_hermon_cq_peek()
556 imm_eth_pkey_cred & TAVOR_CQE_ERR_DBDCNT_MASK; in dapli_hermon_cq_peek()
H A Ddapl_tavor_hw.h139 uint32_t imm_eth_pkey_cred; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1365 uint32_t imm_eth_pkey_cred; in tavor_cq_errcqe_consume() local
1381 imm_eth_pkey_cred = TAVOR_CQE_IMM_ETH_PKEY_CRED_GET(cq, cqe); in tavor_cq_errcqe_consume()
1382 status = imm_eth_pkey_cred >> TAVOR_CQE_ERR_STATUS_SHIFT; in tavor_cq_errcqe_consume()
1472 doorbell_cnt = imm_eth_pkey_cred & TAVOR_CQE_ERR_DBDCNT_MASK; in tavor_cq_errcqe_consume()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1479 uint32_t imm_eth_pkey_cred; in hermon_cq_errcqe_consume() local
1494 imm_eth_pkey_cred = HERMON_CQE_ERROR_SYNDROME_GET(cq, cqe); in hermon_cq_errcqe_consume()
1495 status = imm_eth_pkey_cred; in hermon_cq_errcqe_consume()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1403 uint32_t imm_eth_pkey_cred; member