Lines Matching defs:cdev
99 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2b_complete_tx_packet() local
113 static int qed_ll2_alloc_buffer(struct qed_dev *cdev, in qed_ll2_alloc_buffer()
134 static int qed_ll2_dealloc_buffer(struct qed_dev *cdev, in qed_ll2_dealloc_buffer()
153 static void qed_ll2_kill_buffers(struct qed_dev *cdev) in qed_ll2_kill_buffers()
166 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2b_complete_rx_packet() local
2211 static void qed_ll2_register_cb_ops(struct qed_dev *cdev, in qed_ll2_register_cb_ops()
2284 static bool qed_ll2_is_storage_eng1(struct qed_dev *cdev) in qed_ll2_is_storage_eng1()
2293 struct qed_dev *cdev = p_hwfn->cdev; in __qed_ll2_stop() local
2305 static int qed_ll2_stop(struct qed_dev *cdev) in qed_ll2_stop()
2343 struct qed_dev *cdev = p_hwfn->cdev; in __qed_ll2_start() local
2414 static int qed_ll2_start(struct qed_dev *cdev, struct qed_ll2_params *params) in qed_ll2_start()
2511 static int qed_ll2_start_xmit(struct qed_dev *cdev, struct sk_buff *skb, in qed_ll2_start_xmit()
2610 static int qed_ll2_stats(struct qed_dev *cdev, struct qed_ll2_stats *stats) in qed_ll2_stats()
2647 int qed_ll2_alloc_if(struct qed_dev *cdev) in qed_ll2_alloc_if()
2653 void qed_ll2_dealloc_if(struct qed_dev *cdev) in qed_ll2_dealloc_if()