Home
last modified time | relevance | path

Searched refs:max_mac (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1970 u8 max_mac = priv->dpni_attrs.mac_filter_entries; in dpaa2_eth_set_rx_mode() local
1977 if (options & DPNI_OPT_NO_MAC_FILTER && max_mac != 0) in dpaa2_eth_set_rx_mode()
1980 max_mac); in dpaa2_eth_set_rx_mode()
1983 if (uc_count > max_mac) { in dpaa2_eth_set_rx_mode()
1986 uc_count, max_mac); in dpaa2_eth_set_rx_mode()
1989 if (mc_count + uc_count > max_mac) { in dpaa2_eth_set_rx_mode()
1992 uc_count + mc_count, max_mac); in dpaa2_eth_set_rx_mode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwlioctl.h19059 uint8 max_mac; /* number of slices */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwlioctl.h19077 uint8 max_mac; /* number of slices */ member