Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | sci_unsolicited_frame_control_construct (struct isci_host *ihost) |
enum sci_status | sci_unsolicited_frame_control_get_header (struct sci_unsolicited_frame_control *uf_control, u32 frame_index, void **frame_header) |
enum sci_status | sci_unsolicited_frame_control_get_buffer (struct sci_unsolicited_frame_control *uf_control, u32 frame_index, void **frame_buffer) |
bool | sci_unsolicited_frame_control_release_frame (struct sci_unsolicited_frame_control *uf_control, u32 frame_index) |
Definition at line 60 of file unsolicited_frame_control.c.
enum sci_status sci_unsolicited_frame_control_get_buffer | ( | struct sci_unsolicited_frame_control * | uf_control, |
u32 | frame_index, | ||
void ** | frame_buffer | ||
) |
Definition at line 144 of file unsolicited_frame_control.c.
enum sci_status sci_unsolicited_frame_control_get_header | ( | struct sci_unsolicited_frame_control * | uf_control, |
u32 | frame_index, | ||
void ** | frame_header | ||
) |
Definition at line 128 of file unsolicited_frame_control.c.
bool sci_unsolicited_frame_control_release_frame | ( | struct sci_unsolicited_frame_control * | uf_control, |
u32 | frame_index | ||
) |
Definition at line 157 of file unsolicited_frame_control.c.