Searched refs:rcqe (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
H A Dcxio_wr.h560 } rcqe; member in union:t3_cqe::__anon4823
622 #define CQE_WRID_STAG(x) (be32_to_cpu((x).u.rcqe.stag))
623 #define CQE_WRID_MSN(x) (be32_to_cpu((x).u.rcqe.msn))
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
H A Dt4.h170 } rcqe; member in union:t4_cqe::__anon4826
229 #define CQE_WRID_STAG(x) (be32_to_cpu((x)->u.rcqe.stag))
230 #define CQE_WRID_MSN(x) (be32_to_cpu((x)->u.rcqe.msn))
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli.c11936 * @rcqe: Pointer to receive-queue completion queue entry.
11943 lpfc_sli4_sp_handle_rcqe(struct lpfc_hba *phba, struct lpfc_rcqe *rcqe) lpfc_sli4_sp_handle_rcqe() argument
11956 if (bf_get(lpfc_cqe_code, rcqe) == CQE_CODE_RECEIVE_V1) lpfc_sli4_sp_handle_rcqe()
11957 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); lpfc_sli4_sp_handle_rcqe()
11959 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); lpfc_sli4_sp_handle_rcqe()
11963 status = bf_get(lpfc_rcqe_status, rcqe); lpfc_sli4_sp_handle_rcqe()
11979 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe)); lpfc_sli4_sp_handle_rcqe()

Completed in 176 milliseconds