Searched defs:tx_sw_desc (Results 1 – 3 of 3) sorted by relevance
109 struct tx_sw_desc { /* SW state per Tx descriptor */ struct110 struct sk_buff *skb;111 u8 eop; /* set if last descriptor for packet */112 u8 addr_idx; /* buffer index of first SGL entry in descriptor */113 u8 fragidx; /* first page fragment associated with descriptor */114 s8 sflit; /* start flit of first SGL entry in descriptor */
170 struct tx_sw_desc { struct171 struct sk_buff *skb; /* socket buffer of TX data source */172 struct ulptx_sgl *sgl; /* scatter/gather list in TX Queue */
137 struct tx_sw_desc { /* SW state per Tx descriptor */ struct138 struct sk_buff *skb;139 struct ulptx_sgl *sgl;