Home
last modified time | relevance | path

Searched defs:hnae3_knic_private_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h568 struct hnae3_knic_private_info { struct
569 struct net_device *netdev; /* Set by KNIC client when init instance */
570 u16 rss_size; /* Allocated RSS queues */
571 u16 req_rss_size;
572 u16 rx_buf_len;
573 u16 num_tx_desc;
574 u16 num_rx_desc;
576 u8 num_tc; /* Total number of enabled TCs */
577 u8 prio_tc[HNAE3_MAX_USER_PRIO]; /* TC indexed by prio */
578 struct hnae3_tc_info tc_info[HNAE3_MAX_TC]; /* Idx of array is HW TC */
[all …]