Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/qed/
Dqed_fcoe_if.h119 struct qed_fcoe_ops { struct
120 const struct qed_common_ops *common;
122 int (*fill_dev_info)(struct qed_dev *cdev,
125 void (*register_ops)(struct qed_dev *cdev,
149 const struct qed_fcoe_ops *qed_get_fcoe_ops(void); argument