Searched refs:p_ucast (Results 1 – 1 of 1) sorted by relevance
1536 struct ecore_filter_ucast *p_ucast) in ecore_vf_pf_filter_ucast() argument1545 if (p_ucast->opcode == ECORE_FILTER_MOVE) { in ecore_vf_pf_filter_ucast()1553 req->opcode = (u8)p_ucast->opcode; in ecore_vf_pf_filter_ucast()1554 req->type = (u8)p_ucast->type; in ecore_vf_pf_filter_ucast()1555 OSAL_MEMCPY(req->mac, p_ucast->mac, ETH_ALEN); in ecore_vf_pf_filter_ucast()1556 req->vlan = p_ucast->vlan; in ecore_vf_pf_filter_ucast()