Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.h149 int hinic_get_sq_free_wqebbs(struct hinic_sq *sq);
H A Dhinic_hw_qp.c455 int hinic_get_sq_free_wqebbs(struct hinic_sq *sq) in hinic_get_sq_free_wqebbs() function
H A Dhinic_tx.c745 hinic_get_sq_free_wqebbs(sq) >= HINIC_MIN_TX_NUM_WQEBBS(sq)) { in free_tx_poll()