Home
last modified time | relevance | path

Searched refs:HINIC_MAX_SQ_BUFDESCS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_wqe.h205 #define HINIC_MAX_SQ_BUFDESCS 17 macro
385 struct hinic_sq_bufdesc buf_descs[HINIC_MAX_SQ_BUFDESCS];
H A Dhinic_hw_qp.c782 for (i = 0; i < nr_sges && i < HINIC_MAX_SQ_BUFDESCS; i++) { in hinic_sq_get_sges()
H A Dhinic_tx.c871 txq->max_sges = HINIC_MAX_SQ_BUFDESCS; in hinic_init_txq()