Lines Matching refs:cfg_data

3000 					union ecore_mcast_config_data *cfg_data,  in ecore_mcast_set_one_rule_e2()  argument
3018 bin = ecore_mcast_bin_from_mac(cfg_data->mac); in ecore_mcast_set_one_rule_e2()
3033 bin = cfg_data->bin; in ecore_mcast_set_one_rule_e2()
3065 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_handle_restore_cmd_e2() local
3071 cfg_data.bin = (uint8_t)cur_bin; in ecore_mcast_handle_restore_cmd_e2()
3072 o->set_one_rule(sc, o, cnt, &cfg_data, in ecore_mcast_handle_restore_cmd_e2()
3097 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_hdl_pending_add_e2() local
3102 cfg_data.mac = &pmac_pos->mac[0]; in ecore_mcast_hdl_pending_add_e2()
3103 o->set_one_rule(sc, o, cnt, &cfg_data, cmd_pos->type); in ecore_mcast_hdl_pending_add_e2()
3222 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_hdl_add() local
3227 cfg_data.mac = mlist_pos->mac; in ecore_mcast_hdl_add()
3228 o->set_one_rule(sc, o, cnt, &cfg_data, ECORE_MCAST_CMD_ADD); in ecore_mcast_hdl_add()
3682 union ecore_mcast_config_data *cfg_data, in ecore_mcast_set_one_rule_e1() argument
3694 cfg_data->mac); in ecore_mcast_set_one_rule_e1()
3753 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_handle_restore_cmd_e1() local
3758 cfg_data.mac = &elem->mac[0]; in ecore_mcast_handle_restore_cmd_e1()
3759 o->set_one_rule(sc, o, i, &cfg_data, ECORE_MCAST_CMD_RESTORE); in ecore_mcast_handle_restore_cmd_e1()
3764cfg_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()
3778 union ecore_mcast_config_data cfg_data = {NULL}; in ecore_mcast_handle_pending_cmds_e1() local
3793 cfg_data.mac = &pmac_pos->mac[0]; in ecore_mcast_handle_pending_cmds_e1()
3794 o->set_one_rule(sc, o, cnt, &cfg_data, cmd_pos->type); in ecore_mcast_handle_pending_cmds_e1()