Searched refs:QED_MFW_GET_FIELD (Results 1 – 3 of 3) sorted by relevance
| /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 | 872 QED_MFW_GET_FIELD(load_req.misc0, in __qed_mcp_load_req() 3179 QED_MFW_GET_FIELD(param, in qed_mcp_nvm_write() 3182 QED_MFW_GET_FIELD(param, in qed_mcp_nvm_write() 3629 QED_MFW_GET_FIELD(mb_params.param, in qed_mcp_resc_allocation_msg() 3631 QED_MFW_GET_FIELD(mb_params.param, in qed_mcp_resc_allocation_msg() 3650 QED_MFW_GET_FIELD(p_out_params->mcp_param, in qed_mcp_resc_allocation_msg() 3652 QED_MFW_GET_FIELD(p_out_params->mcp_param, in qed_mcp_resc_allocation_msg() 3981 fir_valid = QED_MFW_GET_FIELD(mb_params.mcp_param, in qed_mcp_get_engine_config() 3985 QED_MFW_GET_FIELD(mb_params.mcp_param, in qed_mcp_get_engine_config() 3988 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 25 milliseconds