Searched refs:reconfig (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_vnic.c | 110 int bnxt_alloc_vnic_attributes(struct bnxt *bp, bool reconfig) in bnxt_alloc_vnic_attributes() argument 161 if (!reconfig) { in bnxt_alloc_vnic_attributes()
|
| H A D | bnxt_vnic.h | 64 int bnxt_alloc_vnic_attributes(struct bnxt *bp, bool reconfig);
|
| H A D | bnxt_ethdev.c | 260 static void bnxt_free_mem(struct bnxt *bp, bool reconfig) in bnxt_free_mem() argument 270 if (!reconfig) { in bnxt_free_mem() 356 static int bnxt_alloc_mem(struct bnxt *bp, bool reconfig) in bnxt_alloc_mem() argument 372 rc = bnxt_alloc_vnic_attributes(bp, reconfig); in bnxt_alloc_mem() 397 bnxt_free_mem(bp, reconfig); in bnxt_alloc_mem()
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.h | 889 void reconfig(portid_t new_port_id, unsigned socket_id);
|
| H A D | testpmd.c | 1759 reconfig(portid_t new_port_id, unsigned socket_id) in reconfig() function 3262 reconfig(pi, socket_id); in setup_attached_port()
|
| H A D | cmdline.c | 6663 reconfig(port_id, res->socket); in cmd_create_bonded_device_parsed()
|
| /dpdk/drivers/event/dlb2/ |
| H A D | dlb2.c | 704 dlb2_hw_reset_sched_domain(const struct rte_eventdev *dev, bool reconfig) in dlb2_hw_reset_sched_domain() argument 720 config_state = (reconfig) ? DLB2_PREV_CONFIGURED : in dlb2_hw_reset_sched_domain()
|