Lines Matching refs:varCfgPort
1285 mb->un.varCfgPort.pcbLen = sizeof(PCB_t);
1289 mb->un.varCfgPort.pcbLow = putPaddrLow(pdma_addr);
1290 mb->un.varCfgPort.pcbHigh = putPaddrHigh(pdma_addr);
1293 mb->un.varCfgPort.hps = 1;
1299 mb->un.varCfgPort.cbg = 1; /* configure BlockGuard */
1300 mb->un.varCfgPort.cerbm = 1; /* Request HBQs */
1301 mb->un.varCfgPort.ccrp = 1; /* Command Ring Polling */
1302 mb->un.varCfgPort.max_hbq = lpfc_sli_hbq_count();
1305 mb->un.varCfgPort.max_vpi = LPFC_MAX_VPI;
1306 mb->un.varCfgPort.cmv = 1;
1308 mb->un.varCfgPort.max_vpi = phba->max_vpi = 0;
1311 mb->un.varCfgPort.sli_mode = phba->sli_rev;
1315 mb->un.varCfgPort.casabt = 1;
1389 mb->un.varCfgPort.hps = 1;
1435 memcpy(&mb->un.varCfgPort.hbainit, hbainit, 20);