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

/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_init.c9355 struct lpfc_pc_sli4_params *sli4_params; lpfc_pc_sli4_params_get() local
9373 sli4_params = &phba->sli4_hba.pc_sli4_params; lpfc_pc_sli4_params_get()
9374 sli4_params->if_type = bf_get(if_type, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9375 sli4_params->sli_rev = bf_get(sli_rev, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9376 sli4_params->sli_family = bf_get(sli_family, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9377 sli4_params->featurelevel_1 = bf_get(featurelevel_1, lpfc_pc_sli4_params_get()
9378 &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9379 sli4_params->featurelevel_2 = bf_get(featurelevel_2, lpfc_pc_sli4_params_get()
9380 &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9381 sli4_params->proto_types = mqe->un.sli4_params.word3; lpfc_pc_sli4_params_get()
9382 sli4_params->sge_supp_len = mqe->un.sli4_params.sge_supp_len; lpfc_pc_sli4_params_get()
9383 sli4_params->if_page_sz = bf_get(if_page_sz, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9384 sli4_params->rq_db_window = bf_get(rq_db_window, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9385 sli4_params->loopbk_scope = bf_get(loopbk_scope, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9386 sli4_params->eq_pages_max = bf_get(eq_pages, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9387 sli4_params->eqe_size = bf_get(eqe_size, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9388 sli4_params->cq_pages_max = bf_get(cq_pages, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9389 sli4_params->cqe_size = bf_get(cqe_size, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9390 sli4_params->mq_pages_max = bf_get(mq_pages, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9391 sli4_params->mqe_size = bf_get(mqe_size, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9392 sli4_params->mq_elem_cnt = bf_get(mq_elem_cnt, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9393 sli4_params->wq_pages_max = bf_get(wq_pages, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9394 sli4_params->wqe_size = bf_get(wqe_size, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9395 sli4_params->rq_pages_max = bf_get(rq_pages, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9396 sli4_params->rqe_size = bf_get(rqe_size, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9397 sli4_params->hdr_pages_max = bf_get(hdr_pages, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9398 sli4_params->hdr_size = bf_get(hdr_size, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9399 sli4_params->hdr_pp_align = bf_get(hdr_pp_align, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9400 sli4_params->sgl_pages_max = bf_get(sgl_pages, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9401 sli4_params->sgl_pp_align = bf_get(sgl_pp_align, &mqe->un.sli4_params); lpfc_pc_sli4_params_get()
9404 if (sli4_params->sge_supp_len > LPFC_MAX_SGE_SIZE) lpfc_pc_sli4_params_get()
9405 sli4_params->sge_supp_len = LPFC_MAX_SGE_SIZE; lpfc_pc_sli4_params_get()
9427 struct lpfc_pc_sli4_params *sli4_params; lpfc_get_sli4_parameters() local
9453 sli4_params = &phba->sli4_hba.pc_sli4_params; lpfc_get_sli4_parameters()
9455 sli4_params->if_type = bf_get(cfg_if_type, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9456 sli4_params->sli_rev = bf_get(cfg_sli_rev, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9457 sli4_params->sli_family = bf_get(cfg_sli_family, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9458 sli4_params->featurelevel_1 = bf_get(cfg_sli_hint_1, lpfc_get_sli4_parameters()
9460 sli4_params->featurelevel_2 = bf_get(cfg_sli_hint_2, lpfc_get_sli4_parameters()
9466 sli4_params->sge_supp_len = mbx_sli4_parameters->sge_supp_len; lpfc_get_sli4_parameters()
9467 sli4_params->loopbk_scope = bf_get(loopbk_scope, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9468 sli4_params->oas_supported = bf_get(cfg_oas, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9469 sli4_params->cqv = bf_get(cfg_cqv, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9470 sli4_params->mqv = bf_get(cfg_mqv, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9471 sli4_params->wqv = bf_get(cfg_wqv, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9472 sli4_params->rqv = bf_get(cfg_rqv, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9473 sli4_params->wqsize = bf_get(cfg_wqsize, mbx_sli4_parameters); lpfc_get_sli4_parameters()
9474 sli4_params->sgl_pages_max = bf_get(cfg_sgl_page_cnt, lpfc_get_sli4_parameters()
9476 sli4_params->sgl_pp_align = bf_get(cfg_sgl_pp_align, lpfc_get_sli4_parameters()
9482 if (sli4_params->sge_supp_len > LPFC_MAX_SGE_SIZE) lpfc_get_sli4_parameters()
9483 sli4_params->sge_supp_len = LPFC_MAX_SGE_SIZE; lpfc_get_sli4_parameters()
H A Dlpfc_mbox.c2362 struct lpfc_mbx_pc_sli4_params *sli4_params; lpfc_pc_sli4_params() local
2365 sli4_params = &mbox->u.mqe.un.sli4_params; lpfc_pc_sli4_params()
2367 bf_set(cpn, sli4_params, LPFC_SLI4_PARAMETERS); lpfc_pc_sli4_params()
H A Dlpfc_hw4.h3025 struct lpfc_mbx_pc_sli4_params sli4_params; member in union:lpfc_mqe::__anon9235

Completed in 253 milliseconds