• Home
  • Raw
  • Download

Lines Matching refs:pz_list

31 		whc_qset_set_link_ptr(&whc->pz_list[0], addr);  in update_pzl_pointers()
32 whc_qset_set_link_ptr(&whc->pz_list[2], addr); in update_pzl_pointers()
33 whc_qset_set_link_ptr(&whc->pz_list[4], addr); in update_pzl_pointers()
34 whc_qset_set_link_ptr(&whc->pz_list[6], addr); in update_pzl_pointers()
35 whc_qset_set_link_ptr(&whc->pz_list[8], addr); in update_pzl_pointers()
36 whc_qset_set_link_ptr(&whc->pz_list[10], addr); in update_pzl_pointers()
37 whc_qset_set_link_ptr(&whc->pz_list[12], addr); in update_pzl_pointers()
38 whc_qset_set_link_ptr(&whc->pz_list[14], addr); in update_pzl_pointers()
41 whc_qset_set_link_ptr(&whc->pz_list[1], addr); in update_pzl_pointers()
42 whc_qset_set_link_ptr(&whc->pz_list[5], addr); in update_pzl_pointers()
43 whc_qset_set_link_ptr(&whc->pz_list[9], addr); in update_pzl_pointers()
44 whc_qset_set_link_ptr(&whc->pz_list[13], addr); in update_pzl_pointers()
47 whc_qset_set_link_ptr(&whc->pz_list[3], addr); in update_pzl_pointers()
48 whc_qset_set_link_ptr(&whc->pz_list[11], addr); in update_pzl_pointers()
51 whc_qset_set_link_ptr(&whc->pz_list[7], addr); in update_pzl_pointers()
54 whc_qset_set_link_ptr(&whc->pz_list[15], addr); in update_pzl_pointers()
365 whc->pz_list = dma_alloc_coherent(&whc->umc->dev, sizeof(u64) * 16, in pzl_init()
367 if (whc->pz_list == NULL) in pzl_init()
372 whc->pz_list[i] = cpu_to_le64(QH_LINK_NTDS(8) | QH_LINK_T); in pzl_init()
387 if (whc->pz_list) in pzl_clean_up()
388 dma_free_coherent(&whc->umc->dev, sizeof(u64) * 16, whc->pz_list, in pzl_clean_up()