Searched refs:ucast (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c7203 struct ecore_filter_ucast ucast; local
7209 bzero(&ucast, sizeof(struct ecore_filter_ucast));
7211 ucast.opcode = opcode;
7212 ucast.type = ECORE_FILTER_MAC;
7213 ucast.is_rx_filter = 1;
7214 ucast.vport_to_add_to = 0;
7215 memcpy(&ucast.mac[0], mac, ETH_ALEN);
7217 rc = ecore_filter_ucast_cmd(cdev, &ucast, ECORE_SPQ_MODE_CB, NULL);
7225 struct ecore_filter_ucast ucast; local
7229 bzero(&ucast, sizeo
[all...]
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h775 bool ucast, u64 vec, bool sleep_ok);
H A Dt4_hw.c8138 * @ucast: whether the hash filter should also match unicast addresses
8145 bool ucast, u64 vec, bool sleep_ok)
8155 V_FW_VI_MAC_CMD_HASHUNIEN(ucast) | V_FW_CMD_LEN16(1);
8144 t4_set_addr_hash(struct adapter *adap, unsigned int mbox, unsigned int viid, bool ucast, u64 vec, bool sleep_ok) argument

Completed in 140 milliseconds