Home
last modified time | relevance | path

Searched refs:reconfig (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c110 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 Dbnxt_vnic.h64 int bnxt_alloc_vnic_attributes(struct bnxt *bp, bool reconfig);
H A Dbnxt_ethdev.c260 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 Dtestpmd.h889 void reconfig(portid_t new_port_id, unsigned socket_id);
H A Dtestpmd.c1759 reconfig(portid_t new_port_id, unsigned socket_id) in reconfig() function
3262 reconfig(pi, socket_id); in setup_attached_port()
H A Dcmdline.c6663 reconfig(port_id, res->socket); in cmd_create_bonded_device_parsed()
/dpdk/drivers/event/dlb2/
H A Ddlb2.c704 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()