Home
last modified time | relevance | path

Searched defs:mfi_command (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mfi/
H A Dmfivar.h84 struct mfi_command { struct
86 time_t cm_timestamp;
93 union mfi_sgl *cm_sg;
94 void *cm_data;
95 int cm_len;
96 int cm_stp_len;
99 int cm_flags;
127 void (* cm_complete)(struct mfi_command *cm); argument
128 void *cm_private;
129 int cm_index;
[all …]