Searched defs:ice_port_info (Results 1 – 1 of 1) sorted by relevance
224 struct ice_port_info { struct225 struct ice_sched_node *root; /* Root Node per Port */226 struct ice_hw *hw; /* back pointer to hw instance */227 u32 last_node_teid; /* scheduler last node info */228 u16 sw_id; /* Initial switch ID belongs to port */229 u16 pf_vf_num;230 u8 port_state;233 u16 dflt_tx_vsi_rule_id;234 u16 dflt_tx_vsi_num;235 u16 dflt_rx_vsi_rule_id;[all …]