Searched refs:hinic_sq_read_wqebb (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_qp.h | 198 struct hinic_sq_wqe *hinic_sq_read_wqebb(struct hinic_sq *sq,
|
H A D | hinic_tx.c | 673 while ((sq_wqe = hinic_sq_read_wqebb(sq, &skb, &wqe_size, &ci))) { in free_all_tx_skbs() 716 sq_wqe = hinic_sq_read_wqebb(sq, &skb, &wqe_size, &sw_ci); in free_tx_poll()
|
H A D | hinic_hw_qp.c | 706 * hinic_sq_read_wqebb - read wqe ptr in the current ci and update the ci, the 715 struct hinic_sq_wqe *hinic_sq_read_wqebb(struct hinic_sq *sq, in hinic_sq_read_wqebb() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_qp.h | 197 struct hinic_sq_wqe *hinic_sq_read_wqebb(struct hinic_sq *sq,
|
H A D | hinic_tx.c | 675 while ((sq_wqe = hinic_sq_read_wqebb(sq, &skb, &wqe_size, &ci))) { in free_all_tx_skbs() 718 sq_wqe = hinic_sq_read_wqebb(sq, &skb, &wqe_size, &sw_ci); in free_tx_poll()
|
H A D | hinic_hw_qp.c | 702 * hinic_sq_read_wqebb - read wqe ptr in the current ci and update the ci, the 711 struct hinic_sq_wqe *hinic_sq_read_wqebb(struct hinic_sq *sq, in hinic_sq_read_wqebb() function
|
Completed in 7 milliseconds