Lines Matching defs:ucast
6940 struct ecore_filter_ucast ucast;
6946 bzero(&ucast, sizeof(struct ecore_filter_ucast));
6948 ucast.opcode = opcode;
6949 ucast.type = ECORE_FILTER_MAC;
6950 ucast.is_rx_filter = 1;
6951 ucast.vport_to_add_to = 0;
6952 memcpy(&ucast.mac[0], mac, ETH_ALEN);
6954 rc = ecore_filter_ucast_cmd(cdev, &ucast, ECORE_SPQ_MODE_CB, NULL);
6962 struct ecore_filter_ucast ucast;
6966 bzero(&ucast, sizeof(struct ecore_filter_ucast));
6968 ucast.opcode = ECORE_FILTER_REPLACE;
6969 ucast.type = ECORE_FILTER_MAC;
6970 ucast.is_rx_filter = 1;
6974 rc = ecore_filter_ucast_cmd(cdev, &ucast, ECORE_SPQ_MODE_CB, NULL);