Searched refs:head_wb (Results 1 – 2 of 2) sorted by relevance
278 uint32_t head_wb;289 uint32_t *head_wb; member
552 rdata->head_wb = (uint32_t *) vaddrs[q * ntxqs + 1]; in mgb_tx_queues_alloc()576 rdata->head_wb = (uint32_t *) vaddrs[q * nrxqs + 1]; in mgb_rx_queues_alloc()1038 while (*(rdata->head_wb) != rdata->last_head) { in mgb_isc_txd_credits_update()1063 for (; idx != *(rdata->head_wb); idx = MGB_NEXT_RING_IDX(idx)) { in mgb_isc_rxd_available()1086 while (*(rdata->head_wb) != rdata->last_head) { in mgb_isc_rxd_pkt_get()