Searched refs:node_handle (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 413 * @node_handle: output node handle parameter if node found 419 u8 *node_part_number, u16 *node_handle) in ice_aq_get_netlist_node() argument 431 if (node_handle) in ice_aq_get_netlist_node() 432 *node_handle = le16_to_cpu(resp->addr.handle); in ice_aq_get_netlist_node() 445 * @node_handle: output parameter if node found - optional 449 * If node_handle is non-NULL it will be modified on function exit. It is only 459 u8 node_part_number, u16 *node_handle) in ice_find_netlist_node() argument 475 node_handle); in ice_find_netlist_node() 5699 * @node_handle: PHY output frequency 5706 u8 *flags, u16 *node_handle) 5708 ice_aq_get_phy_rec_clk_out(struct ice_hw * hw,u8 * phy_output,u8 * port_num,u8 * flags,u16 * node_handle) ice_aq_get_phy_rec_clk_out() argument [all...] |
| H A D | ice_ethtool.c | 638 u16 node_handle = 0; in ice_get_port_topology() local 648 err = ice_aq_get_netlist_node(hw, &cmd, &cage_type, &node_handle); in ice_get_port_topology()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 2252 u8 *node_part_number, u16 *node_handle) in ixgbe_aci_get_netlist_node() argument 2264 if (node_handle) in ixgbe_aci_get_netlist_node() 2265 *node_handle = le16_to_cpu(resp->addr.handle); in ixgbe_aci_get_netlist_node()
|