Searched defs:qib_user_sdma_pkt (Results 1 – 1 of 1) sorted by relevance
66 struct qib_user_sdma_pkt { struct67 struct list_head list; /* list element */69 u8 tiddma; /* if this is NEW tid-sdma */70 u8 largepkt; /* this is large pkt from kmalloc */71 u16 frag_size; /* frag size used by PSM */72 u16 index; /* last header index or push index */73 u16 naddr; /* dimension of addr (1..3) ... */74 u16 addrlimit; /* addr array size */75 u16 tidsmidx; /* current tidsm index */76 u16 tidsmcount; /* tidsm array item count */[all …]