Symbol: ECORE_MFW_GET_FIELD
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
344
protocol_id = ECORE_MFW_GET_FIELD(p_tbl[i].entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
346
priority_map = ECORE_MFW_GET_FIELD(p_tbl[i].entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
410
dcbx_version = ECORE_MFW_GET_FIELD(flags, DCBX_CONFIG_VERSION);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
419
num_entries = ECORE_MFW_GET_FIELD(p_app->flags, DCBX_APP_NUM_ENTRIES);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
426
p_info->num_active_tc = ECORE_MFW_GET_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
427
p_hwfn->qm_info.ooo_tc = ECORE_MFW_GET_FIELD(p_ets->flags, DCBX_OOO_TC);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
532
p_params->app_willing = ECORE_MFW_GET_FIELD(p_app->flags,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
534
p_params->app_valid = ECORE_MFW_GET_FIELD(p_app->flags,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
536
p_params->app_error = ECORE_MFW_GET_FIELD(p_app->flags, DCBX_APP_ERROR);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
537
p_params->num_app_entries = ECORE_MFW_GET_FIELD(p_app->flags,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
545
sf_ieee = ECORE_MFW_GET_FIELD(p_tbl[i].entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
550
val = ECORE_MFW_GET_FIELD(p_tbl[i].entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
570
entry->ethtype = !(ECORE_MFW_GET_FIELD(p_tbl[i].entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
574
pri_map = ECORE_MFW_GET_FIELD(p_tbl[i].entry, DCBX_APP_PRI_MAP);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
576
entry->proto_id = ECORE_MFW_GET_FIELD(p_tbl[i].entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
595
p_params->pfc.willing = ECORE_MFW_GET_FIELD(pfc, DCBX_PFC_WILLING);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
596
p_params->pfc.max_tc = ECORE_MFW_GET_FIELD(pfc, DCBX_PFC_CAPS);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
597
p_params->pfc.enabled = ECORE_MFW_GET_FIELD(pfc, DCBX_PFC_ENABLED);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
598
pfc_map = ECORE_MFW_GET_FIELD(pfc, DCBX_PFC_PRI_EN_BITMAP);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
622
p_params->ets_willing = ECORE_MFW_GET_FIELD(p_ets->flags,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
624
p_params->ets_enabled = ECORE_MFW_GET_FIELD(p_ets->flags,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
626
p_params->ets_cbs = ECORE_MFW_GET_FIELD(p_ets->flags, DCBX_ETS_CBS);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
627
p_params->max_ets_tc = ECORE_MFW_GET_FIELD(p_ets->flags,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
69
return !!(ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF) ==
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
720
enabled = !!(ECORE_MFW_GET_FIELD(flags, DCBX_CONFIG_VERSION) !=
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
732
val = !!(ECORE_MFW_GET_FIELD(flags, DCBX_CONFIG_VERSION) ==
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
736
val = !!(ECORE_MFW_GET_FIELD(flags, DCBX_CONFIG_VERSION) ==
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
740
val = !!(ECORE_MFW_GET_FIELD(flags, DCBX_CONFIG_VERSION) ==
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
75
u8 mfw_val = ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
755
err = ECORE_MFW_GET_FIELD(p_feat->app.flags, DCBX_APP_ERROR);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
775
p_dscp->enabled = ECORE_MFW_GET_FIELD(p_dscp_map->flags,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
86
return !!(ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF) ==
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dcbx.c
92
u8 mfw_val = ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3671
ECORE_MFW_GET_FIELD(mb_params.param,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3673
ECORE_MFW_GET_FIELD(mb_params.param,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3691
ECORE_MFW_GET_FIELD(p_out_params->mcp_param,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3693
ECORE_MFW_GET_FIELD(p_out_params->mcp_param,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3851
u8 opcode = ECORE_MFW_GET_FIELD(param, RESOURCE_CMD_REQ_OPCODE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3899
p_params->owner = ECORE_MFW_GET_FIELD(mcp_param,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3901
opcode = ECORE_MFW_GET_FIELD(mcp_param, RESOURCE_CMD_RSP_OPCODE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3980
opcode = ECORE_MFW_GET_FIELD(mcp_param, RESOURCE_CMD_RSP_OPCODE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
749
ECORE_MFW_GET_FIELD(mb_params.param, DRV_ID_DRV_INIT_HW),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
750
ECORE_MFW_GET_FIELD(mb_params.param, DRV_ID_DRV_TYPE),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
751
ECORE_MFW_GET_FIELD(mb_params.param, DRV_ID_MCP_HSI_VER),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
752
ECORE_MFW_GET_FIELD(mb_params.param, DRV_ID_PDA_COMP_VER));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
759
ECORE_MFW_GET_FIELD(load_req.misc0, LOAD_REQ_ROLE),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
760
ECORE_MFW_GET_FIELD(load_req.misc0,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
762
ECORE_MFW_GET_FIELD(load_req.misc0, LOAD_REQ_FORCE),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
763
ECORE_MFW_GET_FIELD(load_req.misc0,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
783
ECORE_MFW_GET_FIELD(load_rsp.misc0, LOAD_RSP_ROLE),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
784
ECORE_MFW_GET_FIELD(load_rsp.misc0, LOAD_RSP_HSI),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
785
ECORE_MFW_GET_FIELD(load_rsp.misc0,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
792
ECORE_MFW_GET_FIELD(load_rsp.misc0, LOAD_RSP_ROLE);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
794
ECORE_MFW_GET_FIELD(load_rsp.misc0, LOAD_RSP_HSI);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
796
ECORE_MFW_GET_FIELD(load_rsp.misc0, LOAD_RSP_FLAGS0) &