Lines Matching refs:varCfgPort
1344 mb->un.varCfgPort.pcbLen = sizeof(PCB_t);
1348 mb->un.varCfgPort.pcbLow = putPaddrLow(pdma_addr);
1349 mb->un.varCfgPort.pcbHigh = putPaddrHigh(pdma_addr);
1352 mb->un.varCfgPort.hps = 1;
1358 mb->un.varCfgPort.cbg = 1; /* configure BlockGuard */
1359 mb->un.varCfgPort.cerbm = 1; /* Request HBQs */
1360 mb->un.varCfgPort.ccrp = 1; /* Command Ring Polling */
1361 mb->un.varCfgPort.max_hbq = lpfc_sli_hbq_count();
1364 mb->un.varCfgPort.max_vpi = LPFC_MAX_VPI;
1365 mb->un.varCfgPort.cmv = 1;
1367 mb->un.varCfgPort.max_vpi = phba->max_vpi = 0;
1370 mb->un.varCfgPort.sli_mode = phba->sli_rev;
1374 mb->un.varCfgPort.casabt = 1;
1448 mb->un.varCfgPort.hps = 1;
1494 memcpy(&mb->un.varCfgPort.hbainit, hbainit, 20);