Searched refs:wb_ptr (Results 1 – 3 of 3) sorted by relevance
294 #define WB_TXNEXT(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_next295 #define WB_TXSTATUS(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_status296 #define WB_TXCTL(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl297 #define WB_TXDATA(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_data299 #define WB_TXOWN(x) x->wb_ptr->wb_frag[0].wb_status316 struct wb_txdesc *wb_ptr; member323 struct wb_desc *wb_ptr; member
816 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 …]
420 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() argument440 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() argument470 (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()