Searched refs:entry_handle (Results 1 – 3 of 3) sorted by relevance
72 struct vmci_handle entry_handle) in vmci_handle_arr_remove_entry() argument78 if (vmci_handle_is_equal(array->entries[i], entry_handle)) { in vmci_handle_arr_remove_entry()119 struct vmci_handle entry_handle) in vmci_handle_arr_has_entry() argument124 if (vmci_handle_is_equal(array->entries[i], entry_handle)) in vmci_handle_arr_has_entry()
32 entry_handle);37 struct vmci_handle entry_handle);
491 #define CDAT_DOE_REQ(entry_handle) cpu_to_le32 \ argument496 FIELD_PREP(CXL_DOE_TABLE_ACCESS_ENTRY_HANDLE, (entry_handle)))528 unsigned int entry_handle = 0; in cxl_cdat_read_table() local533 __le32 request = CDAT_DOE_REQ(entry_handle); in cxl_cdat_read_table()551 if (entry_handle == 0) { in cxl_cdat_read_table()561 entry_handle = FIELD_GET(CXL_DOE_TABLE_ACCESS_ENTRY_HANDLE, in cxl_cdat_read_table()572 } while (entry_handle != CXL_DOE_TABLE_ACCESS_LAST_ENTRY); in cxl_cdat_read_table()
Completed in 6 milliseconds