Searched refs:sbp_target_request (Results 1 – 2 of 2) sorted by relevance
200 sizeof(struct sbp_target_request), in sbp_session_create()850 static void sbp_handle_command(struct sbp_target_request *);851 static int sbp_send_status(struct sbp_target_request *);852 static void sbp_free_request(struct sbp_target_request *);856 struct sbp_target_request *req = in tgt_agent_process_work()857 container_of(work, struct sbp_target_request, work); in tgt_agent_process_work()910 static struct sbp_target_request *sbp_mgt_get_req(struct sbp_session *sess, in sbp_mgt_get_req()914 struct sbp_target_request *req; in sbp_mgt_get_req()921 req = &((struct sbp_target_request *)se_sess->sess_cmd_map)[tag]; in sbp_mgt_get_req()935 struct sbp_target_request *req; in tgt_agent_fetch_work()[all …]
210 struct sbp_target_request { struct