Searched refs:uf_control (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_unsolicited_frame_control.c77 * @param[in,out] uf_control This parameter specifies the UF control
83 SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control
86 uf_control->address_table.count = SCU_MIN_UF_TABLE_ENTRIES;
88 (uf_control->address_table.count < uf_control->buffers.count)
89 && (uf_control->address_table.count < SCU_ABSOLUTE_MAX_UNSOLICITED_FRAMES)
92 uf_control->address_table.count <<= 1;
103 * @param[in,out] uf_control This parameter specifies the unsolicted
123 SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control,
137 uf = &uf_control
122 scic_sds_unsolicited_frame_control_construct_frames( SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control, SCI_PHYSICAL_ADDRESS uf_buffer_phys_address, POINTER_UINT uf_buffer_virt_address, U32 unused_uf_header_entries, U32 used_uf_header_entries ) argument
185 scic_sds_unsolicited_frame_control_construct( SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control, SCI_PHYSICAL_MEMORY_DESCRIPTOR_T *mde, SCIC_SDS_CONTROLLER_T *controller ) argument
276 scic_sds_unsolicited_frame_control_get_header( SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control, U32 frame_index, void **frame_header ) argument
304 scic_sds_unsolicited_frame_control_get_buffer( SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control, U32 frame_index, void **frame_buffer ) argument
336 scic_sds_unsolicited_frame_control_release_frame( SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control, U32 frame_index ) argument
[all...]
H A Dscic_sds_unsolicited_frame_control.h266 SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control
271 SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control,
277 SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control,
283 SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control,
289 SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T *uf_control,
298 #define scic_sds_unsolicited_frame_control_get_mde_size(uf_control) \
299 ( ((uf_control).buffers.count * SCU_UNSOLICITED_FRAME_BUFFER_SIZE) \
300 + ((uf_control).address_table.count * sizeof(SCI_PHYSICAL_ADDRESS)) \
301 + ((uf_control).buffers.count * sizeof(SCU_UNSOLICITED_FRAME_HEADER_T)) )
H A Dscic_sds_stp_packet_request.c408 &(this_request->parent.owning_controller->uf_control),
420 &(this_request->parent.owning_controller->uf_control),
619 &(this_request->parent.owning_controller->uf_control),
631 &(this_request->parent.owning_controller->uf_control),
H A Dscic_sds_stp_request.c880 &(owning_controller->uf_control),
891 &(owning_controller->uf_control),
1375 &(owning_controller->uf_control),
1387 &(owning_controller->uf_control),
1440 &(owning_controller->uf_control),
1529 &(owning_controller->uf_control),
1546 &(owning_controller->uf_control),
1948 &this_request->owning_controller->uf_control,
1959 &this_request->owning_controller->uf_control,
2326 &(owning_controller->uf_control),
[all...]
H A Dscic_sds_smp_request.c543 &(controller->uf_control),
561 &(controller->uf_control),
H A Dscic_sds_controller.c305 &this_controller->uf_control
311 scic_sds_unsolicited_frame_control_get_mde_size(this_controller->uf_control),
363 scic_sds_unsolicited_frame_control_get_mde_size(this_controller->uf_control),
408 &this_controller->uf_control, mde, this_controller
415 this_controller->uf_control.headers.physical_address);
418 this_controller->uf_control.address_table.physical_address);
529 SCU_UFQC_GEN_VAL(QUEUE_SIZE, this_controller->uf_control.address_table.count);
2193 = this_controller->uf_control.buffers.array[frame_index].header;
2194 this_controller->uf_control.buffers.array[frame_index].state
3652 &this_controller->uf_control, frame_inde
[all...]
H A Dscic_sds_controller.h340 SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T uf_control; member in struct:SCIC_SDS_CONTROLLER
H A Dscic_sds_request.c1499 &(this_request->owning_controller->uf_control),
2350 &(scic_sds_request_get_controller(this_request)->uf_control),
2360 &(scic_sds_request_get_controller(this_request)->uf_control),
H A Dscic_sds_stp_remote_device.c477 &(scic_sds_remote_device_get_controller(this_device)->uf_control),
H A Dscic_sds_phy.c3198 &(scic_sds_phy_get_controller(this_phy)->uf_control),
3296 &(scic_sds_phy_get_controller(this_phy)->uf_control),
3313 &(scic_sds_phy_get_controller(this_phy)->uf_control),
H A Dscic_sds_remote_device.c1618 &(scic_sds_remote_device_get_controller(this_device)->uf_control),

Completed in 216 milliseconds