Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/
Dt4_sge.c596 s->safe_hwidx2 = -1; in t4_read_chip_settings()
606 if (s->safe_hwidx2 == -1 || in t4_read_chip_settings()
608 s->safe_hwidx2 = i; in t4_read_chip_settings()
4142 hwidx = s->safe_hwidx2; /* with room for metadata */ in find_safe_refill_source()
4143 else if (allow_mbufs_in_cluster && s->safe_hwidx2 != -1) { in find_safe_refill_source()
4144 hwidx = s->safe_hwidx2; in find_safe_refill_source()
Dadapter.h568 int8_t safe_hwidx2; /* with room for metadata and maybe more */ member