Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c538 qlnxr_affiliated_event(void *context, u8 e_code, void *fw_handle) in qlnxr_affiliated_event() argument
546 struct regpair *async_handle = (struct regpair *)fw_handle; in qlnxr_affiliated_event()
557 context, e_code, fw_handle); in qlnxr_affiliated_event()
611 e_code, fw_handle); in qlnxr_affiliated_event()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iscsi_api.h35 void *fw_handle);
H A Decore_roce_api.h77 void *fw_handle);
H A Decore_rdma_api.h88 void *fw_handle);
H A Decore_iwarp.c3617 struct regpair *fw_handle = &data->rdma_data.async_handle; in ecore_iwarp_async_event() local
3621 ep = (struct ecore_iwarp_ep *)(osal_uintptr_t)HILO_64(fw_handle->hi, in ecore_iwarp_async_event()
3622 fw_handle->lo); in ecore_iwarp_async_event()
3670 cid = (u16)OSAL_LE32_TO_CPU(fw_handle->lo); in ecore_iwarp_async_event()
3684 (void *)fw_handle); in ecore_iwarp_async_event()