Symbol: pfvf_tlvs
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h
266
union pfvf_tlvs resp;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c
1171
(sizeof(union pfvf_tlvs) - sizeof(u64))/4);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c
2270
memset(&mbx->msg->resp, 0, sizeof(union pfvf_tlvs));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c
324
sizeof(union pfvf_tlvs));
drivers/net/ethernet/qlogic/qed/qed_sriov.c
1217
(sizeof(union pfvf_tlvs) - sizeof(u64)) / 4,
drivers/net/ethernet/qlogic/qed/qed_sriov.c
1267
memset(p_mbx->reply_virt, 0, sizeof(union pfvf_tlvs));
drivers/net/ethernet/qlogic/qed/qed_sriov.c
411
union pfvf_tlvs *p_reply_virt_addr;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
436
vf->vf_mbx.reply_phys = rply_p + idx * sizeof(union pfvf_tlvs);
drivers/net/ethernet/qlogic/qed/qed_sriov.c
482
p_iov_info->mbx_reply_size = sizeof(union pfvf_tlvs) * num_vfs;
drivers/net/ethernet/qlogic/qed/qed_sriov.h
112
union pfvf_tlvs *reply_virt;
drivers/net/ethernet/qlogic/qed/qed_vf.c
190
sizeof(union pfvf_tlvs),
drivers/net/ethernet/qlogic/qed/qed_vf.c
298
memset(p_iov->pf2vf_reply, 0, sizeof(union pfvf_tlvs));
drivers/net/ethernet/qlogic/qed/qed_vf.c
35
memset(p_iov->pf2vf_reply, 0, sizeof(union pfvf_tlvs));
drivers/net/ethernet/qlogic/qed/qed_vf.c
49
union pfvf_tlvs *resp = p_hwfn->vf_iov_info->pf2vf_reply;
drivers/net/ethernet/qlogic/qed/qed_vf.c
494
sizeof(union pfvf_tlvs),
drivers/net/ethernet/qlogic/qed/qed_vf.c
557
sizeof(union pfvf_tlvs),
drivers/net/ethernet/qlogic/qed/qed_vf.h
657
union pfvf_tlvs *pf2vf_reply;