#if IS_ENABLED(CONFIG_QED_ISCSI) int qed_iscsi_alloc(struct qed_hwfn *p_hwfn);
void qed_iscsi_setup(struct qed_hwfn *p_hwfn);
void qed_iscsi_free(struct qed_hwfn *p_hwfn);
/** * qed_get_protocol_stats_iscsi(): Fills provided statistics * struct with statistics. * * @cdev: Qed dev pointer. * @stats: Points to struct that will be filled with statistics. * @is_atomic: Hint from the caller - if the func can sleep or not. * * Context: The function should not sleep in case is_atomic == true. * Return: Void.
*/ void qed_get_protocol_stats_iscsi(struct qed_dev *cdev, struct qed_mcp_iscsi_stats *stats, bool is_atomic); #else/* IS_ENABLED(CONFIG_QED_ISCSI) */ staticinlineint qed_iscsi_alloc(struct qed_hwfn *p_hwfn)
{ return -EINVAL;
}
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.