Home
last modified time | relevance | path

Searched refs:wmb (Results 1 – 14 of 14) sorted by relevance

/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.h54 #define wmb() rte_wmb() macro
H A Decore_sp.h71 #define ECORE_SMP_WMB() wmb()
72 #define ECORE_MMIOWB() wmb()
H A Dbnx2x.c4345 wmb(); /* keep prod updates ordered */ in bnx2x_update_eq_prod()
4518 wmb(); in bnx2x_eq_int()
5049 wmb(); in bnx2x_update_rx_prod()
5056 wmb(); /* keep prod updates ordered */ in bnx2x_update_rx_prod()
5998 wmb(); in bnx2x_set_234_gates()
6118 wmb(); in bnx2x_pxp_prep()
6214 wmb(); in bnx2x_process_kill_chip_reset()
6220 wmb(); in bnx2x_process_kill_chip_reset()
6223 wmb(); in bnx2x_process_kill_chip_reset()
6279 wmb(); in bnx2x_process_kill()
H A Dbnx2x_vfpf.c134 wmb(); in bnx2x_do_req4pf()
H A Decore_sp.c3739 wmb(); in ecore_queue_comp_cmd()
4721 wmb(); in ecore_func_state_change_comp()
/dpdk/lib/gpudev/
H A Dgpudev_driver.h56 rte_gpu_wmb_t *wmb; member
H A Dgpudev.c716 if (dev->ops.wmb == NULL) { in rte_gpu_wmb()
720 return GPU_DRV_RET(dev->ops.wmb(dev)); in rte_gpu_wmb()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_osdep.h97 #define wmb() rte_wmb() macro
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h81 #define wmb() rte_wmb() /* dpdk rte provided wmb */ macro
H A Dsge.c257 wmb(); in ring_fl_db()
280 wmb(); in ring_fl_db()
364 wmb(); in refill_fl_usembufs()
1668 wmb(); in cxgbe_poll()
/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h78 #define wmb rte_wmb macro
H A Dena_eth_com.c74 wmb(); in ena_com_write_bounce_buffer_to_dev()
/dpdk/drivers/gpu/cuda/
H A Dcuda.c1395 dev->ops.wmb = cuda_wmb; in cuda_gpu_probe()
/dpdk/drivers/net/axgbe/
H A Daxgbe_common.h1390 #define wmb() rte_wmb() /* dpdk rte provided wmb */ macro