Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c872 rxb->hwidx2 = -1; in t4_init_rx_buf_info()
888 rxb->hwidx2 = j; in t4_init_rx_buf_info()
892 if (rxb->hwidx2 != -1) { in t4_init_rx_buf_info()
893 if (n < sp->sge_fl_buffer_size[rxb->hwidx2] - in t4_init_rx_buf_info()
895 rxb->hwidx2 = j; in t4_init_rx_buf_info()
899 rxb->hwidx2 = j; in t4_init_rx_buf_info()
903 if (rxb->hwidx2 != -1) in t4_init_rx_buf_info()
5052 *d = htobe64(pa | rxb->hwidx2); in refill_fl()
6307 if (rxb->hwidx2 == -1) in find_refill_source()
6490 if (rxb->hwidx1 == idx || rxb->hwidx2 == idx) in bufidx_used()
H A Dadapter.h503 int8_t hwidx2; /* SGE bufsize idx for size2 */ member
H A Dt4_netmap.c715 hwidx = rxb->hwidx2; in cxgbe_netmap_on()