Searched refs:node_handle (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | shaper.py | 156 node_handle = nl_shaper.group({ 165 ksft_eq(node_handle, {'ifindex': cfg.ifindex, 211 node_handle = nl_shaper.group({ 220 node_id = node_handle['handle']['id'] 252 node_handle = nl_shaper.group({ 257 ksft_eq(node_handle, {'ifindex': cfg.ifindex, 300 node_handle = nl_shaper.group({ 311 node_id = node_handle['handle']['id']
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 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() 459 u8 node_part_number, u16 *node_handle) in ice_find_netlist_node() argument 475 node_handle); in ice_find_netlist_node() 5706 u8 *flags, u16 *node_handle) in ice_aq_get_phy_rec_clk_out() argument 5723 if (node_handle) in ice_aq_get_phy_rec_clk_out() 5724 *node_handle = le16_to_cpu(cmd->node_handle); in ice_aq_get_phy_rec_clk_out()
|
| 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()
|