Home
last modified time | relevance | path

Searched refs:imm_inval_pkey (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c234 wc->imm_data = cqe->imm_inval_pkey; in handle_responder()
242 wc->imm_data = cqe->imm_inval_pkey; in handle_responder()
247 wc->imm_data = be32toh(cqe->imm_inval_pkey); in handle_responder()
256 wc->pkey_index = be32toh(cqe->imm_inval_pkey) & 0xffff; in handle_responder()
1148 return be32toh(cq->cqe64->imm_inval_pkey); in mlx5_cq_read_wc_imm_data()
1150 return cq->cqe64->imm_inval_pkey; in mlx5_cq_read_wc_imm_data()
H A Dmlx5dv.h295 uint32_t imm_inval_pkey; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c