Searched refs:next_orb (Results 1 – 2 of 2) sorted by relevance
896 sbp2_pointer_to_addr(&req->orb.next_orb), in tgt_agent_process_work()955 u64 next_orb = agent->orb_pointer; in tgt_agent_fetch_work() local957 while (next_orb && tgt_agent_check_active(agent)) { in tgt_agent_fetch_work()967 req->orb_pointer = next_orb; in tgt_agent_fetch_work()999 if (be32_to_cpu(req->orb.next_orb.high) & 0x80000000) { in tgt_agent_fetch_work()1000 next_orb = 0; in tgt_agent_fetch_work()1004 next_orb = sbp2_pointer_to_addr(&req->orb.next_orb); in tgt_agent_fetch_work()1021 if (next_orb) in tgt_agent_fetch_work()1022 agent->orb_pointer = next_orb; in tgt_agent_fetch_work()
92 struct sbp2_pointer next_orb; member