Home
last modified time | relevance | path

Searched refs:uc_update (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.c2206 bool uc_update, bool snapshot) in bnge_cfg_rx_mode() argument
2214 if (!uc_update) in bnge_cfg_rx_mode()
2286 bool uc_update; in bnge_set_rx_mode() local
2299 uc_update = bnge_uc_list_updated(bn, uc); in bnge_set_rx_mode()
2310 if (mask != vnic->rx_mask || uc_update || mc_update) { in bnge_set_rx_mode()
2312 return bnge_cfg_rx_mode(bn, uc, uc_update, true); in bnge_set_rx_mode()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13805 bool uc_update; in bnxt_set_rx_mode() local
13821 uc_update = bnxt_uc_list_updated(bp, uc); in bnxt_set_rx_mode()
13832 if (mask != vnic->rx_mask || uc_update || mc_update) { in bnxt_set_rx_mode()
13835 return bnxt_cfg_rx_mode(bp, uc, uc_update); in bnxt_set_rx_mode()
13842 bool uc_update) in bnxt_cfg_rx_mode() argument
13849 if (!uc_update) in bnxt_cfg_rx_mode()