Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_worker_dual.c69 if (vws->cur_grp == grp) { in otx2_ssogws_dual_forward_event()
86 struct otx2_ssogws_state *vws = &ws->ws_state[!ws->vws]; in otx2_ssogws_dual_enq() local
135 struct otx2_ssogws_state *vws = &ws->ws_state[!ws->vws]; in otx2_ssogws_dual_enq_fwd_burst() local
164 ws->vws = !ws->vws; \
198 ws->vws = !ws->vws; \
205 ws->vws = !ws->vws; \
243 ws->vws = !ws->vws; \
281 ws->vws = !ws->vws; \
289 ws->vws = !ws->vws; \
317 struct otx2_ssogws *vws = \
[all …]
H A Dotx2_evdev.c787 uint8_t vws = 0; in sso_configure_dual_ports() local
834 base = dev->bar2 + (RVU_BLOCK_ADDR_SSOW << 20 | vws << 12); in sso_configure_dual_ports()
836 vws++; in sso_configure_dual_ports()
838 base = dev->bar2 + (RVU_BLOCK_ADDR_SSOW << 20 | vws << 12); in sso_configure_dual_ports()
840 vws++; in sso_configure_dual_ports()
1451 ws->vws = 0; in sso_cleanup()
H A Dotx2_evdev.h201 uint8_t vws; /* Ping pong bit */ member