Lines Matching defs:function

1146  * The response function of spdk_iscsi_op_login
1184 * The function which is used to initialize the internal response data
1185 * structure of iscsi login function.
1314 * This function is used to initialize the port info
1351 * This function is used to judge the session type
1397 * This function is used to check the target info
1449 * This function use to check the session
1490 * This function is used to del the original param and update it with new
1546 * The function which is used to handle the part of session discovery
1563 * This function is used to update the param related with chap
1614 * The function which is used to handle the part of normal login session
1699 * This function is used to set the info in the connection data structure
1771 * This function is used to set the target info
1843 * This function is used to handle the login of iscsi initiator when there is
1924 * This function is used to set the csg bit case in rsp
2019 /* This function is used to notify the session info
2068 * This function is to handle the tbit cases
2123 * This function is used to set the values of the internal data structure used
2124 * by spdk_iscsi_op_login function
2651 /* This function is used to remove the r2t pdu from snack_pdu_list by < task, r2t_sn> info */
2674 /* This function is used re-send the r2t packet */
3200 * This function compare the input pdu's bhs with the pdu's bhs associated by
3582 task->scsi.function = SPDK_SCSI_TASK_FUNC_ABORT_TASK;
3604 iscsi_op_abort_task_set(struct spdk_iscsi_task *task, uint8_t function)
3606 task->scsi.function = function;
3617 uint8_t function;
3628 function = reqh->flags & ISCSI_TASK_FUNCTION_MASK;
3634 reqh->immediate, function, task_tag, ref_task_tag, lun);
3662 switch (function) {
3712 SPDK_ERRLOG("unsupported function %d\n", function);
3846 /* This function returns the spdk_scsi_task by searching the snack list via
3867 /* This function returns the spdk_scsi_task by searching the snack list via
3887 /* This function is used to handle the r2t snack */
3929 /* This function is used to recover the data in packet */
3986 /* This function is used to handle the status snack */
4041 /* This function is used to handle the data ack snack */
4106 /* This function is used to handle the snack request from the initiator */
4405 /* This function is used to refree the pdu when it is acknowledged */