Searched refs:last_orb (Results 1 – 2 of 2) sorted by relevance
1798 scsi_id->last_orb = NULL; in sbp2_agent_reset()2078 if (scsi_id->last_orb == NULL) { in sbp2_link_orb_command()2109 scsi_id->last_orb = command_orb; in sbp2_link_orb_command()2121 scsi_id->last_orb->next_ORB_lo = in sbp2_link_orb_command()2124 scsi_id->last_orb->next_ORB_hi = 0x0; in sbp2_link_orb_command()2153 scsi_id->last_orb = command_orb; in sbp2_link_orb_command()2550 scsi_id->last_orb = NULL; in sbp2_handle_status_write()
364 struct sbp2_command_orb *last_orb; member