Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h312 struct t4_sq { struct
313 union t4_wr *queue;
314 bus_addr_t dma_addr;
316 unsigned long phys_addr;
317 struct t4_swsqe *sw_sq;
318 struct t4_swsqe *oldest_read;
319 void __iomem *bar2_va;
320 u64 bar2_pa;
321 size_t memsize;
322 u32 bar2_qid;
[all …]
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h309 struct t4_sq { struct
312 union t4_wr *queue;
313 struct t4_swsqe *sw_sq;
314 struct t4_swsqe *oldest_read;
316 volatile u32 *udb;
317 size_t memsize;
318 u32 qid;
319 u32 bar2_qid;
320 void *ma_sync;
321 u16 in_use;
[all …]