Lines Matching refs:cfg_data

2998 					union ecore_mcast_config_data *cfg_data,  in ecore_mcast_set_one_rule_e2()  argument
3016 bin = ecore_mcast_bin_from_mac(cfg_data->mac); in ecore_mcast_set_one_rule_e2()
3031 bin = cfg_data->bin; in ecore_mcast_set_one_rule_e2()
3063 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_handle_restore_cmd_e2() local
3069 cfg_data.bin = (uint8_t)cur_bin; in ecore_mcast_handle_restore_cmd_e2()
3070 o->set_one_rule(sc, o, cnt, &cfg_data, in ecore_mcast_handle_restore_cmd_e2()
3095 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_hdl_pending_add_e2() local
3100 cfg_data.mac = &pmac_pos->mac[0]; in ecore_mcast_hdl_pending_add_e2()
3101 o->set_one_rule(sc, o, cnt, &cfg_data, cmd_pos->type); in ecore_mcast_hdl_pending_add_e2()
3220 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_hdl_add() local
3225 cfg_data.mac = mlist_pos->mac; in ecore_mcast_hdl_add()
3226 o->set_one_rule(sc, o, cnt, &cfg_data, ECORE_MCAST_CMD_ADD); in ecore_mcast_hdl_add()
3680 union ecore_mcast_config_data *cfg_data, in ecore_mcast_set_one_rule_e1() argument
3692 cfg_data->mac); in ecore_mcast_set_one_rule_e1()
3751 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_handle_restore_cmd_e1() local
3756 cfg_data.mac = &elem->mac[0]; in ecore_mcast_handle_restore_cmd_e1()
3757 o->set_one_rule(sc, o, i, &cfg_data, ECORE_MCAST_CMD_RESTORE); in ecore_mcast_handle_restore_cmd_e1()
3762cfg_data.mac[0], cfg_data.mac[1], cfg_data.mac[2], cfg_data.mac[3], cfg_data.mac[4], cfg_data.mac[… in ecore_mcast_handle_restore_cmd_e1()
3776 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_handle_pending_cmds_e1() local
3791 cfg_data.mac = &pmac_pos->mac[0]; in ecore_mcast_handle_pending_cmds_e1()
3792 o->set_one_rule(sc, o, cnt, &cfg_data, cmd_pos->type); in ecore_mcast_handle_pending_cmds_e1()