Lines Matching full:uf
63 struct sci_unsolicited_frame *uf; in sci_unsolicited_frame_control_construct() local
69 * The Unsolicited Frame buffers are set at the start of the UF in sci_unsolicited_frame_control_construct()
75 * Program the location of the UF header table into the SCU. in sci_unsolicited_frame_control_construct()
81 * headers, since we program the UF address table pointers to in sci_unsolicited_frame_control_construct()
88 * Program the location of the UF address table into the SCU. in sci_unsolicited_frame_control_construct()
99 * UF buffer requirements are: in sci_unsolicited_frame_control_construct()
100 * - The last entry in the UF queue is not NULL. in sci_unsolicited_frame_control_construct()
106 * Program the actual used UF buffers into the UF address table and in sci_unsolicited_frame_control_construct()
110 uf = &uf_control->buffers.array[i]; in sci_unsolicited_frame_control_construct()
114 uf->buffer = virt; in sci_unsolicited_frame_control_construct()
115 uf->header = &uf_control->headers.array[i]; in sci_unsolicited_frame_control_construct()
116 uf->state = UNSOLICITED_FRAME_EMPTY; in sci_unsolicited_frame_control_construct()
167 * In the event there are NULL entries in the UF table, we need to in sci_unsolicited_frame_control_release_frame()