Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h108 #define HNS_TXD_BUFNUM_S 8 macro
109 #define HNS_TXD_BUFNUM_M (0x3 << HNS_TXD_BUFNUM_S)
H A Dhns_enet.c167 asid_bufnum_pid |= buf_num << HNS_TXD_BUFNUM_S; in fill_desc()