Home
last modified time | relevance | path

Searched refs:HNS3_MAX_PUSH_BD_NUM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h33 #define HNS3_MAX_PUSH_BD_NUM 2 macro
H A Dhns3_enet.c2048 struct hns3_desc desc[HNS3_MAX_PUSH_BD_NUM] = {}; in hns3_tx_push_bd()
2069 (sizeof(struct hns3_desc) * HNS3_MAX_PUSH_BD_NUM) / in hns3_tx_push_bd()
2105 !ring->pending_buf && num <= HNS3_MAX_PUSH_BD_NUM && doorbell) { in hns3_tx_doorbell()