Searched defs:qed_iscsi_ops (Results 1 – 1 of 1) sorted by relevance
191 struct qed_iscsi_ops { struct192 const struct qed_common_ops *common;194 const struct qed_ll2_ops *ll2;196 int (*fill_dev_info)(struct qed_dev *cdev,199 void (*register_ops)(struct qed_dev *cdev,202 int (*start)(struct qed_dev *cdev,206 int (*stop)(struct qed_dev *cdev);208 int (*acquire_conn)(struct qed_dev *cdev,232 const struct qed_iscsi_ops *qed_get_iscsi_ops(void); argument