Searched refs:set_one_rule (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 1641 o->set_one_rule(bp, o, elem, idx, in bnx2x_execute_vlan_mac() 1970 mac_obj->set_one_rule = bnx2x_set_one_mac_e1x; in bnx2x_init_mac_obj() 1985 mac_obj->set_one_rule = bnx2x_set_one_mac_e2; in bnx2x_init_mac_obj() 2026 vlan_obj->set_one_rule = bnx2x_set_one_vlan_e2; in bnx2x_init_vlan_obj() 2589 o->set_one_rule(bp, o, cnt, &cfg_data, in bnx2x_mcast_handle_restore_cmd_e2() 2620 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type); in bnx2x_mcast_hdl_pending_add_e2() 2650 o->set_one_rule(bp, o, cnt, NULL, cmd_pos->type); in bnx2x_mcast_hdl_pending_del_e2() 2742 o->set_one_rule(bp, o, cnt, &cfg_data, BNX2X_MCAST_CMD_ADD); in bnx2x_mcast_hdl_add() 2760 o->set_one_rule(bp, o, cnt, NULL, BNX2X_MCAST_CMD_DEL); in bnx2x_mcast_hdl_del() 3270 o->set_one_rule(bp, o, i, &cfg_data, BNX2X_MCAST_CMD_RESTORE); in bnx2x_mcast_handle_restore_cmd_e1() [all …]
|
D | bnx2x_sp.h | 370 void (*set_one_rule)(struct bnx2x *bp, member 602 void (*set_one_rule)(struct bnx2x *bp, member
|