diff options
author | Alex Elder <elder@linaro.org> | 2023-01-25 14:45:40 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-01-27 11:16:29 +0000 |
commit | 8e71708bb25e8f8a33d1bc90e651d73988b15dde (patch) | |
tree | 10c03efea4023251cb31c1a3660fa8259439806b /io_uring/uring_cmd.c | |
parent | b8dc7d0eea5a7709bb534f1b3ca70d2d7de0b42c (diff) | |
download | lwn-8e71708bb25e8f8a33d1bc90e651d73988b15dde.tar.gz lwn-8e71708bb25e8f8a33d1bc90e651d73988b15dde.zip |
net: ipa: define all IPA status mask bits
There is a 16 bit status mask defined in the IPA packet status
structure, of which only one (TAG_VALID) is currently used.
Define all other IPA status mask values in an enumerated type whose
numeric values are bit mask values (in CPU byte order) in the status
mask. Use the TAG_VALID value from that type rather than defining a
separate field mask.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'io_uring/uring_cmd.c')
0 files changed, 0 insertions, 0 deletions