Home
last modified time | relevance | path

Searched defs:cxgbi_task_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/cxgbi/
Dlibcxgbi.h542 struct cxgbi_task_data { struct
545 u8 flags;
546 unsigned short nr_frags;
547 struct page_frag frags[MAX_SKB_FRAGS];
548 struct sk_buff *skb;
549 unsigned int dlen;
550 unsigned int offset;
551 unsigned int count;
552 unsigned int sgoffset;
553 u32 total_count;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
Dlibcxgbi.h543 struct cxgbi_task_data { struct
546 u8 flags;
547 unsigned short nr_frags;
548 struct page_frag frags[MAX_SKB_FRAGS];
549 struct sk_buff *skb;
550 unsigned int dlen;
551 unsigned int offset;
552 unsigned int count;
553 unsigned int sgoffset;
554 u32 total_count;
[all …]