Searched refs:send_ioctx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 1485 * @send_ioctx: Send I/O context. 1489 struct srpt_send_ioctx *send_ioctx) in srpt_handle_cmd() 1499 BUG_ON(!send_ioctx); in srpt_handle_cmd() 1502 cmd = &send_ioctx->cmd; in srpt_handle_cmd() 1521 rc = srpt_get_desc_tbl(recv_ioctx, send_ioctx, srp_cmd, &dir, in srpt_handle_cmd() 1532 &send_ioctx->sense_data[0], in srpt_handle_cmd() 1569 * @send_ioctx: Send I/O context. 1578 struct srpt_send_ioctx *send_ioctx) in srpt_handle_tsk_mgmt() 1586 BUG_ON(!send_ioctx); in srpt_handle_tsk_mgmt() 1589 cmd = &send_ioctx in srpt_handle_tsk_mgmt() 1487 srpt_handle_cmd(struct srpt_rdma_ch *ch, struct srpt_recv_ioctx *recv_ioctx, struct srpt_send_ioctx *send_ioctx) srpt_handle_cmd() argument 1576 srpt_handle_tsk_mgmt(struct srpt_rdma_ch *ch, struct srpt_recv_ioctx *recv_ioctx, struct srpt_send_ioctx *send_ioctx) srpt_handle_tsk_mgmt() argument 1617 struct srpt_send_ioctx *send_ioctx = NULL; srpt_handle_new_iu() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 1491 * @send_ioctx: Send I/O context. 1495 struct srpt_send_ioctx *send_ioctx) in srpt_handle_cmd() 1505 BUG_ON(!send_ioctx); in srpt_handle_cmd() 1508 cmd = &send_ioctx->cmd; in srpt_handle_cmd() 1527 rc = srpt_get_desc_tbl(recv_ioctx, send_ioctx, srp_cmd, &dir, in srpt_handle_cmd() 1537 rc = target_init_cmd(cmd, ch->sess, &send_ioctx->sense_data[0], in srpt_handle_cmd() 1579 * @send_ioctx: Send I/O context. 1588 struct srpt_send_ioctx *send_ioctx) in srpt_handle_tsk_mgmt() 1596 BUG_ON(!send_ioctx); in srpt_handle_tsk_mgmt() 1599 cmd = &send_ioctx in srpt_handle_tsk_mgmt() 1493 srpt_handle_cmd(struct srpt_rdma_ch *ch, struct srpt_recv_ioctx *recv_ioctx, struct srpt_send_ioctx *send_ioctx) srpt_handle_cmd() argument 1586 srpt_handle_tsk_mgmt(struct srpt_rdma_ch *ch, struct srpt_recv_ioctx *recv_ioctx, struct srpt_send_ioctx *send_ioctx) srpt_handle_tsk_mgmt() argument 1627 struct srpt_send_ioctx *send_ioctx = NULL; srpt_handle_new_iu() local [all...] |
Completed in 8 milliseconds