Home
last modified time | relevance | path

Searched refs:spg (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/cxgbe/
Dt4_sge.c2689 eq->spg = (void *)&eq->desc[eq->cap]; in alloc_eq()
3664 end = (uintptr_t)eq->spg; in write_ulp_cpl_sgl()
3769 if ((uintptr_t)end <= (uintptr_t)eq->spg) { in write_sgl_to_txd()
3786 if ((uintptr_t)flitp == (uintptr_t)eq->spg) in write_sgl_to_txd()
3800 if ((uintptr_t)end == (uintptr_t)eq->spg) in write_sgl_to_txd()
3811 if (__predict_true((uintptr_t)(*to) + len <= (uintptr_t)eq->spg)) { in copy_to_txd()
3815 int portion = (uintptr_t)eq->spg - (uintptr_t)(*to); in copy_to_txd()
3882 cidx = eq->spg->cidx; /* stable snapshot */ in reclaimable()
Dadapter.h357 struct sge_qstat *spg; /* status page, for convenience */ member