Home
last modified time | relevance | path

Searched refs:hwidx2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_sge.c870 rxb->hwidx2 = -1; in t4_read_chip_settings()
886 rxb->hwidx2 = j; in t4_read_chip_settings()
890 if (rxb->hwidx2 != -1) { in t4_read_chip_settings()
891 if (n < sp->sge_fl_buffer_size[rxb->hwidx2] - in t4_read_chip_settings()
893 rxb->hwidx2 = j; in t4_read_chip_settings()
897 rxb->hwidx2 = j; in t4_read_chip_settings()
901 if (rxb->hwidx2 != -1) in t4_read_chip_settings()
4432 *d = htobe64(pa | rxb->hwidx2); in refill_fl()
5689 if (rxb->hwidx2 == -1) in find_refill_source()
5881 if (rxb->hwidx1 == idx || rxb->hwidx2 == idx) in bufidx_used()
Dadapter.h478 int8_t hwidx2; /* SGE bufsize idx for size2 */ member
Dt4_netmap.c738 hwidx = rxb->hwidx2; in cxgbe_netmap_on()