Searched refs:QED_MFW_GET_FIELD (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_dcbx.c | 51 return !!(QED_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF) == in qed_dcbx_app_ethtype() 268 protocol_id = QED_MFW_GET_FIELD(p_tbl[i].entry, in qed_dcbx_process_tlv() 270 priority_map = QED_MFW_GET_FIELD(p_tbl[i].entry, in qed_dcbx_process_tlv() 356 p_info->num_active_tc = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_process_mib_info() 464 p_params->app_willing = QED_MFW_GET_FIELD(p_app->flags, in qed_dcbx_get_app_data() 476 sf_ieee = QED_MFW_GET_FIELD(p_tbl[i].entry, in qed_dcbx_get_app_data() 481 val = QED_MFW_GET_FIELD(p_tbl[i].entry, in qed_dcbx_get_app_data() 501 entry->ethtype = !(QED_MFW_GET_FIELD(p_tbl[i].entry, in qed_dcbx_get_app_data() 507 entry->proto_id = QED_MFW_GET_FIELD(p_tbl[i].entry, in qed_dcbx_get_app_data() 554 p_params->ets_willing = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_get_ets_data() [all …]
|
A D | qed_mcp.c | 853 QED_MFW_GET_FIELD(load_req.misc0, in __qed_mcp_load_req() 3130 QED_MFW_GET_FIELD(param, in qed_mcp_nvm_write() 3133 QED_MFW_GET_FIELD(param, in qed_mcp_nvm_write() 3577 QED_MFW_GET_FIELD(mb_params.param, in qed_mcp_resc_allocation_msg() 3579 QED_MFW_GET_FIELD(mb_params.param, in qed_mcp_resc_allocation_msg() 3598 QED_MFW_GET_FIELD(p_out_params->mcp_param, in qed_mcp_resc_allocation_msg() 3600 QED_MFW_GET_FIELD(p_out_params->mcp_param, in qed_mcp_resc_allocation_msg() 3929 fir_valid = QED_MFW_GET_FIELD(mb_params.mcp_param, in qed_mcp_get_engine_config() 3933 QED_MFW_GET_FIELD(mb_params.mcp_param, in qed_mcp_get_engine_config() 3936 l2_valid = QED_MFW_GET_FIELD(mb_params.mcp_param, in qed_mcp_get_engine_config() [all …]
|
A D | qed.h | 68 #define QED_MFW_GET_FIELD(name, field) \ macro
|
Completed in 22 milliseconds