Lines Matching refs:cfg_data

2764 					union bnx2x_mcast_config_data *cfg_data,  in bnx2x_mcast_set_one_rule_e2()  argument
2782 bin = bnx2x_mcast_bin_from_mac(cfg_data->mac); in bnx2x_mcast_set_one_rule_e2()
2797 bin = cfg_data->bin; in bnx2x_mcast_set_one_rule_e2()
2829 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_handle_restore_cmd_e2() local
2835 cfg_data.bin = (u8)cur_bin; in bnx2x_mcast_handle_restore_cmd_e2()
2836 o->set_one_rule(bp, o, cnt, &cfg_data, in bnx2x_mcast_handle_restore_cmd_e2()
2861 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_hdl_pending_add_e2() local
2866 cfg_data.mac = &pmac_pos->mac[0]; in bnx2x_mcast_hdl_pending_add_e2()
2867 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type); in bnx2x_mcast_hdl_pending_add_e2()
2984 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_hdl_add() local
2988 cfg_data.mac = mlist_pos->mac; in bnx2x_mcast_hdl_add()
2989 o->set_one_rule(bp, o, cnt, &cfg_data, BNX2X_MCAST_CMD_ADD); in bnx2x_mcast_hdl_add()
3441 union bnx2x_mcast_config_data *cfg_data, in bnx2x_mcast_set_one_rule_e1() argument
3453 cfg_data->mac); in bnx2x_mcast_set_one_rule_e1()
3512 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_handle_restore_cmd_e1() local
3516 cfg_data.mac = &elem->mac[0]; in bnx2x_mcast_handle_restore_cmd_e1()
3517 o->set_one_rule(bp, o, i, &cfg_data, BNX2X_MCAST_CMD_RESTORE); in bnx2x_mcast_handle_restore_cmd_e1()
3522 cfg_data.mac); in bnx2x_mcast_handle_restore_cmd_e1()
3536 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_handle_pending_cmds_e1() local
3550 cfg_data.mac = &pmac_pos->mac[0]; in bnx2x_mcast_handle_pending_cmds_e1()
3551 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type); in bnx2x_mcast_handle_pending_cmds_e1()