Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:skb_frag_dma_map - maps a paged fragment via the DMA API*@dev: the device to map the fragment to*@frag: the paged fragment to map*@offset: the offset within the fragment (starting at the* fragment's own offset)*@size: the number of bytes to map*@dir: the
Proto:static inline dma_addr_t skb_frag_dma_map(struct device *dev, const skb_frag_t *frag, size_t offset, size_t size, enum dma_data_direction dir)
Type:dma_addr_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct device * | dev | |
const skb_frag_t * | frag | |
size_t | offset | |
size_t | size | |
enum dma_data_direction | dir |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |