Searched refs:hinic_hw_wqe (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_wq.h | 15 #include "hinic_hw_wqe.h" 96 struct hinic_hw_wqe *hinic_get_wqe(struct hinic_wq *wq, unsigned int wqe_size, 103 struct hinic_hw_wqe *hinic_read_wqe(struct hinic_wq *wq, unsigned int wqe_size, 106 struct hinic_hw_wqe *hinic_read_wqe_direct(struct hinic_wq *wq, u16 cons_idx); 108 void hinic_write_wqe(struct hinic_wq *wq, struct hinic_hw_wqe *wqe,
|
H A D | hinic_hw_qp.c | 23 #include "hinic_hw_wqe.h" 664 struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(sq->wq, wqe_size, in hinic_sq_get_wqe() 695 struct hinic_hw_wqe *hw_wqe = (struct hinic_hw_wqe *)sq_wqe; in hinic_sq_write_wqe() 719 struct hinic_hw_wqe *hw_wqe; in hinic_sq_read_wqebb() 757 struct hinic_hw_wqe *hw_wqe; in hinic_sq_read_wqe() 803 struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(rq->wq, wqe_size, in hinic_rq_get_wqe() 822 struct hinic_hw_wqe *hw_wqe = (struct hinic_hw_wqe *)rq_wqe; in hinic_rq_write_wqe() 845 struct hinic_hw_wqe *hw_wq in hinic_rq_read_wqe() [all...] |
H A D | hinic_hw_wq.c | 21 #include "hinic_hw_wqe.h" 741 struct hinic_hw_wqe *hinic_get_wqe(struct hinic_wq *wq, unsigned int wqe_size, in hinic_get_wqe() 822 struct hinic_hw_wqe *hinic_read_wqe(struct hinic_wq *wq, unsigned int wqe_size, in hinic_read_wqe() 863 struct hinic_hw_wqe *hinic_read_wqe_direct(struct hinic_wq *wq, u16 cons_idx) in hinic_read_wqe_direct() 875 static inline bool wqe_shadow(struct hinic_wq *wq, struct hinic_hw_wqe *wqe) in wqe_shadow() 889 void hinic_write_wqe(struct hinic_wq *wq, struct hinic_hw_wqe *wqe, in hinic_write_wqe()
|
H A D | hinic_hw_cmdq.c | 28 #include "hinic_hw_wqe.h" 349 struct hinic_hw_wqe *hw_wqe; in cmdq_sync_cmd_direct_resp() 428 struct hinic_hw_wqe *hw_wqe; in cmdq_set_arm_bit() 650 struct hinic_hw_wqe *hw_wqe; in cmdq_ceq_handler()
|
H A D | hinic_hw_wqe.h | 446 struct hinic_hw_wqe { struct
|
H A D | hinic_rx.c | 26 #include "hinic_hw_wqe.h" 249 struct hinic_hw_wqe *hw_wqe; in free_all_rx_skbs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_wq.h | 15 #include "hinic_hw_wqe.h" 96 struct hinic_hw_wqe *hinic_get_wqe(struct hinic_wq *wq, unsigned int wqe_size, 103 struct hinic_hw_wqe *hinic_read_wqe(struct hinic_wq *wq, unsigned int wqe_size, 106 struct hinic_hw_wqe *hinic_read_wqe_direct(struct hinic_wq *wq, u16 cons_idx); 108 void hinic_write_wqe(struct hinic_wq *wq, struct hinic_hw_wqe *wqe,
|
H A D | hinic_hw_qp.c | 23 #include "hinic_hw_wqe.h" 660 struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(sq->wq, wqe_size, in hinic_sq_get_wqe() 691 struct hinic_hw_wqe *hw_wqe = (struct hinic_hw_wqe *)sq_wqe; in hinic_sq_write_wqe() 715 struct hinic_hw_wqe *hw_wqe; in hinic_sq_read_wqebb() 753 struct hinic_hw_wqe *hw_wqe; in hinic_sq_read_wqe() 799 struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(rq->wq, wqe_size, in hinic_rq_get_wqe() 818 struct hinic_hw_wqe *hw_wqe = (struct hinic_hw_wqe *)rq_wqe; in hinic_rq_write_wqe() 841 struct hinic_hw_wqe *hw_wq in hinic_rq_read_wqe() [all...] |
H A D | hinic_hw_wq.c | 21 #include "hinic_hw_wqe.h" 740 struct hinic_hw_wqe *hinic_get_wqe(struct hinic_wq *wq, unsigned int wqe_size, in hinic_get_wqe() 821 struct hinic_hw_wqe *hinic_read_wqe(struct hinic_wq *wq, unsigned int wqe_size, in hinic_read_wqe() 862 struct hinic_hw_wqe *hinic_read_wqe_direct(struct hinic_wq *wq, u16 cons_idx) in hinic_read_wqe_direct() 874 static inline bool wqe_shadow(struct hinic_wq *wq, struct hinic_hw_wqe *wqe) in wqe_shadow() 888 void hinic_write_wqe(struct hinic_wq *wq, struct hinic_hw_wqe *wqe, in hinic_write_wqe()
|
H A D | hinic_hw_cmdq.c | 28 #include "hinic_hw_wqe.h" 344 struct hinic_hw_wqe *hw_wqe; in cmdq_sync_cmd_direct_resp() 423 struct hinic_hw_wqe *hw_wqe; in cmdq_set_arm_bit() 645 struct hinic_hw_wqe *hw_wqe; in cmdq_ceq_handler()
|
H A D | hinic_hw_wqe.h | 421 struct hinic_hw_wqe { struct
|
H A D | hinic_rx.c | 26 #include "hinic_hw_wqe.h" 246 struct hinic_hw_wqe *hw_wqe; in free_all_rx_skbs()
|
Completed in 12 milliseconds