Searched defs:qed_iscsi_ops (Results 1 – 1 of 1) sorted by relevance
217 struct qed_iscsi_ops { struct218 const struct qed_common_ops *common;220 const struct qed_ll2_ops *ll2;222 int (*fill_dev_info)(struct qed_dev *cdev,225 void (*register_ops)(struct qed_dev *cdev,228 int (*start)(struct qed_dev *cdev,232 int (*stop)(struct qed_dev *cdev);234 int (*acquire_conn)(struct qed_dev *cdev,258 const struct qed_iscsi_ops *qed_get_iscsi_ops(void); argument