Lines Matching refs:recv_ioctx
1689 struct srpt_recv_ioctx *recv_ioctx, in srpt_handle_cmd() argument
1702 srp_cmd = recv_ioctx->ioctx.buf; in srpt_handle_cmd()
1772 struct srpt_recv_ioctx *recv_ioctx, in srpt_handle_tsk_mgmt() argument
1784 srp_tsk = recv_ioctx->ioctx.buf; in srpt_handle_tsk_mgmt()
1814 struct srpt_recv_ioctx *recv_ioctx, in srpt_handle_new_iu() argument
1821 BUG_ON(!recv_ioctx); in srpt_handle_new_iu()
1824 recv_ioctx->ioctx.dma, srp_max_req_size, in srpt_handle_new_iu()
1829 list_add_tail(&recv_ioctx->wait_list, &ch->cmd_wait_list); in srpt_handle_new_iu()
1836 srp_cmd = recv_ioctx->ioctx.buf; in srpt_handle_new_iu()
1841 list_add_tail(&recv_ioctx->wait_list, in srpt_handle_new_iu()
1849 srpt_handle_cmd(ch, recv_ioctx, send_ioctx); in srpt_handle_new_iu()
1852 srpt_handle_tsk_mgmt(ch, recv_ioctx, send_ioctx); in srpt_handle_new_iu()
1872 srpt_post_recv(ch->sport->sdev, recv_ioctx); in srpt_handle_new_iu()
1950 struct srpt_recv_ioctx *recv_ioctx; in srpt_process_send_completion() local
1952 recv_ioctx = list_first_entry(&ch->cmd_wait_list, in srpt_process_send_completion()
1955 list_del(&recv_ioctx->wait_list); in srpt_process_send_completion()
1956 srpt_handle_new_iu(ch, recv_ioctx, send_ioctx); in srpt_process_send_completion()