Home
last modified time | relevance | path

Searched refs:mqe (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_mbox.c1028 struct lpfc_mqe *mqe; in lpfc_sli4_swap_str() local
1032 mqe = &pmb->u.mqe; in lpfc_sli4_swap_str()
1033 lpfc_sli_pcimem_bcopy(mqe->un.read_rev.fw_name, in lpfc_sli4_swap_str()
1034 mqe->un.read_rev.fw_name, 16); in lpfc_sli4_swap_str()
1035 lpfc_sli_pcimem_bcopy(mqe->un.read_rev.ulp_fw_name, in lpfc_sli4_swap_str()
1036 mqe->un.read_rev.ulp_fw_name, 16); in lpfc_sli4_swap_str()
1677 &mbox->u.mqe.un.nembed_cmd; in lpfc_sli4_mbx_sge_set()
1698 &mbox->u.mqe.un.nembed_cmd; in lpfc_sli4_mbx_sge_get()
1719 sli4_cfg = &mbox->u.mqe.un.sli4_config; in lpfc_sli4_mbox_cmd_free()
1775 bf_set(lpfc_mqe_command, &mbox->u.mqe, MBX_SLI4_CONFIG); in lpfc_sli4_config()
[all …]
Dlpfc_sli.c186 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) in lpfc_sli4_mq_put() argument
194 temp_mqe = q->qe[q->host_index].mqe; in lpfc_sli4_mq_put()
199 lpfc_sli_pcimem_bcopy(mqe, temp_mqe, q->entry_size); in lpfc_sli4_mq_put()
2215 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG) in lpfc_sli_def_mbox_cmpl()
4772 struct lpfc_mqe *mqe; in lpfc_sli4_read_fcoe_params() local
4786 mqe = &mboxq->u.mqe; in lpfc_sli4_read_fcoe_params()
4801 bf_get(lpfc_mqe_command, mqe), in lpfc_sli4_read_fcoe_params()
4802 bf_get(lpfc_mqe_status, mqe), in lpfc_sli4_read_fcoe_params()
4803 mqe->un.mb_words[0], mqe->un.mb_words[1], in lpfc_sli4_read_fcoe_params()
4804 mqe->un.mb_words[2], mqe->un.mb_words[3], in lpfc_sli4_read_fcoe_params()
[all …]
Dlpfc_init.c5101 struct lpfc_mqe *mqe; in lpfc_sli4_driver_resource_setup() local
5333 mqe = &mboxq->u.mqe; in lpfc_sli4_driver_resource_setup()
5334 memcpy(&pn_page[0], ((uint8_t *)&mqe->un.supp_pages.word3), in lpfc_sli4_driver_resource_setup()
6847 bf_get(lpfc_mqe_command, &pmb->u.mqe), in lpfc_sli4_read_config()
6848 bf_get(lpfc_mqe_status, &pmb->u.mqe)); in lpfc_sli4_read_config()
6851 rd_config = &pmb->u.mqe.un.rd_config; in lpfc_sli4_read_config()
6865 bf_get(lpfc_mqe_command, &pmb->u.mqe)); in lpfc_sli4_read_config()
6946 &pmb->u.mqe.un.sli4_config.header.cfg_shdr; in lpfc_sli4_read_config()
6953 bf_get(lpfc_mqe_command, &pmb->u.mqe), in lpfc_sli4_read_config()
6954 bf_get(lpfc_mqe_status, &pmb->u.mqe)); in lpfc_sli4_read_config()
[all …]
Dlpfc_sli.h122 struct lpfc_mqe mqe; member
Dlpfc_sli4.h122 struct lpfc_mqe *mqe; member
Dlpfc_bsg.c1910 link_diag_state = &pmboxq->u.mqe.un.link_diag_state; in lpfc_sli4_bsg_set_link_diag_state()
1965 link_diag_loopback = &pmboxq->u.mqe.un.link_diag_loopback; in lpfc_sli4_bsg_set_internal_loopback()
2362 run_link_diag_test = &pmboxq->u.mqe.un.link_diag_test; in lpfc_sli4_bsg_link_diag_test()
2379 &pmboxq->u.mqe.un.sli4_config.header.cfg_shdr; in lpfc_sli4_bsg_link_diag_test()
4801 sli4_config = &pmboxq->u.mqe.un.sli4_config; in lpfc_bsg_issue_mbox()
Dlpfc_hw4.h3260 struct lpfc_mqe mqe; member
Dlpfc_hbadisc.c1199 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi); in lpfc_mbx_cmpl_reg_fcfi()
3654 byte_count = pmb->u.mqe.un.mb_words[5]; in lpfc_create_static_vport()
Dlpfc_attr.c1193 rd_config = &pmboxq->u.mqe.un.rd_config; in lpfc_get_hba_info()
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c336 struct ocrdma_mqe *mqe; in ocrdma_init_emb_mqe() local
338 mqe = kzalloc(sizeof(struct ocrdma_mqe), GFP_KERNEL); in ocrdma_init_emb_mqe()
339 if (!mqe) in ocrdma_init_emb_mqe()
341 mqe->hdr.spcl_sge_cnt_emb |= in ocrdma_init_emb_mqe()
344 mqe->hdr.pyld_len = cmd_len - sizeof(struct ocrdma_mqe_hdr); in ocrdma_init_emb_mqe()
346 ocrdma_init_mch(&mqe->u.emb_req.mch, opcode, OCRDMA_SUBSYS_ROCE, in ocrdma_init_emb_mqe()
347 mqe->hdr.pyld_len); in ocrdma_init_emb_mqe()
348 return mqe; in ocrdma_init_emb_mqe()
976 struct ocrdma_mqe *mqe; in ocrdma_post_mqe() local
980 mqe = ocrdma_get_mqe(dev); in ocrdma_post_mqe()
[all …]
Docrdma.h204 struct ocrdma_mqe mqe; member