Home
last modified time | relevance | path

Searched refs:esip (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Defx_nic.c205 __in efsys_identifier_t *esip, in efx_nic_create() argument
217 EFSYS_KMEM_ALLOC(esip, sizeof (efx_nic_t), enp); in efx_nic_create()
304 enp->en_esip = esip; in efx_nic_create()
318 EFSYS_KMEM_FREE(esip, sizeof (efx_nic_t), enp); in efx_nic_create()
556 efsys_identifier_t *esip = enp->en_esip; in efx_nic_destroy() local
571 EFSYS_KMEM_FREE(esip, sizeof (efx_nic_t), enp); in efx_nic_destroy()
H A Defx.h161 __in efsys_identifier_t *esip,