Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/qed/
Dqed_nvmetcp_if.h175 struct qed_nvmetcp_ops { struct
176 const struct qed_common_ops *common;
178 const struct qed_ll2_ops *ll2;
180 int (*fill_dev_info)(struct qed_dev *cdev,
183 void (*register_ops)(struct qed_dev *cdev,
186 int (*start)(struct qed_dev *cdev,
190 int (*stop)(struct qed_dev *cdev);
192 int (*acquire_conn)(struct qed_dev *cdev,
196 int (*release_conn)(struct qed_dev *cdev, u32 handle);
198 int (*offload_conn)(struct qed_dev *cdev,
[all …]