Home
last modified time | relevance | path

Searched defs:nr_sges (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c496 int nr_sges, err = NETDEV_TX_OK; in hinic_lb_xmit_frame() local
557 int nr_sges, err = NETDEV_TX_OK; in hinic_xmit_frame() local
672 int nr_sges; in free_all_tx_skbs() local
707 int nr_sges, pkts = 0; in free_tx_poll() local
Dhinic_hw_qp.c595 struct hinic_sge *sges, int nr_sges) in hinic_sq_prepare_wqe()
778 int nr_sges) in hinic_sq_get_sges()
Dhinic_hw_wqe.h198 #define HINIC_SQ_WQE_SIZE(nr_sges) \ argument