Searched refs:next_mdl (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_base_memory_descriptor_list.c82 if (base_mdl->next_mdl != SCI_INVALID_HANDLE)
83 sci_mdl_first_entry(base_mdl->next_mdl);
102 if (base_mdl->next_mdl != SCI_INVALID_HANDLE)
103 sci_mdl_next_entry(base_mdl->next_mdl);
121 if (base_mdl->next_mdl != SCI_INVALID_HANDLE)
122 return sci_mdl_get_current_entry(base_mdl->next_mdl);
136 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl
142 mdl->next_mdl = next_mdl;
H A Dsci_base_controller.c91 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl
103 sci_base_mdl_construct(&this_controller->mdl, mdes, mde_count, next_mdl);
H A Dsci_base_memory_descriptor_list.h104 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl; member in struct:SCI_BASE_MEMORY_DESCRIPTOR_LIST
118 * @param[in] next_mdl This parameter specifies a subsequent MDL object
127 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl
H A Dsci_base_controller.h328 * @param[in] next_mdl This parameter specifies a subsequent MDL object
342 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl

Completed in 51 milliseconds