Searched defs:qed_ll2_ops (Results 1 – 1 of 1) sorted by relevance
209 struct qed_ll2_ops { struct218 int (*start)(struct qed_dev *cdev, struct qed_ll2_params *params);227 int (*stop)(struct qed_dev *cdev);238 int (*start_xmit)(struct qed_dev *cdev, struct sk_buff *skb,270 static const struct qed_ll2_ops qed_ll2_ops_pass = { argument