Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PNMB function: get the memory address is bit64 address, but the NIC desc is a bit32 buffer address #918

Open
wangxuhai7 opened this issue May 2, 2023 · 0 comments

Comments

@wangxuhai7
Copy link

#define __fec32 __le32
#define __fec16 __le16

struct bufdesc {
__fec16 cbd_datlen; /* Data length /
__fec16 cbd_sc; /
Control and status info /
__fec32 cbd_bufaddr; /
Buffer address */
};

Is there a method for the freescale ethernet FEC(a bit32 buffer address)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant