Skip to content

Commit 4a6e80c

Browse files
author
Fox Snowpatch
committed
1 parent 5165c17 commit 4a6e80c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

include/soc/fsl/dpaa2-fd.h

+10-9
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@
2525

2626
/**
2727
* 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
3637
*
3738
* This structure represents the basic Frame Descriptor used in the system.
3839
*/
@@ -497,7 +498,7 @@ static inline void dpaa2_fl_set_addr(struct dpaa2_fl_entry *fle,
497498
* dpaa2_fl_get_frc() - Get the frame context in the FLE
498499
* @fle: the given frame list entry
499500
*
500-
* Return the frame context field in the frame lsit entry.
501+
* Return the frame context field in the frame list entry.
501502
*/
502503
static inline u32 dpaa2_fl_get_frc(const struct dpaa2_fl_entry *fle)
503504
{

0 commit comments

Comments
 (0)