Searched defs:mqe (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1028 struct lpfc_mqe *mqe; local
1032 mqe = &pmb->u.mqe;
1033 lpfc_sli_pcimem_bcopy(mqe->un.read_rev.fw_name,
1034 mqe->un.read_rev.fw_name, 16);
1035 lpfc_sli_pcimem_bcopy(mqe->un.read_rev.ulp_fw_name,
1036 mqe->un.read_rev.ulp_fw_name, 16);
1677 &mbox->u.mqe.un.nembed_cmd;
1698 &mbox->u.mqe.un.nembed_cmd;
1719 sli4_cfg = &mbox->u.mqe
[all...]
H A Dlpfc_sli.h121 struct lpfc_mqe mqe; member in union:lpfcMboxq::__anon5773
H A Dlpfc_init.c4994 struct lpfc_mqe *mqe; local
5225 mqe = &mboxq->u.mqe;
5226 memcpy(&pn_page[0], ((uint8_t *)&mqe->un.supp_pages.word3),
6739 bf_get(lpfc_mqe_command, &pmb->u.mqe),
6740 bf_get(lpfc_mqe_status, &pmb->u.mqe));
6743 rd_config = &pmb->u.mqe.un.rd_config;
6757 bf_get(lpfc_mqe_command, &pmb->u.mqe));
6838 &pmb->u.mqe.un.sli4_config.header.cfg_shdr;
6845 bf_get(lpfc_mqe_command, &pmb->u.mqe),
9238 struct lpfc_mqe *mqe; local
9310 struct lpfc_mqe *mqe = &mboxq->u.mqe; local
[all...]
H A Dlpfc_sli4.h122 struct lpfc_mqe *mqe; member in union:sli4_qe
H A Dlpfc_sli.c178 * This routine will copy the contents of @mqe to the next available entry on
186 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) argument
194 temp_mqe = q->qe[q->host_index].mqe;
199 lpfc_sli_pcimem_bcopy(mqe, temp_mqe, q->entry_size);
2211 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG)
4728 struct lpfc_mqe *mqe; local
4742 mqe = &mboxq->u.mqe;
4757 bf_get(lpfc_mqe_command, mqe),
4758 bf_get(lpfc_mqe_status, mqe),
4818 struct lpfc_mqe *mqe; local
6200 struct lpfc_mqe *mqe; local
7641 struct lpfc_mqe *mqe; local
11627 struct lpfc_mqe *mqe; local
16595 struct lpfc_mqe *mqe; local
[all...]
H A Dlpfc_hw4.h3256 struct lpfc_mqe mqe; member in struct:lpfc_bmbx_create
/drivers/infiniband/hw/ocrdma/
H A Docrdma.h175 struct ocrdma_mqe mqe; member in struct:stats_mem
H A Docrdma_hw.c336 struct ocrdma_mqe *mqe; local
338 mqe = kzalloc(sizeof(struct ocrdma_mqe), GFP_KERNEL);
339 if (!mqe)
341 mqe->hdr.spcl_sge_cnt_emb |=
344 mqe->hdr.pyld_len = cmd_len - sizeof(struct ocrdma_mqe_hdr);
346 ocrdma_init_mch(&mqe->u.emb_req.mch, opcode, OCRDMA_SUBSYS_ROCE,
347 mqe->hdr.pyld_len);
348 return mqe;
944 struct ocrdma_mqe *mqe; local
948 mqe
975 ocrdma_mbx_cmd(struct ocrdma_dev *dev, struct ocrdma_mqe *mqe) argument
1019 ocrdma_nonemb_mbx_cmd(struct ocrdma_dev *dev, struct ocrdma_mqe *mqe, void *payload_va) argument
1186 struct ocrdma_mqe *mqe = &dev->stats_mem.mqe; local
1229 struct ocrdma_mqe *mqe; local
[all...]

Completed in 144 milliseconds