/** * struct ipc_chnl_cfg - IPC channel configuration structure * @id: Interface ID * @ul_pipe: Uplink datastream * @dl_pipe: Downlink datastream * @ul_nr_of_entries: Number of Transfer descriptor uplink pipe * @dl_nr_of_entries: Number of Transfer descriptor downlink pipe * @dl_buf_size: Downlink buffer size * @wwan_port_type: Wwan subsystem port type * @accumulation_backoff: Time in usec for data accumalation
*/ struct ipc_chnl_cfg {
u32 id;
u32 ul_pipe;
u32 dl_pipe;
u32 ul_nr_of_entries;
u32 dl_nr_of_entries;
u32 dl_buf_size;
u32 wwan_port_type;
u32 accumulation_backoff;
};
/** * ipc_chnl_cfg_get - Get pipe configuration. * @chnl_cfg: Array of ipc_chnl_cfg struct * @index: Channel index (up to MAX_CHANNELS) * * Return: 0 on success and failure value on error
*/ int ipc_chnl_cfg_get(struct ipc_chnl_cfg *chnl_cfg, int index);
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.