Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
2102 * HNS3_MAX_PUSH_BD_NUM can be pushed directly. in hns3_tx_doorbell()
2105 !ring->pending_buf && num <= HNS3_MAX_PUSH_BD_NUM && doorbell) { in hns3_tx_doorbell()

Completed in 10 milliseconds