Searched refs:wb_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/wb/
H A Dif_wbreg.h293 #define WB_TXNEXT(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_next
294 #define WB_TXSTATUS(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_status
295 #define WB_TXCTL(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl
296 #define WB_TXDATA(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_data
298 #define WB_TXOWN(x) x->wb_ptr->wb_frag[0].wb_status
315 struct wb_txdesc *wb_ptr; member in struct:wb_chain
322 struct wb_desc *wb_ptr; member in struct:wb_chain_onefrag
H A Dif_wb.c770 cd->wb_tx_chain[i].wb_ptr = &ld->wb_tx_list[i];
804 cd->wb_rx_chain[i].wb_ptr =
859 c->wb_ptr->wb_data = vtophys(mtod(m_new, caddr_t));
860 c->wb_ptr->wb_ctl = WB_RXCTL_RLINK | 1536;
861 c->wb_ptr->wb_status = WB_RXSTAT;
884 while(!((rxstat = sc->wb_cdata.wb_rx_head->wb_ptr->wb_status) &
894 (WB_RXBYTES(cur_rx->wb_ptr->wb_status) < WB_MIN_FRAMELEN) ||
895 (WB_RXBYTES(cur_rx->wb_ptr->wb_status) > 1536) ||
916 total_len = WB_RXBYTES(cur_rx->wb_ptr->wb_status);
1169 f = &c->wb_ptr
[all...]
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_device.c251 void *wb_ptr; /* FreeBSD: to please GCC 4.2. */ local
274 wb_ptr = &rdev->wb.wb;
275 r = radeon_bo_kmap(rdev->wb.wb_obj, wb_ptr);
284 memset(*(void **)wb_ptr, 0, RADEON_GPU_PAGE_SIZE);

Completed in 63 milliseconds