Home
last modified time | relevance | path

Searched refs:ucast (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
Dfman_dtsec.c414 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-12-stable/sys/contrib/ncsw/inc/flib/
Dfsl_fman_dtsec.h1034 bool ucast);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Dqlnx_os.c7202 struct ecore_filter_ucast ucast; in qlnx_set_ucast_rx_mac() local
7208 bzero(&ucast, sizeof(struct ecore_filter_ucast)); in qlnx_set_ucast_rx_mac()
7210 ucast.opcode = opcode; in qlnx_set_ucast_rx_mac()
7211 ucast.type = ECORE_FILTER_MAC; in qlnx_set_ucast_rx_mac()
7212 ucast.is_rx_filter = 1; in qlnx_set_ucast_rx_mac()
7213 ucast.vport_to_add_to = 0; in qlnx_set_ucast_rx_mac()
7214 memcpy(&ucast.mac[0], mac, ETH_ALEN); in qlnx_set_ucast_rx_mac()
7216 rc = ecore_filter_ucast_cmd(cdev, &ucast, ECORE_SPQ_MODE_CB, NULL); in qlnx_set_ucast_rx_mac()
7224 struct ecore_filter_ucast ucast; in qlnx_remove_all_ucast_mac() local
7228 bzero(&ucast, sizeof(struct ecore_filter_ucast)); in qlnx_remove_all_ucast_mac()
[all …]
/freebsd-12-stable/sys/dev/cxgbe/common/
Dcommon.h814 bool ucast, u64 vec, bool sleep_ok);
Dt4_hw.c8474 bool ucast, u64 vec, bool sleep_ok) in t4_set_addr_hash() argument
8484 V_FW_VI_MAC_CMD_HASHUNIEN(ucast) | V_FW_CMD_LEN16(1); in t4_set_addr_hash()
/freebsd-12-stable/contrib/ntp/
DCommitLog-4.1.01360 * include/ntpd.h: mcast/ucast interface cleanup.