Home
last modified time | relevance | path

Searched refs:ev_evcp (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Drhead_nic.c411 if ((enp->en_vswitchp != NULL) && (enp->en_vswitchp->ev_evcp != NULL)) { in rhead_nic_init()
413 enp->en_vport_id = enp->en_vswitchp->ev_evcp->evc_vport_id; in rhead_nic_init()
H A Defx_evb.c344 evp->ev_evcp = vport_configp; in efx_evb_vswitch_create()
510 evp->ev_num_vports, evp->ev_evcp); in efx_evb_vswitch_destroy()
H A Def10_nic.c2533 if ((enp->en_vswitchp != NULL) && (enp->en_vswitchp->ev_evcp != NULL)) { in ef10_nic_init()
2535 enp->en_vport_id = enp->en_vswitchp->ev_evcp->evc_vport_id; in ef10_nic_init()
H A Defx_impl.h720 efx_vport_config_t *ev_evcp; member