Home
last modified time | relevance | path

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

/freebsd/sys/dev/mgb/
H A Dif_mgb.h278 uint32_t head_wb;
289 uint32_t *head_wb; member
H A Dif_mgb.c553 rdata->head_wb = (uint32_t *) vaddrs[q * ntxqs + 1]; in mgb_tx_queues_alloc()
577 rdata->head_wb = (uint32_t *) vaddrs[q * nrxqs + 1]; in mgb_rx_queues_alloc()
1039 while (*(rdata->head_wb) != rdata->last_head) { in mgb_isc_txd_credits_update()
1064 for (; idx != *(rdata->head_wb); idx = MGB_NEXT_RING_IDX(idx)) { in mgb_isc_rxd_available()
1087 while (*(rdata->head_wb) != rdata->last_head) { in mgb_isc_rxd_pkt_get()