diff options
author | Logan Gunthorpe <logang@deltatee.com> | 2021-11-17 14:53:48 -0700 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2021-12-22 09:21:43 +0100 |
commit | f857acfc457ea63fa5b862d77f055665d863acfe (patch) | |
tree | 9695549233e2146de982e347f5493098e3b96c2d /drivers/platform/x86/intel/pmt/class.c | |
parent | 28e4576d556bca543b0996e9edd4b767397e24c6 (diff) | |
download | linux-f857acfc457ea63fa5b862d77f055665d863acfe.tar.gz linux-f857acfc457ea63fa5b862d77f055665d863acfe.tar.bz2 linux-f857acfc457ea63fa5b862d77f055665d863acfe.zip |
lib/scatterlist: cleanup macros into static inline functions
Convert the sg_is_chain(), sg_is_last() and sg_chain_ptr() macros
into static inline functions. There's no reason for these to be macros
and static inline are generally preferred these days.
Also introduce the SG_PAGE_LINK_MASK define so the P2PDMA work, which is
adding another bit to this mask, can do so more easily.
Suggested-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/platform/x86/intel/pmt/class.c')
0 files changed, 0 insertions, 0 deletions