|
25 | 25 |
|
26 | 26 | /**
|
27 | 27 | * struct dpaa2_fd - Struct describing FDs
|
28 |
| - * @words: for easier/faster copying the whole FD structure |
29 |
| - * @addr: address in the FD |
30 |
| - * @len: length in the FD |
31 |
| - * @bpid: buffer pool ID |
32 |
| - * @format_offset: format, offset, and short-length fields |
33 |
| - * @frc: frame context |
34 |
| - * @ctrl: control bits...including dd, sc, va, err, etc |
35 |
| - * @flc: flow context address |
| 28 | + * @words: for easier/faster copying the whole FD structure |
| 29 | + * @simple: struct for the FD fields |
| 30 | + * @simple.addr: address in the FD |
| 31 | + * @simple.len: length in the FD |
| 32 | + * @simple.bpid: buffer pool ID |
| 33 | + * @simple.format_offset: format, offset, and short-length fields |
| 34 | + * @simple.frc: frame context |
| 35 | + * @simple.ctrl: control bits...including dd, sc, va, err, etc |
| 36 | + * @simple.flc: flow context address |
36 | 37 | *
|
37 | 38 | * This structure represents the basic Frame Descriptor used in the system.
|
38 | 39 | */
|
@@ -497,7 +498,7 @@ static inline void dpaa2_fl_set_addr(struct dpaa2_fl_entry *fle,
|
497 | 498 | * dpaa2_fl_get_frc() - Get the frame context in the FLE
|
498 | 499 | * @fle: the given frame list entry
|
499 | 500 | *
|
500 |
| - * Return the frame context field in the frame lsit entry. |
| 501 | + * Return the frame context field in the frame list entry. |
501 | 502 | */
|
502 | 503 | static inline u32 dpaa2_fl_get_frc(const struct dpaa2_fl_entry *fle)
|
503 | 504 | {
|
|
0 commit comments