next_orb 861 drivers/target/sbp/sbp_target.c sbp2_pointer_to_addr(&req->orb.next_orb), next_orb 911 drivers/target/sbp/sbp_target.c struct fw_card *card, u64 next_orb) next_orb 925 drivers/target/sbp/sbp_target.c req->se_cmd.tag = next_orb; next_orb 938 drivers/target/sbp/sbp_target.c u64 next_orb = agent->orb_pointer; next_orb 940 drivers/target/sbp/sbp_target.c while (next_orb && tgt_agent_check_active(agent)) { next_orb 941 drivers/target/sbp/sbp_target.c req = sbp_mgt_get_req(sess, sess->card, next_orb); next_orb 950 drivers/target/sbp/sbp_target.c req->orb_pointer = next_orb; next_orb 981 drivers/target/sbp/sbp_target.c if (be32_to_cpu(req->orb.next_orb.high) & 0x80000000) { next_orb 982 drivers/target/sbp/sbp_target.c next_orb = 0; next_orb 986 drivers/target/sbp/sbp_target.c next_orb = sbp2_pointer_to_addr(&req->orb.next_orb); next_orb 1003 drivers/target/sbp/sbp_target.c if (next_orb) next_orb 1004 drivers/target/sbp/sbp_target.c agent->orb_pointer = next_orb; next_orb 93 drivers/target/sbp/sbp_target.h struct sbp2_pointer next_orb;