p_next
dma_addr_t p_lli, p_next;
p_next = v_lli->p_lli_next;
p_lli = p_next;
struct qed_chain_next *p_next = NULL;
p_next = *p_next_elem;
*p_next_elem = p_next->next_virt;
struct qed_chain_next *p_next = NULL;
p_next = (struct qed_chain_next *)((u8 *)p_virt_addr + size);
while (p_next->next_virt != p_chain->p_virt_addr) {
p_virt_addr = p_next->next_virt;
p_next = (struct qed_chain_next *)((u8 *)p_virt_addr +
.next = p_next,
struct srcpos *p_next;
p_next = pos->next;
pos = p_next;
.next = p_next,
struct hdac_hdmi_port *p, *p_next;
list_for_each_entry_safe(p, p_next, &pcm->port_list, head) {