Lines Matching refs:next_orb
861 sbp2_pointer_to_addr(&req->orb.next_orb),
911 struct fw_card *card, u64 next_orb)
925 req->se_cmd.tag = next_orb;
938 u64 next_orb = agent->orb_pointer;
940 while (next_orb && tgt_agent_check_active(agent)) {
941 req = sbp_mgt_get_req(sess, sess->card, next_orb);
950 req->orb_pointer = next_orb;
981 if (be32_to_cpu(req->orb.next_orb.high) & 0x80000000) {
982 next_orb = 0;
986 next_orb = sbp2_pointer_to_addr(&req->orb.next_orb);
1003 if (next_orb)
1004 agent->orb_pointer = next_orb;