Searched defs:hnae3_knic_private_info (Results 1 – 1 of 1) sorted by relevance
447 struct hnae3_knic_private_info { struct448 struct net_device *netdev; /* Set by KNIC client when init instance */449 u16 rss_size; /* Allocated RSS queues */450 u16 rx_buf_len;451 u16 num_desc;453 u8 num_tc; /* Total number of enabled TCs */454 u8 prio_tc[HNAE3_MAX_USER_PRIO]; /* TC indexed by prio */455 struct hnae3_tc_info tc_info[HNAE3_MAX_TC]; /* Idx of array is HW TC */457 u16 num_tqps; /* total number of TQPs in this handle */458 struct hnae3_queue **tqp; /* array base of all TQPs in this instance */[all …]