Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas.c4566 struct MR_PD_LIST *pd_list_mem; in mrsas_get_pd_list() local
4590 pd_list_mem = tcmd->tmp_dcmd_mem; in mrsas_get_pd_list()
4618 pd_addr = pd_list_mem->addr; in mrsas_get_pd_list()
4619 if (le32toh(pd_list_mem->count) < pd_count) { in mrsas_get_pd_list()
4622 for (pd_index = 0; pd_index < le32toh(pd_list_mem->count); pd_index++) { in mrsas_get_pd_list()