Searched refs:l2_fw_flow_ctrl (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c330 pUM->devParams.l2_fw_flow_ctrl = B_FALSE;
575 BnxeCfgGetVal(pUM, "l2_fw_flow_ctrl",
576 &pUM->devParams.l2_fw_flow_ctrl,
577 pUM->devParams.l2_fw_flow_ctrl,
H A Dbnxe_mm.c282 * l2_fw_flow_ctrl is read from the shmem in MF mode in E2 and above. In
291 pLM->params.l2_fw_flow_ctrl = (pUM->devParams.l2_fw_flow_ctrl) ? 1 : 0;
H A Dbnxe_gld.c2209 pUM->devParams.l2_fw_flow_ctrl = (uint32_t)result;
2569 value = pUM->devParams.l2_fw_flow_ctrl;
H A Dbnxe.h244 boolean_t l2_fw_flow_ctrl; member in struct:_BnxeDevParams
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c2574 // and read the l2_fw_flow_ctrl from the shmem in the new mode also
2576 // l2_fw_flow_ctrl is read from the shmem in multi-function mode in E2 and above.
2586 pdev->params.l2_fw_flow_ctrl = 1;
2590 pdev->params.l2_fw_flow_ctrl = 0;
3381 // and read the l2_fw_flow_ctrl from the shmem in the new mode also
3387 // l2_fw_flow_ctrl is read from the shmem in multi-function mode in E2 and above.
3390 pdev->params.l2_fw_flow_ctrl = 0;
3453 if ((pdev->params.l2_fw_flow_ctrl == 1) || (pdev->params.l4_fw_flow_ctrl == 1))
3456 pdev->params.l2_fw_flow_ctrl = 0;
H A Dlm_pf.c844 if (pdev->params.l2_fw_flow_ctrl)
H A Dlm_phy.c894 if (IS_PMF(pdev) && pdev->params.l2_fw_flow_ctrl)
H A Dlm_sp.c352 if (pdev->params.l2_fw_flow_ctrl)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1261 u32_t l2_fw_flow_ctrl; member in struct:_lm_params_t

Completed in 101 milliseconds