Searched refs:fw_handle (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_iscsi_api.h37 void *fw_handle);
H A Decore_roce_api.h79 void *fw_handle);
H A Decore_rdma_api.h90 void *fw_handle);
H A Decore_iwarp.c3619 struct regpair *fw_handle = &data->rdma_data.async_handle; local
3623 ep = (struct ecore_iwarp_ep *)(osal_uintptr_t)HILO_64(fw_handle->hi,
3624 fw_handle->lo);
3672 cid = (u16)OSAL_LE32_TO_CPU(fw_handle->lo);
3686 (void *)fw_handle);
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c545 qlnxr_affiliated_event(void *context, u8 e_code, void *fw_handle) argument
553 struct regpair *async_handle = (struct regpair *)fw_handle;
563 QL_DPRINT12(ha, "enter context = %p e_code = 0x%x fw_handle = %p\n",
564 context, e_code, fw_handle);
617 "unsupported event 0x%x on fw_handle = %p\n",
618 e_code, fw_handle);

Completed in 129 milliseconds