Searched refs:task_type (Results 1 – 4 of 4) sorted by relevance
19 task_type = utils.CachedType("struct task_struct") variable22 global task_type23 task_ptr_type = task_type.get_type().pointer()
1471 u8 task_type = FCOE_TASK_TYPE_SEQUENCE_CLEANUP; in bnx2fc_init_seq_cleanup_task() local1493 task->txwr_rxrd.const_ctx.init_flags = task_type << in bnx2fc_init_seq_cleanup_task()1553 u8 task_type = FCOE_TASK_TYPE_EXCHANGE_CLEANUP; in bnx2fc_init_cleanup_task() local1561 task->txwr_rxrd.const_ctx.init_flags = task_type << in bnx2fc_init_cleanup_task()1594 u8 task_type = 0; in bnx2fc_init_mp_task() local1603 task_type = FCOE_TASK_TYPE_MIDPATH; in bnx2fc_init_mp_task()1605 task_type = FCOE_TASK_TYPE_ABTS; in bnx2fc_init_mp_task()1614 io_req->cmd_type, task_type); in bnx2fc_init_mp_task()1617 if ((task_type == FCOE_TASK_TYPE_MIDPATH) || in bnx2fc_init_mp_task()1618 (task_type == FCOE_TASK_TYPE_UNSOLICITED)) { in bnx2fc_init_mp_task()[all …]
438 task_context->task_type = SCU_TASK_TYPE_IOREAD; in scu_ssp_io_request_construct_task_context()441 task_context->task_type = SCU_TASK_TYPE_IOWRITE; in scu_ssp_io_request_construct_task_context()479 task_context->task_type = SCU_TASK_TYPE_RAW_FRAME; in scu_ssp_task_request_construct_task_context()569 task_context->task_type = SCU_TASK_TYPE_SATA_RAW_FRAME; in scu_stp_raw_request_construct_task_context()631 task_context->task_type = optimized_task_type + (SCU_TASK_TYPE_DMA_OUT in sci_stp_optimized_request_construct()637 task_context->task_type = optimized_task_type; in sci_stp_optimized_request_construct()1677 task_context->task_type = SCU_TASK_TYPE_PACKET_DMA_OUT; in scu_atapi_construct_task_context()1681 task_context->task_type = SCU_TASK_TYPE_PACKET_DMA_IN; in scu_atapi_construct_task_context()3251 task_context->task_type = SCU_TASK_TYPE_SMP_REQUEST; in sci_io_request_construct_smp()
659 u32 task_type:4; member