Searched defs:qed_ll2_ops (Results 1 – 1 of 1) sorted by relevance
210 struct qed_ll2_ops { struct219 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