Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/qed/
Dqed_ll2_if.h210 struct qed_ll2_ops { struct
219 int (*start)(struct qed_dev *cdev, struct qed_ll2_params *params);
228 int (*stop)(struct qed_dev *cdev);
239 int (*start_xmit)(struct qed_dev *cdev, struct sk_buff *skb,
271 static const struct qed_ll2_ops qed_ll2_ops_pass = { argument