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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mbox.c968 struct lpfc_mqe *mqe; local
972 mqe = &pmb->u.mqe;
973 lpfc_sli_pcimem_bcopy(mqe->un.read_rev.fw_name,
974 mqe->un.read_rev.fw_name, 16);
975 lpfc_sli_pcimem_bcopy(mqe->un.read_rev.ulp_fw_name,
976 mqe->un.read_rev.ulp_fw_name, 16);
1578 &mbox->u.mqe.un.nembed_cmd;
1599 &mbox->u.mqe.un.nembed_cmd;
1620 sli4_cfg = &mbox->u.mqe
[all...]
H A Dlpfc_sli.c147 * This routine will copy the contents of @mqe to the next available entry on
155 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) argument
157 struct lpfc_mqe *temp_mqe = q->qe[q->host_index].mqe;
164 lpfc_sli_pcimem_bcopy(mqe, temp_mqe, q->entry_size);
1777 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG)
4119 struct lpfc_mqe *mqe; local
4129 mqe = &mboxq->u.mqe;
4142 bf_get(lpfc_mqe_command, mqe),
4143 bf_get(lpfc_mqe_status, mqe),
4197 struct lpfc_mqe *mqe; local
4292 struct lpfc_mqe *mqe; local
5474 struct lpfc_mqe *mqe; local
8732 struct lpfc_mqe *mqe; local
[all...]
H A Dlpfc_init.c2918 del_fcf_record = &mboxq->u.mqe.un.del_fcf_entry;
3024 query_fw_cfg = &mboxq->u.mqe.un.query_fw_cfg;
4007 struct lpfc_mqe *mqe; local
4170 mqe = &mboxq->u.mqe;
4171 memcpy(&pn_page[0], ((uint8_t *)&mqe->un.supp_pages.word3),
5546 bf_get(lpfc_mqe_command, &pmb->u.mqe),
5547 bf_get(lpfc_mqe_status, &pmb->u.mqe));
5550 rd_config = &pmb->u.mqe.un.rd_config;
5649 memcpy(&mboxq->u.mqe,
7456 struct lpfc_mqe *mqe; local
[all...]
H A Dlpfc_sli.h108 struct lpfc_mqe mqe; member in union:lpfcMboxq::__anon14743
H A Dlpfc_sli4.h108 struct lpfc_mqe *mqe; member in union:sli4_qe
H A Dlpfc_hw4.h2234 struct lpfc_mqe mqe; member in struct:lpfc_bmbx_create
H A Dlpfc_hbadisc.c1030 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi);
3058 byte_count = pmb->u.mqe.un.mb_words[5];
H A Dlpfc_attr.c908 rd_config = &pmboxq->u.mqe.un.rd_config;

Completed in 230 milliseconds