Lines Matching refs:recv_ioctx
1684 struct srpt_recv_ioctx *recv_ioctx, in srpt_handle_cmd() argument
1697 srp_cmd = recv_ioctx->ioctx.buf; in srpt_handle_cmd()
1767 struct srpt_recv_ioctx *recv_ioctx, in srpt_handle_tsk_mgmt() argument
1779 srp_tsk = recv_ioctx->ioctx.buf; in srpt_handle_tsk_mgmt()
1809 struct srpt_recv_ioctx *recv_ioctx, in srpt_handle_new_iu() argument
1816 BUG_ON(!recv_ioctx); in srpt_handle_new_iu()
1819 recv_ioctx->ioctx.dma, srp_max_req_size, in srpt_handle_new_iu()
1824 list_add_tail(&recv_ioctx->wait_list, &ch->cmd_wait_list); in srpt_handle_new_iu()
1831 srp_cmd = recv_ioctx->ioctx.buf; in srpt_handle_new_iu()
1836 list_add_tail(&recv_ioctx->wait_list, in srpt_handle_new_iu()
1844 srpt_handle_cmd(ch, recv_ioctx, send_ioctx); in srpt_handle_new_iu()
1847 srpt_handle_tsk_mgmt(ch, recv_ioctx, send_ioctx); in srpt_handle_new_iu()
1867 srpt_post_recv(ch->sport->sdev, recv_ioctx); in srpt_handle_new_iu()
1945 struct srpt_recv_ioctx *recv_ioctx; in srpt_process_send_completion() local
1947 recv_ioctx = list_first_entry(&ch->cmd_wait_list, in srpt_process_send_completion()
1950 list_del(&recv_ioctx->wait_list); in srpt_process_send_completion()
1951 srpt_handle_new_iu(ch, recv_ioctx, send_ioctx); in srpt_process_send_completion()