Searched refs:entry_handle (Results 1 – 3 of 3) sorted by relevance
78 struct vmci_handle entry_handle) in vmci_handle_arr_remove_entry() argument84 if (vmci_handle_is_equal(array->entries[i], entry_handle)) { in vmci_handle_arr_remove_entry()125 struct vmci_handle entry_handle) in vmci_handle_arr_has_entry() argument130 if (vmci_handle_is_equal(array->entries[i], entry_handle)) in vmci_handle_arr_has_entry()
38 entry_handle);43 struct vmci_handle entry_handle);
511 #define CDAT_DOE_REQ(entry_handle) cpu_to_le32 \ argument516 FIELD_PREP(CXL_DOE_TABLE_ACCESS_ENTRY_HANDLE, (entry_handle)))549 int entry_handle = 0; in cxl_cdat_read_table() local553 __le32 request = CDAT_DOE_REQ(entry_handle); in cxl_cdat_read_table()569 if ((entry_handle == 0 && in cxl_cdat_read_table()571 (entry_handle > 0 && in cxl_cdat_read_table()577 entry_handle = FIELD_GET(CXL_DOE_TABLE_ACCESS_ENTRY_HANDLE, in cxl_cdat_read_table()590 } while (entry_handle != CXL_DOE_TABLE_ACCESS_LAST_ENTRY); in cxl_cdat_read_table()