Home
last modified time | relevance | path

Searched refs:rw (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/net/
H A Drte_ecpri.h131 uint32_t rw:4; /**< Read/Write */ member
135 uint32_t rw:4; /**< Read/Write */
/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c2127 unsigned int start_index, unsigned int rw) in t4_fw_tp_pio_rw() argument
2138 (rw ? F_FW_CMD_READ : in t4_fw_tp_pio_rw()
2144 c.u.addrval.val = rw ? 0 : cpu_to_be32(vals[i]); in t4_fw_tp_pio_rw()
2147 if (rw) in t4_fw_tp_pio_rw()
3693 u32 *val, int rw) in t4_query_params_rw() argument
3712 if (rw) in t4_query_params_rw()
H A Dcommon.h510 unsigned int start_index, unsigned int rw);
/dpdk/doc/guides/nics/
H A Dthunderx.rst131 -append "root=/dev/vda console=ttyAMA0 rw hugepagesz=512M hugepages=3" \
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h1228 u8 rw[0x1]; member
H A Dmlx5_devx_cmds.c367 MLX5_SET(mkc, mkc, rw, 0x1); in mlx5_devx_cmd_mkey_create()