Searched refs:send_ioctx (Results 1 – 1 of 1) sorted by relevance
1554 struct srpt_send_ioctx *send_ioctx) in srpt_handle_cmd() argument1564 BUG_ON(!send_ioctx); in srpt_handle_cmd()1567 cmd = &send_ioctx->cmd; in srpt_handle_cmd()1647 struct srpt_send_ioctx *send_ioctx) in srpt_handle_tsk_mgmt() argument1655 BUG_ON(!send_ioctx); in srpt_handle_tsk_mgmt()1658 cmd = &send_ioctx->cmd; in srpt_handle_tsk_mgmt()1665 send_ioctx->cmd.tag = srp_tsk->tag; in srpt_handle_tsk_mgmt()1686 struct srpt_send_ioctx *send_ioctx = NULL; in srpt_handle_new_iu() local1705 send_ioctx = srpt_get_send_ioctx(ch); in srpt_handle_new_iu()1706 if (unlikely(!send_ioctx)) in srpt_handle_new_iu()[all …]