Home
last modified time | relevance | path

Searched defs:rp (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_repr_proxy.c304 struct sfc_repr_proxy *rp = arg; in sfc_repr_proxy_routine() local
339 struct sfc_repr_proxy *rp = &sa->repr_proxy; in sfc_repr_proxy_txq_attach() local
359 struct sfc_repr_proxy *rp = &sa->repr_proxy; in sfc_repr_proxy_txq_detach() local
1286 struct sfc_repr_proxy *rp; in sfc_repr_proxy_add_port() local
1354 struct sfc_repr_proxy *rp; in sfc_repr_proxy_del_port() local
1405 struct sfc_repr_proxy *rp; in sfc_repr_proxy_add_rxq() local
1444 struct sfc_repr_proxy *rp; in sfc_repr_proxy_del_rxq() local
1478 struct sfc_repr_proxy *rp; in sfc_repr_proxy_add_txq() local
1511 struct sfc_repr_proxy *rp; in sfc_repr_proxy_del_txq() local
1539 struct sfc_repr_proxy *rp; in sfc_repr_proxy_start_repr() local
[all …]
/dpdk/drivers/net/ngbe/base/
H A Dngbe_regs.h719 #define NGBE_QPRXPKT(rp) (0x001014 + 0x40 * (rp)) argument
720 #define NGBE_QPRXOCTL(rp) (0x001018 + 0x40 * (rp)) argument
1008 #define NGBE_RXBAL(rp) (0x001000 + 0x40 * (rp)) argument
1009 #define NGBE_RXBAH(rp) (0x001004 + 0x40 * (rp)) argument
1010 #define NGBE_RXRP(rp) (0x00100C + 0x40 * (rp)) argument
1011 #define NGBE_RXWP(rp) (0x001008 + 0x40 * (rp)) argument
1012 #define NGBE_RXCFG(rp) (0x001010 + 0x40 * (rp)) argument
1028 #define NGBE_TXBAH(rp) (0x003004 + 0x40 * (rp)) argument
1029 #define NGBE_TXWP(rp) (0x003008 + 0x40 * (rp)) argument
1030 #define NGBE_TXRP(rp) (0x00300C + 0x40 * (rp)) argument
[all …]
/dpdk/app/test/
H A Dtest_func_reentrancy.c87 struct rte_ring *rp; in ring_clean() local
106 struct rte_ring * rp; in ring_create_lookup() local
H A Dtest_event_ring.c41 struct rte_event_ring *rp = NULL; in test_event_ring_creation_with_wrong_size() local
H A Dtest_ring.c504 struct rte_ring *rp = NULL; in test_ring_negative_tests() local
966 struct rte_ring *rp = NULL; in test_ring_basic_ex() local
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_regs.h550 #define TXGBE_QARBTXCRED(rp) (0x018500 + (rp) * 4) argument
1339 #define TXGBE_RXBAL(rp) (0x001000 + 0x40 * (rp)) argument
1340 #define TXGBE_RXBAH(rp) (0x001004 + 0x40 * (rp)) argument
1341 #define TXGBE_RXRP(rp) (0x00100C + 0x40 * (rp)) argument
1342 #define TXGBE_RXWP(rp) (0x001008 + 0x40 * (rp)) argument
1343 #define TXGBE_RXCFG(rp) (0x001010 + 0x40 * (rp)) argument
1366 #define TXGBE_TXBAL(rp) (0x003000 + 0x40 * (rp)) argument
1367 #define TXGBE_TXBAH(rp) (0x003004 + 0x40 * (rp)) argument
1368 #define TXGBE_TXWP(rp) (0x003008 + 0x40 * (rp)) argument
1369 #define TXGBE_TXRP(rp) (0x00300C + 0x40 * (rp)) argument
[all …]
/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c516 rte_pmd_ixgbe_macsec_enable(uint16_t port, uint8_t en, uint8_t rp) in rte_pmd_ixgbe_macsec_enable()
H A Dixgbe_ethdev.c8137 uint8_t rp = macsec_setting->replayprotect_en; in ixgbe_dev_macsec_register_enable() local
/dpdk/app/test-pmd/
H A Dcmdline.c11998 int rp = (strcmp(res->rp_on_off, "on") == 0) ? 1 : 0; in cmd_set_macsec_offload_on_parsed() local