Lines Matching full:headers
111 * the number of unused UF headers. This value can
115 * the number of actually utilized UF headers.
141 uf->header = &uf_control->headers.array[index]; in scic_sds_unsolicited_frame_control_construct_frames()
156 uf->header = &uf_control->headers.array[index]; in scic_sds_unsolicited_frame_control_construct_frames()
170 * frame control object (buffers, headers, address, table, etc).
196 // Prepare all of the memory sizes for the UF headers, UF address in scic_sds_unsolicited_frame_control_construct()
209 // memory descriptor entry. The headers and address table will be in scic_sds_unsolicited_frame_control_construct()
219 // headers, since we program the UF address table pointers to in scic_sds_unsolicited_frame_control_construct()
221 uf_control->headers.physical_address = uf_buffer_phys_address; in scic_sds_unsolicited_frame_control_construct()
223 uf_control->headers.physical_address, used_uf_buffer_bytes); in scic_sds_unsolicited_frame_control_construct()
225 uf_control->headers.physical_address, unused_uf_header_bytes); in scic_sds_unsolicited_frame_control_construct()
227 uf_control->headers.array = (SCU_UNSOLICITED_FRAME_HEADER_T*) in scic_sds_unsolicited_frame_control_construct()
233 // byte boundary already due to above programming headers being on a in scic_sds_unsolicited_frame_control_construct()
234 // 64-bit boundary and headers are on a 64-bytes in size. in scic_sds_unsolicited_frame_control_construct()