Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.c1286 struct qed_filter_ucast *p_ucast) in qed_vf_pf_filter_ucast() argument
1295 req->opcode = (u8) p_ucast->opcode; in qed_vf_pf_filter_ucast()
1296 req->type = (u8) p_ucast->type; in qed_vf_pf_filter_ucast()
1297 memcpy(req->mac, p_ucast->mac, ETH_ALEN); in qed_vf_pf_filter_ucast()
1298 req->vlan = p_ucast->vlan; in qed_vf_pf_filter_ucast()