Searched refs:dpseci_get_field (Results 1 – 2 of 2) sorted by relevance
130 *en = dpseci_get_field(rsp_params->is_enabled, ENABLE); in dpseci_is_enabled()231 attr->dest_cfg.dest_type = dpseci_get_field(cmd_params->dest_type, in dpseci_get_rx_queue()236 dpseci_get_field(cmd_params->order_preservation_en, in dpseci_get_rx_queue()417 cfg->dest_cfg.dest_type = dpseci_get_field(rsp_params->options, in dpseci_get_congestion_notification()419 cfg->units = dpseci_get_field(rsp_params->options, CGN_UNITS); in dpseci_get_congestion_notification()
53 #define dpseci_get_field(var, field) \ macro