Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/wb/
HDif_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
322 struct wb_desc *wb_ptr; member
HDif_wb.c772 cd->wb_tx_chain[i].wb_ptr = &ld->wb_tx_list[i];
806 cd->wb_rx_chain[i].wb_ptr =
861 c->wb_ptr->wb_data = vtophys(mtod(m_new, caddr_t));
862 c->wb_ptr->wb_ctl = WB_RXCTL_RLINK | 1536;
863 c->wb_ptr->wb_status = WB_RXSTAT;
886 while(!((rxstat = sc->wb_cdata.wb_rx_head->wb_ptr->wb_status) &
896 (WB_RXBYTES(cur_rx->wb_ptr->wb_status) < WB_MIN_FRAMELEN) ||
897 (WB_RXBYTES(cur_rx->wb_ptr->wb_status) > 1536) ||
918 total_len = WB_RXBYTES(cur_rx->wb_ptr->wb_status);
1171 f = &c->wb_ptr->wb_frag[frag];
[all …]
/freebsd-11-stable/sys/dev/drm2/radeon/
HDradeon_device.c251 void *wb_ptr; /* FreeBSD: to please GCC 4.2. */ in radeon_wb_init() local
274 wb_ptr = &rdev->wb.wb; in radeon_wb_init()
275 r = radeon_bo_kmap(rdev->wb.wb_obj, wb_ptr); in radeon_wb_init()
284 memset(*(void **)wb_ptr, 0, RADEON_GPU_PAGE_SIZE); in radeon_wb_init()