Searched refs:bonded (Results 1 – 11 of 11) sorted by relevance
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_dcb_nl.c | 73 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setets() 178 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setdcbx() 274 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setpfc() 341 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_set_pfc_cfg() 402 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setstate() 479 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_set_pg_tc_cfg_tx() 538 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_set_pg_bwg_cfg_tx() 763 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setapp() 879 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_delapp() 985 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_cee_set_all()
|
| A D | ice_lag.c | 362 const char *name, *upper, *role, *bonded, *primary; in ice_display_lag_info() local 368 bonded = lag->bonded ? "BONDED" : "UNBONDED"; in ice_display_lag_info() 707 if (!lag->bonded) in ice_lag_move_new_vf_nodes() 860 if (lag && lag->bonded && lag->primary && in ice_lag_complete_vf_reset() 1036 if (lag->bonded) in ice_lag_link() 1040 lag->bonded = true; in ice_lag_link() 1076 if (!lag->bonded) { in ice_lag_unlink() 1108 lag->bonded = false; in ice_lag_unlink() 1775 lag_work->lag->primary) && lag_work->lag->bonded) in ice_lag_process_event() 2119 lag->bonded = false; in ice_init_lag() [all …]
|
| A D | ice_lag.h | 42 u8 bonded:1; /* currently bonded */ member
|
| A D | ice_main.c | 633 if (pf->lag && pf->lag->bonded && reset_type == ICE_RESET_PFR) { in ice_do_reset() 723 if (pf->lag && pf->lag->bonded) { in ice_reset_subtask()
|
| /drivers/thunderbolt/ |
| A D | path.c | 287 if (!in_port->bonded && in_port->dual_link_port && in tb_path_alloc() 305 if (!in_port->bonded && out_port->bonded && in tb_path_alloc() 312 } else if (!out_port->bonded && in tb_path_alloc()
|
| A D | switch.c | 1147 port->bonded = true; in tb_port_lane_bonding_enable() 1148 port->dual_link_port->bonded = true; in tb_port_lane_bonding_enable() 1172 port->dual_link_port->bonded = false; in tb_port_lane_bonding_disable() 1173 port->bonded = false; in tb_port_lane_bonding_disable() 2855 bool bonded; in tb_switch_link_init() local 2863 bonded = sw->link_width >= TB_LINK_WIDTH_DUAL; in tb_switch_link_init() 2872 up->bonded = bonded; in tb_switch_link_init() 2874 up->dual_link_port->bonded = bonded; in tb_switch_link_init() 2877 down->bonded = bonded; in tb_switch_link_init() 2879 down->dual_link_port->bonded = bonded; in tb_switch_link_init() [all …]
|
| A D | xdomain.c | 1372 port->bonded = width > TB_LINK_WIDTH_SINGLE; in tb_xdomain_bond_lanes_uuid_high() 1373 port->dual_link_port->bonded = width > TB_LINK_WIDTH_SINGLE; in tb_xdomain_bond_lanes_uuid_high() 1461 if (!port->bonded) in tb_xdomain_get_properties() 1913 down->bonded = true; in tb_xdomain_link_init() 1914 down->dual_link_port->bonded = true; in tb_xdomain_link_init() 1928 down->bonded = false; in tb_xdomain_link_exit() 1929 down->dual_link_port->bonded = false; in tb_xdomain_link_exit()
|
| A D | test.c | 192 u64 route, bool bonded) in alloc_dev_default() argument 324 if (bonded) { in alloc_dev_default() 326 port->bonded = true; in alloc_dev_default() 328 port->dual_link_port->bonded = true; in alloc_dev_default() 330 upstream_port->bonded = true; in alloc_dev_default() 332 upstream_port->dual_link_port->bonded = true; in alloc_dev_default() 342 u64 route, bool bonded) in alloc_dev_with_dpin() argument 346 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_with_dpin() 363 u64 route, bool bonded) in alloc_dev_without_dp() argument 368 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_without_dp() [all …]
|
| A D | clx.c | 74 if (!port->bonded && port->dual_link_port) in tb_port_clx_supported()
|
| A D | tunnel.c | 379 credits = port->bonded ? 32 : 16; in tb_pci_init_credits() 1753 credits = port->bonded ? 14 : 6; in tb_dma_reserve_credits() 2132 credits = port->bonded ? 32 : 16; in tb_usb3_init_credits()
|
| A D | tb.h | 292 bool bonded; member
|
Completed in 56 milliseconds