Searched refs:GET_MFW_FIELD (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dcbx.c | 61 return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_ethtype() 67 u8 mfw_val = GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE); in ecore_dcbx_ieee_app_ethtype() 78 return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_port() 84 u8 mfw_val = GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE); in ecore_dcbx_ieee_app_port() 352 protocol_id = GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_process_tlv() 354 priority_map = GET_MFW_FIELD(p_tbl[i].entry, DCBX_APP_PRI_MAP); in ecore_dcbx_process_tlv() 426 dcbx_version = GET_MFW_FIELD(flags, DCBX_CONFIG_VERSION); in ecore_dcbx_process_mib_info() 435 num_entries = GET_MFW_FIELD(p_app->flags, DCBX_APP_NUM_ENTRIES); in ecore_dcbx_process_mib_info() 442 p_info->num_active_tc = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS); in ecore_dcbx_process_mib_info() 443 p_hwfn->qm_info.ooo_tc = GET_MFW_FIELD(p_ets->flags, DCBX_OOO_TC); in ecore_dcbx_process_mib_info() [all …]
|
H A D | ecore_mcp.c | 967 GET_MFW_FIELD(mb_params.param, DRV_ID_DRV_INIT_HW), in __ecore_mcp_load_req() 968 GET_MFW_FIELD(mb_params.param, DRV_ID_DRV_TYPE), in __ecore_mcp_load_req() 969 GET_MFW_FIELD(mb_params.param, DRV_ID_MCP_HSI_VER), in __ecore_mcp_load_req() 970 GET_MFW_FIELD(mb_params.param, DRV_ID_PDA_COMP_VER)); in __ecore_mcp_load_req() 977 GET_MFW_FIELD(load_req.misc0, LOAD_REQ_ROLE), in __ecore_mcp_load_req() 978 GET_MFW_FIELD(load_req.misc0, LOAD_REQ_LOCK_TO), in __ecore_mcp_load_req() 979 GET_MFW_FIELD(load_req.misc0, LOAD_REQ_FORCE), in __ecore_mcp_load_req() 980 GET_MFW_FIELD(load_req.misc0, LOAD_REQ_FLAGS0)); in __ecore_mcp_load_req() 999 GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_ROLE), in __ecore_mcp_load_req() 1000 GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_HSI), in __ecore_mcp_load_req() [all …]
|
H A D | ecore.h | 119 #define GET_MFW_FIELD(name, field) \ macro
|