Home
last modified time | relevance | path

Searched refs:conn_type (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_ll2.c494 p_ll2_conn->input.conn_type); in qed_ll2_rxq_handle_completion()
960 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_rx_queue_start() local
1024 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_tx_queue_start() local
1079 switch (conn_type) { in qed_sp_ll2_tx_queue_start()
1921 p_ll2->input.conn_type, in qed_ll2_prepare_tx_packet_set_bd()
2391 data->input.conn_type = conn_type; in qed_ll2_set_conn_data()
2504 enum qed_ll2_conn_type conn_type; in __qed_ll2_start() local
2510 conn_type = QED_LL2_TYPE_FCOE; in __qed_ll2_start()
2514 conn_type = QED_LL2_TYPE_TCP_ULP; in __qed_ll2_start()
2517 conn_type = QED_LL2_TYPE_ROCE; in __qed_ll2_start()
[all …]
A Dqed_init_fw_funcs.c1506 static u8 qed_calc_cdu_validation_byte(u8 conn_type, u8 region, u32 cid) in qed_calc_cdu_validation_byte() argument
1531 validation_string |= (conn_type & 0xF); in qed_calc_cdu_validation_byte()
1554 validation_byte |= ((conn_type & 0xF) << 3) | (crc & 0x7); in qed_calc_cdu_validation_byte()
/linux/drivers/gpu/drm/tidss/
A Dtidss_kms.c150 u32 conn_type; in tidss_dispc_modeset_init() local
157 conn_type = DRM_MODE_CONNECTOR_LVDS; in tidss_dispc_modeset_init()
161 conn_type = DRM_MODE_CONNECTOR_DPI; in tidss_dispc_modeset_init()
168 if (panel->connector_type != conn_type) { in tidss_dispc_modeset_init()
172 panel->connector_type, conn_type); in tidss_dispc_modeset_init()
/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.c328 int conn_type; in mt76_connac_mcu_sta_basic_tlv() local
353 conn_type = CONNECTION_P2P_GC; in mt76_connac_mcu_sta_basic_tlv()
356 basic->conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_sta_basic_tlv()
361 conn_type = CONNECTION_P2P_GO; in mt76_connac_mcu_sta_basic_tlv()
363 conn_type = CONNECTION_INFRA_AP; in mt76_connac_mcu_sta_basic_tlv()
364 basic->conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_sta_basic_tlv()
1315 int err, conn_type; in mt76_connac_mcu_uni_add_bss() local
1330 conn_type = CONNECTION_P2P_GO; in mt76_connac_mcu_uni_add_bss()
1333 basic_req.basic.conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_uni_add_bss()
1337 conn_type = CONNECTION_P2P_GC; in mt76_connac_mcu_uni_add_bss()
[all …]
A Dmt76_connac_mcu.h34 __le32 conn_type; member
660 __le32 conn_type; member
/linux/include/uapi/sound/
A Dskl-tplg-interface.h196 __u16 conn_type:4; member
219 __u32 conn_type:4; member
/linux/drivers/usb/gadget/udc/
A Dsnps_udc_plat.c78 if (udc->conn_type) { in udc_drd_work()
94 udc->conn_type = event; in usbd_connect_notify()
184 udc->conn_type = ret; in udc_plat_probe()
A Damd5536udc.h575 u32 conn_type; member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
A Dnv50.c84 if (ctx->desc.outp_type == 6 && ctx->desc.conn_type == 6 && in mxm_match_dcb()
149 switch (ctx.desc.conn_type) { in mxm_dcb_sanitise_entry()
A Dmxms.h8 u8 conn_type; member
A Dmxms.c189 desc->conn_type = (data & 0x000000000001f000ULL) >> 12; in mxms_output_device()
/linux/sound/pci/hda/
A Dhda_eld.c244 e->conn_type = GRAB_BITS(buf, 5, 2, 2); in snd_hdmi_parse_eld()
402 eld_connection_type_names[e->conn_type]); in snd_hdmi_show_eld()
469 eld_connection_type_names[e->conn_type]); in snd_hdmi_print_eld_info()
513 e->conn_type = val; in snd_hdmi_write_eld_info()
A Dpatch_hdmi.c102 int ca, int active_channels, int conn_type);
672 int conn_type) in hdmi_pin_setup_infoframe() argument
677 if (conn_type == 0) { /* HDMI */ in hdmi_pin_setup_infoframe()
686 } else if (conn_type == 1) { /* DisplayPort */ in hdmi_pin_setup_infoframe()
761 ca, active_channels, eld->info.conn_type); in hdmi_setup_audio_infoframe()
3930 int active_channels, int conn_type) in atihdmi_pin_setup_infoframe() argument
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-phy-v2.c332 enum xgbe_conn_type conn_type; member
649 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_write()
651 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_write()
709 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read()
711 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_read()
2779 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset()
2824 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset_setup()
2922 if (phy_data->conn_type == XGBE_CONN_TYPE_MDIO) in xgbe_phy_conn_type_mismatch()
2926 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_conn_type_mismatch()
3196 phy_data->port_mode, phy_data->conn_type); in xgbe_phy_init()
[all …]
/linux/drivers/scsi/aic94xx/
A Daic94xx_sas.h22 u8 conn_type; /* byte 0 */ member
78 u8 conn_type; /* byte 0 */ member
129 u8 conn_type; /* byte 0 */ member
/linux/sound/soc/intel/skylake/
A Dskl-topology.c349 int p_conn_type = m_cfg->pipe->conn_type; in skl_tplg_update_module_params()
590 if (pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_is_multi_fmt()
643 if (pipe->conn_type == SKL_PIPE_CONN_TYPE_NONE || pipe->nr_cfgs == 1) { in skl_tplg_get_pipe_config()
652 if ((pipe->conn_type == SKL_PIPE_CONN_TYPE_FE && in skl_tplg_get_pipe_config()
654 (pipe->conn_type == SKL_PIPE_CONN_TYPE_BE && in skl_tplg_get_pipe_config()
1033 if (sink_mconfig->pipe->conn_type != in skl_tplg_bind_sinks()
1077 if (src_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_pga_dapm_pre_pmu_event()
1162 if (sink_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_mixer_dapm_post_pmu_event()
2028 pipe->conn_type = tkn_val; in skl_tplg_fill_pipe_tkn()
2754 pipe->conn_type = dfw_pipe->conn_type; in skl_tplg_add_pipe_v4()
A Dskl-debug.c111 mconfig->pipe->pipe_priority, mconfig->pipe->conn_type, in module_read()
A Dskl-topology.h315 u16 conn_type; member
/linux/include/scsi/
A Dsas.h435 u8 conn_type; member
668 u8 conn_type; member
/linux/include/linux/qed/
A Dqed_ll2_if.h148 enum qed_ll2_conn_type conn_type; member
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmcu.h322 __le32 conn_type; member
/linux/sound/soc/codecs/
A Dhdac_hdmi.c369 u8 conn_type; in hdac_hdmi_setup_audio_infoframe() local
382 conn_type = drm_eld_get_conn_type(eld_buf); in hdac_hdmi_setup_audio_infoframe()
384 switch (conn_type) { in hdac_hdmi_setup_audio_infoframe()
409 dev_err(&hdev->dev, "Invalid connection type: %d\n", conn_type); in hdac_hdmi_setup_audio_infoframe()
421 if (conn_type == DRM_ELD_CONN_TYPE_HDMI) { in hdac_hdmi_setup_audio_infoframe()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmcu.h433 __le32 conn_type; member
753 __le32 conn_type; member
/linux/drivers/scsi/qla2xxx/
A Dqla_mr.h245 uint8_t conn_type; member
/linux/drivers/video/fbdev/aty/
A Dradeonfb.h126 enum conn_type { enum

Completed in 95 milliseconds

12