Searched refs:wb_ptr (Results 1 – 3 of 3) sorted by relevance
293 #define WB_TXNEXT(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_next294 #define WB_TXSTATUS(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_status295 #define WB_TXCTL(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl296 #define WB_TXDATA(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_data298 #define WB_TXOWN(x) x->wb_ptr->wb_frag[0].wb_status315 struct wb_txdesc *wb_ptr; member322 struct wb_desc *wb_ptr; member
772 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 …]
251 void *wb_ptr; /* FreeBSD: to please GCC 4.2. */ in radeon_wb_init() local274 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()