Lines Matching full:macs

897 	/* Set LLH CAM entry: currently only iSCSI and ETH macs are  in bnx2x_set_one_mac_e2()
901 * When multiple unicast ETH MACs PF configuration in switch in bnx2x_set_one_mac_e2()
902 * independent mode is required (NetQ, multiple netdev MACs, in bnx2x_set_one_mac_e2()
908 * Currently we won't configure NIG for MACs other than a primary ETH in bnx2x_set_one_mac_e2()
2251 * single CAM for both MACs and VLAN-MAC pairs. So the offset in bnx2x_init_vlan_mac_obj()
2252 * will be taken from MACs' pool object only. in bnx2x_init_vlan_mac_obj()
2682 /* When adding MACs we'll need to store their values */ in bnx2x_mcast_enqueue_cmd()
2733 /* Push the MACs of the current command into the pending in bnx2x_mcast_enqueue_cmd()
2734 * command MACs list: FIFO in bnx2x_mcast_enqueue_cmd()
2964 /* if no more MACs to configure - we are done */ in bnx2x_mcast_hdl_pending_add_e2()
3042 /* We no longer have use for the MACs; Need to re-use memory for in bnx2x_mcast_hdl_pending_set_e2_convert()
3090 /* This is actually a 2-part scheme - it starts by converting the MACs in bnx2x_mcast_hdl_pending_set_e2()
3113 /* if no more MACs to configure - we are done */ in bnx2x_mcast_hdl_pending_set_e2()
3260 /* DEL command deletes all currently configured MACs */ in bnx2x_mcast_validate_e2()
3268 * fact may be only less as some MACs in postponed ADD in bnx2x_mcast_validate_e2()
3279 /* Here we assume that all new MACs will fall into new bins. in bnx2x_mcast_validate_e2()
3304 /* Increase the total number of MACs pending to be configured */ in bnx2x_mcast_validate_e2()
3401 /* We've pulled out some MACs - update the total number of in bnx2x_mcast_setup_e2()
3523 /* On 57711 we write the multicast MACs' approximate match
3551 "Invalidating multicast MACs configuration\n"); in bnx2x_mcast_setup_e1h()
3594 /* DEL command deletes all currently configured MACs */ in bnx2x_mcast_validate_e1()
3608 /* Multicast MACs on 57710 are configured as unicast MACs and in bnx2x_mcast_validate_e1()
3613 BNX2X_ERR("Can't configure more than %d multicast MACs on 57710\n", in bnx2x_mcast_validate_e1()
3652 * update the number of outstanding MACs accordingly. in bnx2x_mcast_revert_e1()
3733 /* go through the registry and configure the MACs from it. */ in bnx2x_mcast_handle_restore_cmd_e1()
3734 list_for_each_entry(elem, &o->registry.exact_match.macs, link) { in bnx2x_mcast_handle_restore_cmd_e1()
3781 DP(BNX2X_MSG_SP, "About to delete %d multicast MACs\n", cnt); in bnx2x_mcast_handle_pending_cmds_e1()
3846 if (!list_empty(&o->registry.exact_match.macs)) in bnx2x_mcast_refresh_registry_e1()
3864 &o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3867 elem = list_first_entry(&o->registry.exact_match.macs, in bnx2x_mcast_refresh_registry_e1()
3871 INIT_LIST_HEAD(&o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3986 /* This is needed to recover number of currently configured mcast macs in bnx2x_config_mcast()
4112 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs); in bnx2x_init_mcast_obj()