Home
last modified time | relevance | path

Searched refs:node_type_ctx (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.h84 s32 ixgbe_find_netlist_node(struct ixgbe_hw *hw, u8 node_type_ctx,
H A Dixgbe_e610.c1420 cmd->addr.topo_params.node_type_ctx = in ixgbe_is_media_cage_present()
1425 cmd->addr.topo_params.node_type_ctx |= in ixgbe_is_media_cage_present()
1758 s32 ixgbe_find_netlist_node(struct ixgbe_hw *hw, u8 node_type_ctx, in ixgbe_find_netlist_node() argument
1770 cmd.addr.topo_params.node_type_ctx = in ixgbe_find_netlist_node()
1771 (node_type_ctx << IXGBE_ACI_LINK_TOPO_NODE_TYPE_S); in ixgbe_find_netlist_node()
H A Dixgbe_type_e610.h1092 u8 node_type_ctx; member
/freebsd/sys/dev/ice/
H A Dice_common.h197 ice_find_netlist_node(struct ice_hw *hw, u8 node_type_ctx, u8 node_part_number,
H A Dice_common.c3064 * @node_type_ctx: type of netlist node to look for
3078 ice_find_netlist_node(struct ice_hw *hw, u8 node_type_ctx, u8 node_part_number, in ice_aq_set_port_params()
3090 cmd.addr.topo_params.node_type_ctx = in ice_aq_set_port_params()
3091 (node_type_ctx << ICE_AQC_LINK_TOPO_NODE_TYPE_S); in ice_aq_set_port_params()
568 ice_find_netlist_node(struct ice_hw * hw,u8 node_type_ctx,u8 node_part_number,u16 * node_handle) ice_find_netlist_node() argument
H A Dice_adminq_cmd.h1950 u8 node_type_ctx;
1869 u8 node_type_ctx; global() member
H A Dice_lib.c11329 cmd.addr.topo_params.node_type_ctx = ctx; in ice_get_port_topology()