Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Def10_nic.c689 __out efx_piobuf_handle_t *handlep) in efx_mcdi_alloc_piobuf() argument
696 if (handlep == NULL) { in efx_mcdi_alloc_piobuf()
839 efx_piobuf_handle_t *handlep; in ef10_nic_alloc_piobufs() local
850 if (efx_mcdi_alloc_piobuf(enp, handlep) != 0) in ef10_nic_alloc_piobufs()
863 (void) efx_mcdi_free_piobuf(enp, *handlep); in ef10_nic_alloc_piobufs()
864 *handlep = EFX_PIOBUF_HANDLE_INVALID; in ef10_nic_alloc_piobufs()
874 efx_piobuf_handle_t *handlep; in ef10_nic_free_piobufs() local
880 (void) efx_mcdi_free_piobuf(enp, *handlep); in ef10_nic_free_piobufs()
881 *handlep = EFX_PIOBUF_HANDLE_INVALID; in ef10_nic_free_piobufs()
891 __out efx_piobuf_handle_t *handlep, in ef10_nic_pio_alloc() argument
[all …]
H A Defx_mcdi.c923 __out uint32_t *handlep) in efx_mcdi_get_proxy_handle() argument
934 if ((emrp == NULL) || (handlep == NULL)) { in efx_mcdi_get_proxy_handle()
940 *handlep = emrp->emr_proxy_handle; in efx_mcdi_get_proxy_handle()
943 *handlep = 0; in efx_mcdi_get_proxy_handle()
H A Defx_mcdi.h85 __out uint32_t *handlep);
H A Def10_impl.h1014 __out efx_piobuf_handle_t *handlep,