Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c871 rxb->hwidx1 = -1; in t4_init_rx_buf_info()
880 if (rxb->hwidx1 == -1 && rxb->size1 == hwsize) in t4_init_rx_buf_info()
881 rxb->hwidx1 = j; in t4_init_rx_buf_info()
5055 *d = htobe64(pa | rxb->hwidx1); in refill_fl()
6321 if (rxb->hwidx1 == -1) in find_refill_source()
6490 if (rxb->hwidx1 == idx || rxb->hwidx2 == idx) in bufidx_used()
H A Dadapter.h502 int8_t hwidx1; /* SGE bufsize idx for size1 */ member
H A Dt4_netmap.c711 hwidx = rxb->hwidx1; in cxgbe_netmap_on()