Searched refs:handlep (Results 1 – 4 of 4) sorted by relevance
689 __out efx_piobuf_handle_t *handlep) in efx_mcdi_alloc_piobuf() argument696 if (handlep == NULL) { in efx_mcdi_alloc_piobuf()839 efx_piobuf_handle_t *handlep; in ef10_nic_alloc_piobufs() local850 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() local880 (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 …]
923 __out uint32_t *handlep) in efx_mcdi_get_proxy_handle() argument934 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()
85 __out uint32_t *handlep);
1014 __out efx_piobuf_handle_t *handlep,