Home
last modified time | relevance | path

Searched refs:send_ioctx (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1554 struct srpt_send_ioctx *send_ioctx) in srpt_handle_cmd() argument
1564 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() argument
1655 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() local
1705 send_ioctx = srpt_get_send_ioctx(ch); in srpt_handle_new_iu()
1706 if (unlikely(!send_ioctx)) in srpt_handle_new_iu()
[all …]