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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_memory_descriptor_list.c80 if (base_mdl->next_mdl != SCI_INVALID_HANDLE)
81 sci_mdl_first_entry(base_mdl->next_mdl);
100 if (base_mdl->next_mdl != SCI_INVALID_HANDLE)
101 sci_mdl_next_entry(base_mdl->next_mdl);
119 if (base_mdl->next_mdl != SCI_INVALID_HANDLE)
120 return sci_mdl_get_current_entry(base_mdl->next_mdl);
134 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl
140 mdl->next_mdl = next_mdl;
H A Dsci_base_controller.c89 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl
101 sci_base_mdl_construct(&this_controller->mdl, mdes, mde_count, next_mdl);
H A Dsci_base_memory_descriptor_list.h102 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl; member in struct:SCI_BASE_MEMORY_DESCRIPTOR_LIST
116 * @param[in] next_mdl This parameter specifies a subsequent MDL object
125 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl
H A Dsci_base_controller.h326 * @param[in] next_mdl This parameter specifies a subsequent MDL object
340 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl

Completed in 186 milliseconds