Home
last modified time | relevance | path

Searched refs:func_ext_cfg (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h469 struct func_ext_cfg { struct
511 struct func_ext_cfg func_ext_config[E1H_FUNC_MAX]; /* 0x28 * 8 = 0x140*/ argument
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c1682 u32_t func_ext_cfg = 0; in lm_get_shmem_ext_proto_support_flags() local
1685 …LM_MFCFG_READ(pdev, OFFSETOF(mf_cfg_t, func_ext_config[ABS_FUNC_ID(pdev)].func_cfg),&func_ext_cfg); in lm_get_shmem_ext_proto_support_flags()
1687 if (GET_FLAGS(func_ext_cfg, MACP_FUNC_CFG_FLAGS_ENABLED )) in lm_get_shmem_ext_proto_support_flags()
1689 if (GET_FLAGS(func_ext_cfg, MACP_FUNC_CFG_FLAGS_ETHERNET)) in lm_get_shmem_ext_proto_support_flags()
1693 if (GET_FLAGS(func_ext_cfg, MACP_FUNC_CFG_FLAGS_ISCSI_OFFLOAD)) in lm_get_shmem_ext_proto_support_flags()
1697 if (GET_FLAGS(func_ext_cfg, MACP_FUNC_CFG_FLAGS_FCOE_OFFLOAD)) in lm_get_shmem_ext_proto_support_flags()
2570 u32_t func_ext_cfg = 0; in lm_get_shmem_fw_flow_control() local
2583 …M_MFCFG_READ(pdev, OFFSETOF(mf_cfg_t, func_ext_config[ABS_FUNC_ID(pdev)].func_cfg), &func_ext_cfg); in lm_get_shmem_fw_flow_control()
2584 if (GET_FLAGS(func_ext_cfg, MACP_FUNC_CFG_PAUSE_ON_HOST_RING)) in lm_get_shmem_fw_flow_control()