Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_wbreg.h294 #define WB_TXNEXT(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_next
295 #define WB_TXSTATUS(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_status
296 #define WB_TXCTL(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl
297 #define WB_TXDATA(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_data
299 #define WB_TXOWN(x) x->wb_ptr->wb_frag[0].wb_status
316 struct wb_txdesc *wb_ptr; member
323 struct wb_desc *wb_ptr; member
Dif_wb.c816 cd->wb_tx_chain[i].wb_ptr = &ld->wb_tx_list[i]; in wb_list_tx_init()
849 cd->wb_rx_chain[i].wb_ptr = in wb_list_rx_init()
876 c->wb_ptr->wb_data = VTOPHYS(c->wb_buf + sizeof(u_int64_t)); in wb_newbuf()
877 c->wb_ptr->wb_ctl = WB_RXCTL_RLINK | ETHER_MAX_DIX_LEN; in wb_newbuf()
878 c->wb_ptr->wb_status = WB_RXSTAT; in wb_newbuf()
896 while(!((rxstat = sc->wb_cdata.wb_rx_head->wb_ptr->wb_status) & in wb_rxeof()
904 (WB_RXBYTES(cur_rx->wb_ptr->wb_status) < WB_MIN_FRAMELEN) || in wb_rxeof()
905 (WB_RXBYTES(cur_rx->wb_ptr->wb_status) > ETHER_MAX_DIX_LEN) || in wb_rxeof()
924 total_len = WB_RXBYTES(cur_rx->wb_ptr->wb_status); in wb_rxeof()
1164 f = &c->wb_ptr->wb_frag[frag]; in wb_encap()
[all …]
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Dgfx_v9_4_2.c420 static void gfx_v9_4_2_log_wave_assignment(struct amdgpu_device *adev, uint32_t *wb_ptr) in gfx_v9_4_2_log_wave_assignment() argument
440 size += snprintf(str + size, 256 - size, "%x", wb_ptr[offset]); in gfx_v9_4_2_log_wave_assignment()
453 uint32_t *wb_ptr, uint32_t mask, in gfx_v9_4_2_wait_for_waves_assigned() argument
470 (wb_ptr[offset] == pattern)) in gfx_v9_4_2_wait_for_waves_assigned()
485 gfx_v9_4_2_log_wave_assignment(adev, wb_ptr); in gfx_v9_4_2_wait_for_waves_assigned()