Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision-video.c276 return sprintf(buf, "%d\n", usbvision->bridge_type); in show_device_bridge()
1506 usbvision->bridge_type = BRIDGE_NT1004; in usbvision_probe()
1508 usbvision->bridge_type = BRIDGE_NT1005; in usbvision_probe()
1510 usbvision->bridge_type = BRIDGE_NT1003; in usbvision_probe()
1511 PDEBUG(DBG_PROBE, "bridge_type %d", usbvision->bridge_type); in usbvision_probe()
Dusbvision.h378 int bridge_type; /* NT1003, NT1004, NT1005 */ member
Dusbvision-core.c1515 if (usbvision->bridge_type == BRIDGE_NT1004 || usbvision->bridge_type == BRIDGE_NT1005) { in usbvision_adjust_compression()
1903 if (usbvision->bridge_type == BRIDGE_NT1004) { in usbvision_set_compress_params()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h738 MLXSW_ITEM32(reg, sfgc, bridge_type, 0x04, 24, 3);
783 enum mlxsw_reg_sfgc_bridge_type bridge_type, in mlxsw_reg_sfgc_pack() argument
789 mlxsw_reg_sfgc_bridge_type_set(payload, bridge_type); in mlxsw_reg_sfgc_pack()
Dspectrum.c1630 enum mlxsw_reg_sfgc_bridge_type bridge_type) in __mlxsw_sp_flood_init() argument
1636 if (bridge_type == MLXSW_REG_SFGC_BRIDGE_TYPE_VFID) { in __mlxsw_sp_flood_init()
1647 mlxsw_reg_sfgc_pack(sfgc_pl, type, bridge_type, table_type, in __mlxsw_sp_flood_init()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h183 i40e_status i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type,
Di40e_common.c3114 i40e_status i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type, in i40e_aq_get_lldp_mib() argument
3134 cmd->type |= ((bridge_type << I40E_AQ_LLDP_BRIDGE_TYPE_SHIFT) & in i40e_aq_get_lldp_mib()