Searched refs:address_table (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_unsolicited_frame_control.c84 uf_control->address_table.count = SCU_MIN_UF_TABLE_ENTRIES;
86 (uf_control->address_table.count < uf_control->buffers.count)
87 && (uf_control->address_table.count < SCU_ABSOLUTE_MAX_UNSOLICITED_FRAMES)
90 uf_control->address_table.count <<= 1;
138 uf_control->address_table.array[index], 0, 0
153 uf_control->address_table.array[index] = uf_buffer_phys_address;
200 unused_uf_header_entries = uf_control->address_table.count
235 uf_control->address_table.physical_address = uf_buffer_phys_address;
237 uf_control->address_table.physical_address, used_uf_buffer_bytes);
239 uf_control->address_table
[all...]
H A Dscic_sds_unsolicited_frame_control.h259 SCIC_SDS_UF_ADDRESS_TABLE_ARRAY_T address_table; member in struct:SCIC_SDS_UNSOLICITED_FRAME_CONTROL
298 + ((uf_control).address_table.count * sizeof(SCI_PHYSICAL_ADDRESS)) \
H A Dscic_sds_controller.c416 this_controller->uf_control.address_table.physical_address);
527 SCU_UFQC_GEN_VAL(QUEUE_SIZE, this_controller->uf_control.address_table.count);
6559 this_controller->uf_control.address_table.count= SCU_UNSOLICITED_FRAME_COUNT;

Completed in 103 milliseconds