ecore_chain_next
(u8)(1 + ((sizeof(struct ecore_chain_next)-1) / \
struct ecore_chain_next *p_next = OSAL_NULL;
p_next = (struct ecore_chain_next *)(*p_next_elem);
struct ecore_chain_next *p_next;
p_next = (struct ecore_chain_next *)((u8 *)p_virt_curr + size);
struct ecore_chain_next *p_next = OSAL_NULL;
p_next = (struct ecore_chain_next *)((u8 *)p_virt_addr + size);
p_next = (struct ecore_chain_next *)((u8 *)p_virt_addr +
struct ecore_chain_next *p_next;
p_next = (struct ecore_chain_next *)((u8 *)p_virt + size);