Searched defs:ice_port_info (Results 1 – 1 of 1) sorted by relevance
736 struct ice_port_info { struct737 struct ice_sched_node *root; /* Root Node per Port */738 struct ice_hw *hw; /* back pointer to HW instance */739 u32 last_node_teid; /* scheduler last node info */740 u16 sw_id; /* Initial switch ID belongs to port */741 u16 pf_vf_num;742 u8 port_state;743 u8 local_fwd_mode;746 u8 lport;748 struct ice_fc_info fc;[all …]