Symbol: GET_MFW_FIELD
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1590
p_params->tx_interval = GET_MFW_FIELD(lldp_params.config,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1592
p_params->tx_hold = GET_MFW_FIELD(lldp_params.config, LLDP_CONFIG_HOLD);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1593
p_params->tx_credit = GET_MFW_FIELD(lldp_params.config,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1595
p_params->rx_enable = GET_MFW_FIELD(lldp_params.config,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
1597
p_params->tx_enable = GET_MFW_FIELD(lldp_params.config,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
352
protocol_id = GET_MFW_FIELD(p_tbl[i].entry,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
354
priority_map = GET_MFW_FIELD(p_tbl[i].entry, DCBX_APP_PRI_MAP);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
426
dcbx_version = GET_MFW_FIELD(flags, DCBX_CONFIG_VERSION);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
435
num_entries = GET_MFW_FIELD(p_app->flags, DCBX_APP_NUM_ENTRIES);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
442
p_info->num_active_tc = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
443
p_hwfn->qm_info.ooo_tc = GET_MFW_FIELD(p_ets->flags, DCBX_OOO_TC);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
554
p_params->app_willing = GET_MFW_FIELD(p_app->flags, DCBX_APP_WILLING);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
555
p_params->app_valid = GET_MFW_FIELD(p_app->flags, DCBX_APP_ENABLED);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
556
p_params->app_error = GET_MFW_FIELD(p_app->flags, DCBX_APP_ERROR);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
557
p_params->num_app_entries = GET_MFW_FIELD(p_app->flags,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
565
sf_ieee = GET_MFW_FIELD(p_tbl[i].entry,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
570
val = GET_MFW_FIELD(p_tbl[i].entry,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
590
entry->ethtype = !(GET_MFW_FIELD(p_tbl[i].entry,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
594
pri_map = GET_MFW_FIELD(p_tbl[i].entry, DCBX_APP_PRI_MAP);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
596
entry->proto_id = GET_MFW_FIELD(p_tbl[i].entry,
sys/dev/qlnx/qlnxe/ecore_dcbx.c
61
return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) ==
sys/dev/qlnx/qlnxe/ecore_dcbx.c
615
p_params->pfc.willing = GET_MFW_FIELD(pfc, DCBX_PFC_WILLING);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
616
p_params->pfc.max_tc = GET_MFW_FIELD(pfc, DCBX_PFC_CAPS);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
617
p_params->pfc.enabled = GET_MFW_FIELD(pfc, DCBX_PFC_ENABLED);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
618
pfc_map = GET_MFW_FIELD(pfc, DCBX_PFC_PRI_EN_BITMAP);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
642
p_params->ets_willing = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_WILLING);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
643
p_params->ets_enabled = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_ENABLED);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
644
p_params->ets_cbs = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_CBS);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
645
p_params->max_ets_tc = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
67
u8 mfw_val = GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
727
p_dscp->enabled = GET_MFW_FIELD(p_dscp_map->flags, DCB_DSCP_ENABLE);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
759
enabled = !!(GET_MFW_FIELD(flags, DCBX_CONFIG_VERSION) !=
sys/dev/qlnx/qlnxe/ecore_dcbx.c
771
val = !!(GET_MFW_FIELD(flags, DCBX_CONFIG_VERSION) ==
sys/dev/qlnx/qlnxe/ecore_dcbx.c
775
val = !!(GET_MFW_FIELD(flags, DCBX_CONFIG_VERSION) ==
sys/dev/qlnx/qlnxe/ecore_dcbx.c
779
val = !!(GET_MFW_FIELD(flags, DCBX_CONFIG_VERSION) ==
sys/dev/qlnx/qlnxe/ecore_dcbx.c
78
return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) ==
sys/dev/qlnx/qlnxe/ecore_dcbx.c
794
err = GET_MFW_FIELD(p_feat->app.flags, DCBX_APP_ERROR);
sys/dev/qlnx/qlnxe/ecore_dcbx.c
84
u8 mfw_val = GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
1000
GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_HSI),
sys/dev/qlnx/qlnxe/ecore_mcp.c
1001
GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_FLAGS0));
sys/dev/qlnx/qlnxe/ecore_mcp.c
1007
GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_ROLE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
1009
GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_HSI);
sys/dev/qlnx/qlnxe/ecore_mcp.c
1011
GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_FLAGS0) &
sys/dev/qlnx/qlnxe/ecore_mcp.c
1343
transceiver_state = GET_MFW_FIELD(transceiver_state,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2091
val = GET_MFW_FIELD(port_cfg, OEM_CFG_CHANNEL_TYPE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
2096
val = GET_MFW_FIELD(port_cfg, OEM_CFG_SCHED_TYPE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
2109
val = GET_MFW_FIELD(shmem_info.oem_cfg_func, OEM_CFG_FUNC_TC);
sys/dev/qlnx/qlnxe/ecore_mcp.c
2111
val = GET_MFW_FIELD(shmem_info.oem_cfg_func,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2415
transceiver_state = GET_MFW_FIELD(transceiver_data,
sys/dev/qlnx/qlnxe/ecore_mcp.c
2418
transceiver_type = GET_MFW_FIELD(transceiver_data,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4129
GET_MFW_FIELD(mb_params.param,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4131
GET_MFW_FIELD(mb_params.param,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4149
GET_MFW_FIELD(p_out_params->mcp_param,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4151
GET_MFW_FIELD(p_out_params->mcp_param,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4309
u8 opcode = GET_MFW_FIELD(param, RESOURCE_CMD_REQ_OPCODE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
4358
p_params->owner = GET_MFW_FIELD(mcp_param, RESOURCE_CMD_RSP_OWNER);
sys/dev/qlnx/qlnxe/ecore_mcp.c
4359
opcode = GET_MFW_FIELD(mcp_param, RESOURCE_CMD_RSP_OPCODE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
4438
opcode = GET_MFW_FIELD(mcp_param, RESOURCE_CMD_RSP_OPCODE);
sys/dev/qlnx/qlnxe/ecore_mcp.c
4695
fir_valid = GET_MFW_FIELD(mb_params.mcp_param,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4699
GET_MFW_FIELD(mb_params.mcp_param,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4702
l2_valid = GET_MFW_FIELD(mb_params.mcp_param,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4706
GET_MFW_FIELD(mb_params.mcp_param,
sys/dev/qlnx/qlnxe/ecore_mcp.c
4735
p_dev->ppfid_bitmap = GET_MFW_FIELD(mb_params.mcp_param,
sys/dev/qlnx/qlnxe/ecore_mcp.c
967
GET_MFW_FIELD(mb_params.param, DRV_ID_DRV_INIT_HW),
sys/dev/qlnx/qlnxe/ecore_mcp.c
968
GET_MFW_FIELD(mb_params.param, DRV_ID_DRV_TYPE),
sys/dev/qlnx/qlnxe/ecore_mcp.c
969
GET_MFW_FIELD(mb_params.param, DRV_ID_MCP_HSI_VER),
sys/dev/qlnx/qlnxe/ecore_mcp.c
970
GET_MFW_FIELD(mb_params.param, DRV_ID_PDA_COMP_VER));
sys/dev/qlnx/qlnxe/ecore_mcp.c
977
GET_MFW_FIELD(load_req.misc0, LOAD_REQ_ROLE),
sys/dev/qlnx/qlnxe/ecore_mcp.c
978
GET_MFW_FIELD(load_req.misc0, LOAD_REQ_LOCK_TO),
sys/dev/qlnx/qlnxe/ecore_mcp.c
979
GET_MFW_FIELD(load_req.misc0, LOAD_REQ_FORCE),
sys/dev/qlnx/qlnxe/ecore_mcp.c
980
GET_MFW_FIELD(load_req.misc0, LOAD_REQ_FLAGS0));
sys/dev/qlnx/qlnxe/ecore_mcp.c
999
GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_ROLE),