Lines Matching refs:sbp_target_request

881 static void sbp_handle_command(struct sbp_target_request *);
882 static int sbp_send_status(struct sbp_target_request *);
883 static void sbp_free_request(struct sbp_target_request *);
887 struct sbp_target_request *req = in tgt_agent_process_work()
888 container_of(work, struct sbp_target_request, work); in tgt_agent_process_work()
948 struct sbp_target_request *req; in tgt_agent_fetch_work()
1099 static int sbp_run_request_transaction(struct sbp_target_request *req, in sbp_run_request_transaction()
1123 static int sbp_fetch_command(struct sbp_target_request *req) in sbp_fetch_command()
1152 static int sbp_fetch_page_table(struct sbp_target_request *req) in sbp_fetch_page_table()
1179 static void sbp_calc_data_length_direction(struct sbp_target_request *req, in sbp_calc_data_length_direction()
1206 static void sbp_handle_command(struct sbp_target_request *req) in sbp_handle_command()
1256 static int sbp_rw_data(struct sbp_target_request *req) in sbp_rw_data()
1346 static int sbp_send_status(struct sbp_target_request *req) in sbp_send_status()
1366 static void sbp_sense_mangle(struct sbp_target_request *req) in sbp_sense_mangle()
1433 static int sbp_send_sense(struct sbp_target_request *req) in sbp_send_sense()
1450 static void sbp_free_request(struct sbp_target_request *req) in sbp_free_request()
1715 struct sbp_target_request *req = container_of(se_cmd, in sbp_release_cmd()
1716 struct sbp_target_request, se_cmd); in sbp_release_cmd()
1738 struct sbp_target_request *req = container_of(se_cmd, in sbp_write_pending()
1739 struct sbp_target_request, se_cmd); in sbp_write_pending()
1776 struct sbp_target_request *req = container_of(se_cmd, in sbp_queue_data_in()
1777 struct sbp_target_request, se_cmd); in sbp_queue_data_in()
1800 struct sbp_target_request *req = container_of(se_cmd, in sbp_queue_status()
1801 struct sbp_target_request, se_cmd); in sbp_queue_status()
1817 struct sbp_target_request *req = container_of(se_cmd, in sbp_check_stop_free()
1818 struct sbp_target_request, se_cmd); in sbp_check_stop_free()