Searched refs:ucast (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | fman_dtsec.c | 414 void fman_dtsec_reset_filter_table(struct dtsec_regs *regs, bool mcast, bool ucast) in fman_dtsec_reset_filter_table() argument 421 if (ucast || (ghtx && mcast)) { in fman_dtsec_reset_filter_table()
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 2502 bool mcast, ucast; in _qlnx_set_promisc_allmulti() local 2510 ucast = promisc; in _qlnx_set_promisc_allmulti() 2517 if (ucast) in _qlnx_set_promisc_allmulti() 6892 struct ecore_filter_ucast ucast; in qlnx_set_ucast_rx_mac() local 6898 bzero(&ucast, sizeof(struct ecore_filter_ucast)); in qlnx_set_ucast_rx_mac() 6900 ucast.opcode = opcode; in qlnx_set_ucast_rx_mac() 6901 ucast.type = ECORE_FILTER_MAC; in qlnx_set_ucast_rx_mac() 6902 ucast.is_rx_filter = 1; in qlnx_set_ucast_rx_mac() 6903 ucast.vport_to_add_to = 0; in qlnx_set_ucast_rx_mac() 6904 memcpy(&ucast.mac[0], mac, ETH_ALEN); in qlnx_set_ucast_rx_mac() [all …]
|
| /freebsd/sys/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman_dtsec.h | 1034 bool ucast);
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | common.h | 961 bool ucast, u64 vec, bool sleep_ok);
|
| H A D | t4_hw.c | 11814 bool ucast, u64 vec, bool sleep_ok) in t4_set_addr_hash() argument 11824 V_FW_VI_MAC_CMD_HASHUNIEN(ucast) | V_FW_CMD_LEN16(1); in t4_set_addr_hash()
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 1360 * include/ntpd.h: mcast/ucast interface cleanup.
|