Home
last modified time | relevance | path

Searched refs:hinic_hw_wqe (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_wq.h104 struct hinic_hw_wqe *hinic_get_wqe(struct hinic_wq *wq, unsigned int wqe_size,
109 struct hinic_hw_wqe *hinic_read_wqe(struct hinic_wq *wq, unsigned int wqe_size,
112 struct hinic_hw_wqe *hinic_read_wqe_direct(struct hinic_wq *wq, u16 cons_idx);
114 void hinic_write_wqe(struct hinic_wq *wq, struct hinic_hw_wqe *wqe,
Dhinic_hw_qp.c606 struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(sq->wq, wqe_size, in hinic_sq_get_wqe()
627 struct hinic_hw_wqe *hw_wqe = (struct hinic_hw_wqe *)sq_wqe; in hinic_sq_write_wqe()
651 struct hinic_hw_wqe *hw_wqe; in hinic_sq_read_wqebb()
689 struct hinic_hw_wqe *hw_wqe; in hinic_sq_read_wqe()
735 struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(rq->wq, wqe_size, in hinic_rq_get_wqe()
754 struct hinic_hw_wqe *hw_wqe = (struct hinic_hw_wqe *)rq_wqe; in hinic_rq_write_wqe()
777 struct hinic_hw_wqe *hw_wqe; in hinic_rq_read_wqe()
814 struct hinic_hw_wqe *hw_wqe; in hinic_rq_read_next_wqe()
Dhinic_hw_wq.c736 struct hinic_hw_wqe *hinic_get_wqe(struct hinic_wq *wq, unsigned int wqe_size, in hinic_get_wqe()
799 struct hinic_hw_wqe *hinic_read_wqe(struct hinic_wq *wq, unsigned int wqe_size, in hinic_read_wqe()
836 struct hinic_hw_wqe *hinic_read_wqe_direct(struct hinic_wq *wq, u16 cons_idx) in hinic_read_wqe_direct()
848 static inline bool wqe_shadow(struct hinic_wq *wq, struct hinic_hw_wqe *wqe) in wqe_shadow()
862 void hinic_write_wqe(struct hinic_wq *wq, struct hinic_hw_wqe *wqe, in hinic_write_wqe()
Dhinic_hw_cmdq.c358 struct hinic_hw_wqe *hw_wqe; in cmdq_sync_cmd_direct_resp()
435 struct hinic_hw_wqe *hw_wqe; in cmdq_set_arm_bit()
655 struct hinic_hw_wqe *hw_wqe; in cmdq_ceq_handler()
Dhinic_hw_wqe.h359 struct hinic_hw_wqe { struct
Dhinic_rx.c223 struct hinic_hw_wqe *hw_wqe; in free_all_rx_skbs()