Searched refs:cfg_data (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | bnxt_ulp.c | 56 if (!ulp_ctx || !ulp_ctx->cfg_data) in ulp_ctx_deinit_allowed() 59 if (!ulp_ctx->cfg_data->ref_cnt) { in ulp_ctx_deinit_allowed() 786 if (session->cfg_data) { in ulp_ctx_deinit() 787 rte_free(session->cfg_data); in ulp_ctx_deinit() 788 bp->ulp_ctx->cfg_data = NULL; in ulp_ctx_deinit() 789 session->cfg_data = NULL; in ulp_ctx_deinit() 823 session->cfg_data = ulp_data; in ulp_ctx_init() 941 bp->ulp_ctx->cfg_data = session->cfg_data; in ulp_ctx_attach() 1101 if (!session->cfg_data) { in ulp_session_deinit() 1565 if (bp->ulp_ctx->cfg_data && bp->ulp_ctx->cfg_data->ref_cnt) { in bnxt_ulp_port_deinit() [all …]
|
| H A D | ulp_def_rules.c | 450 if (!bp->ulp_ctx || !bp->ulp_ctx->cfg_data) in bnxt_ulp_destroy_df_rules() 456 info = &bp->ulp_ctx->cfg_data->df_rule_info[port_id]; in bnxt_ulp_destroy_df_rules() 468 info = &bp->ulp_ctx->cfg_data->df_rule_info[port_id]; in bnxt_ulp_destroy_df_rules() 516 info = &bp->ulp_ctx->cfg_data->df_rule_info[port_id]; in bnxt_ulp_create_df_rules()
|
| H A D | bnxt_ulp.h | 101 struct bnxt_ulp_data *cfg_data; member 116 struct bnxt_ulp_data *cfg_data; member
|
| H A D | ulp_ha_mgr.c | 316 rte_eal_alarm_cancel(ulp_ha_mgr_timer_cb, ulp_ctx->cfg_data); in ulp_ha_mgr_timer_cancel() 336 rc = ulp_ha_mgr_timer_start(ulp_ctx->cfg_data); in ulp_ha_mgr_init()
|
| H A D | ulp_fc_mgr.c | 206 ulp_fc_mgr_alarm_cb, (void *)ctxt->cfg_data); in ulp_fc_mgr_thread_start() 228 rte_eal_alarm_cancel(ulp_fc_mgr_alarm_cb, ctxt->cfg_data); in ulp_fc_mgr_thread_cancel()
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 2405 union ecore_mcast_config_data *cfg_data, in ecore_mcast_set_one_rule_e2() argument 2423 bin = ecore_mcast_bin_from_mac(cfg_data->mac); in ecore_mcast_set_one_rule_e2() 2438 bin = cfg_data->bin; in ecore_mcast_set_one_rule_e2() 2470 union ecore_mcast_config_data cfg_data = { NULL }; in ecore_mcast_handle_restore_cmd_e2() local 2476 cfg_data.bin = (uint8_t) cur_bin; in ecore_mcast_handle_restore_cmd_e2() 2502 union ecore_mcast_config_data cfg_data = { NULL }; in ecore_mcast_hdl_pending_add_e2() local 2508 cfg_data.mac = &pmac_pos->mac[0]; in ecore_mcast_hdl_pending_add_e2() 2509 o->set_one_rule(sc, o, cnt, &cfg_data, cmd_pos->type); in ecore_mcast_hdl_pending_add_e2() 2636 union ecore_mcast_config_data cfg_data = { NULL }; in ecore_mcast_hdl_add() local 2641 cfg_data.mac = mlist_pos->mac; in ecore_mcast_hdl_add() [all …]
|
| H A D | ecore_sp.h | 1028 union ecore_mcast_config_data *cfg_data,
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_flow.c | 3189 struct ice_acl_rng_data *cfg_data = NULL, *in_data; in ice_flow_acl_union_rng_chk() local 3198 cfg_data = &dst_buf->checker_cfg[j]; in ice_flow_acl_union_rng_chk() 3200 if (!cfg_data->mask || in ice_flow_acl_union_rng_chk() 3201 !memcmp(cfg_data, in_data, in ice_flow_acl_union_rng_chk() 3209 ice_memcpy(cfg_data, in_data, in ice_flow_acl_union_rng_chk()
|