Searched refs:control_frame (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | pti.c | 169 u8 control_frame[CONTROL_FRAME_LEN]; in pti_control_frame_built_and_sent() local 187 snprintf(control_frame, CONTROL_FRAME_LEN, control_format, mc->master, in pti_control_frame_built_and_sent() 189 pti_write_to_aperture(&mccontrol, control_frame, strlen(control_frame)); in pti_control_frame_built_and_sent()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | scu_task_context.h | 691 * frame. command, task, and response frames utilized control_frame 694 u32 control_frame:1; member
|
H A D | request.c | 244 task_context->control_frame = 0; in scu_ssp_request_construct_task_context() 465 * control_frame == 1. This ensures that the proper endianess is set so 477 task_context->control_frame = 1; in scu_ssp_task_request_construct_task_context() 526 task_context->control_frame = 0; in scu_sata_request_construct_task_context() 567 task_context->control_frame = 0; in scu_stp_raw_request_construct_task_context() 3260 task_context->control_frame = 1; in sci_io_request_construct_smp()
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | scu_task_context.h | 691 * frame. command, task, and response frames utilized control_frame 694 u32 control_frame:1; member
|
H A D | request.c | 241 task_context->control_frame = 0; in scu_ssp_request_construct_task_context() 460 * being utilized to perform task management. -#control_frame == 1. This 471 task_context->control_frame = 1; in scu_ssp_task_request_construct_task_context() 521 task_context->control_frame = 0; in scu_sata_request_construct_task_context() 562 task_context->control_frame = 0; in scu_stp_raw_request_construct_task_context() 3252 task_context->control_frame = 1; in sci_io_request_construct_smp()
|
Completed in 11 milliseconds