Searched refs:uf_control (Results 1 – 4 of 4) sorted by relevance
62 struct sci_unsolicited_frame_control *uf_control = &ihost->uf_control; in sci_unsolicited_frame_control_construct() local84 uf_control->headers.physical_address = dma + SCI_UFI_BUF_SIZE; in sci_unsolicited_frame_control_construct()85 uf_control->headers.array = virt + SCI_UFI_BUF_SIZE; in sci_unsolicited_frame_control_construct()94 uf_control->address_table.physical_address = dma + SCI_UFI_BUF_SIZE + SCI_UFI_HDR_SIZE; in sci_unsolicited_frame_control_construct()95 uf_control->address_table.array = virt + SCI_UFI_BUF_SIZE + SCI_UFI_HDR_SIZE; in sci_unsolicited_frame_control_construct()96 uf_control->get = 0; in sci_unsolicited_frame_control_construct()110 uf = &uf_control->buffers.array[i]; in sci_unsolicited_frame_control_construct()112 uf_control->address_table.array[i] = dma; in sci_unsolicited_frame_control_construct()115 uf->header = &uf_control->headers.array[i]; in sci_unsolicited_frame_control_construct()128 …i_status sci_unsolicited_frame_control_get_header(struct sci_unsolicited_frame_control *uf_control, in sci_unsolicited_frame_control_get_header() argument[all …]
269 struct sci_unsolicited_frame_control *uf_control,274 struct sci_unsolicited_frame_control *uf_control,279 struct sci_unsolicited_frame_control *uf_control,
978 result = sci_unsolicited_frame_control_get_header(&ihost->uf_control, in sci_phy_frame_handler()1019 result = sci_unsolicited_frame_control_get_header(&ihost->uf_control, in sci_phy_frame_handler()1028 sci_unsolicited_frame_control_get_buffer(&ihost->uf_control, in sci_phy_frame_handler()
174 struct sci_unsolicited_frame_control uf_control; member