Searched refs:ib_frame (Results 1 – 2 of 2) sorted by relevance
393 cmd->frame = mhba->ib_frame + i * mhba->ib_max_size; in mvumi_alloc_cmds()959 mhba->ib_frame = v; in mvumi_init_data()1840 struct mvumi_msg_frame *ib_frame; in mvumi_send_command() local1843 ib_frame = cmd->frame; in mvumi_send_command()1858 frame_len = sizeof(*ib_frame) - 4 + in mvumi_send_command()1859 ib_frame->sg_counts * sizeof(struct mvumi_sgl); in mvumi_send_command()1869 memcpy(ib_entry, ib_frame, frame_len); in mvumi_send_command()
505 void *ib_frame; member