Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c497 p_ll2_conn->input.conn_type); in qed_ll2_rxq_handle_completion()
962 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_rx_queue_start() local
1026 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_tx_queue_start() local
1081 switch (conn_type) { in qed_sp_ll2_tx_queue_start()
1923 p_ll2->input.conn_type, in qed_ll2_prepare_tx_packet_set_bd()
2393 data->input.conn_type = conn_type; in qed_ll2_set_conn_data()
2506 enum qed_ll2_conn_type conn_type; in __qed_ll2_start() local
2512 conn_type = QED_LL2_TYPE_FCOE; in __qed_ll2_start()
2516 conn_type = QED_LL2_TYPE_TCP_ULP; in __qed_ll2_start()
2519 conn_type = QED_LL2_TYPE_ROCE; in __qed_ll2_start()
[all …]
H A Dqed_init_fw_funcs.c1582 static u8 qed_calc_cdu_validation_byte(u8 conn_type, u8 region, u32 cid) in qed_calc_cdu_validation_byte() argument
1607 validation_string |= (conn_type & 0xF); in qed_calc_cdu_validation_byte()
1630 validation_byte |= ((conn_type & 0xF) << 3) | (crc & 0x7); in qed_calc_cdu_validation_byte()
H A Dqed_debug.c4947 u8 conn_type; in qed_ilt_dump_dump_num_pf_cids() local
4953 for (conn_type = 0, *valid_conn_pf_cids = 0; in qed_ilt_dump_dump_num_pf_cids()
4954 conn_type < NUM_OF_CONNECTION_TYPES; conn_type++, offset++) { in qed_ilt_dump_dump_num_pf_cids()
4955 num_pf_cids = p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cid_count; in qed_ilt_dump_dump_num_pf_cids()
4974 u8 conn_type; in qed_ilt_dump_dump_num_vf_cids() local
4980 for (conn_type = 0, *valid_conn_vf_cids = 0; in qed_ilt_dump_dump_num_vf_cids()
4981 conn_type < NUM_OF_CONNECTION_TYPES; conn_type++, offset++) { in qed_ilt_dump_dump_num_vf_cids()
4983 p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cids_per_vf; in qed_ilt_dump_dump_num_vf_cids()
/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_kms.c143 u32 conn_type; in tidss_dispc_modeset_init() local
150 conn_type = DRM_MODE_CONNECTOR_LVDS; in tidss_dispc_modeset_init()
154 conn_type = DRM_MODE_CONNECTOR_DPI; in tidss_dispc_modeset_init()
161 if (panel->connector_type != conn_type) { in tidss_dispc_modeset_init()
165 panel->connector_type, conn_type); in tidss_dispc_modeset_init()
/openbmc/linux/include/uapi/sound/
H A Dskl-tplg-interface.h197 __u16 conn_type:4; member
220 __u32 conn_type:4; member
/openbmc/linux/drivers/usb/gadget/udc/
H A Dsnps_udc_plat.c78 if (udc->conn_type) { in udc_drd_work()
94 udc->conn_type = event; in usbd_connect_notify()
183 udc->conn_type = ret; in udc_plat_probe()
H A Damd5536udc.h575 u32 conn_type; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dmxms.h8 u8 conn_type; member
H 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()
H A Dmxms.c189 desc->conn_type = (data & 0x000000000001f000ULL) >> 12; in mxms_output_device()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c373 int conn_type; in mt76_connac_mcu_sta_basic_tlv() local
398 conn_type = CONNECTION_P2P_GC; in mt76_connac_mcu_sta_basic_tlv()
401 basic->conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_sta_basic_tlv()
406 conn_type = CONNECTION_P2P_GO; in mt76_connac_mcu_sta_basic_tlv()
408 conn_type = CONNECTION_INFRA_AP; in mt76_connac_mcu_sta_basic_tlv()
409 basic->conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_sta_basic_tlv()
1543 int err, conn_type; in mt76_connac_mcu_uni_add_bss() local
1558 conn_type = CONNECTION_P2P_GO; in mt76_connac_mcu_uni_add_bss()
1561 basic_req.basic.conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_uni_add_bss()
1567 conn_type = CONNECTION_P2P_GC; in mt76_connac_mcu_uni_add_bss()
[all …]
H A Dmt76_connac_mcu.h203 __le32 conn_type; member
286 __le32 conn_type; member
1356 __le32 conn_type; member
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c334 enum xgbe_conn_type conn_type; member
663 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_write_c22()
665 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_write_c22()
686 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_write_c45()
752 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read_c22()
775 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read_c45()
3083 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset()
3128 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset_setup()
3237 if (phy_data->conn_type == XGBE_CONN_TYPE_MDIO) in xgbe_phy_conn_type_mismatch()
3241 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_conn_type_mismatch()
[all …]
/openbmc/linux/sound/pci/hda/
H 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()
473 eld_connection_type_names[e->conn_type]); in snd_hdmi_print_eld_info()
517 e->conn_type = val; in snd_hdmi_write_eld_info()
H A Dpatch_hdmi.c104 int ca, int active_channels, int conn_type);
684 int conn_type) in hdmi_pin_setup_infoframe() argument
690 if ((conn_type == 0) || /* HDMI */ in hdmi_pin_setup_infoframe()
692 (conn_type == 1 && spec->nv_dp_workaround)) { in hdmi_pin_setup_infoframe()
695 if (conn_type == 0) { /* HDMI */ in hdmi_pin_setup_infoframe()
707 } else if (conn_type == 1) { /* DisplayPort */ in hdmi_pin_setup_infoframe()
782 ca, active_channels, eld->info.conn_type); in hdmi_setup_audio_infoframe()
4147 int active_channels, int conn_type) in atihdmi_pin_setup_infoframe() argument
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_sas.h22 u8 conn_type; /* byte 0 */ member
78 u8 conn_type; /* byte 0 */ member
129 u8 conn_type; /* byte 0 */ member
/openbmc/linux/include/linux/qed/
H A Dqed_ll2_if.h148 enum qed_ll2_conn_type conn_type; member
/openbmc/linux/include/scsi/
H A Dsas.h444 u8 conn_type; member
665 u8 conn_type; member
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-topology.c353 int p_conn_type = m_cfg->pipe->conn_type; in skl_tplg_update_module_params()
613 if (pipe->conn_type == SKL_PIPE_CONN_TYPE_NONE || pipe->nr_cfgs == 1) { in skl_tplg_get_pipe_config()
620 if ((pipe->conn_type == SKL_PIPE_CONN_TYPE_FE && in skl_tplg_get_pipe_config()
622 (pipe->conn_type == SKL_PIPE_CONN_TYPE_BE && in skl_tplg_get_pipe_config()
999 if (sink_mconfig->pipe->conn_type != in skl_tplg_bind_sinks()
1043 if (src_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_pga_dapm_pre_pmu_event()
1128 if (sink_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_mixer_dapm_post_pmu_event()
1997 pipe->conn_type = tkn_val; in skl_tplg_fill_pipe_tkn()
2723 pipe->conn_type = dfw_pipe->conn_type; in skl_tplg_add_pipe_v4()
H A Dskl-debug.c111 mconfig->pipe->pipe_priority, mconfig->pipe->conn_type, in module_read()
H A Dskl-topology.h319 u16 conn_type; member
/openbmc/linux/sound/soc/codecs/
H 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()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.h245 uint8_t conn_type; member
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h126 enum conn_type { enum
/openbmc/linux/net/tipc/
H A Dsocket.c3471 u32 conn_type, conn_instance; in __tipc_nl_add_sk_con() local
3476 conn_type = msg_nametype(&tsk->phdr); in __tipc_nl_add_sk_con()
3490 if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, conn_type)) in __tipc_nl_add_sk_con()
3949 u32 conn_type, conn_instance; in tipc_sk_dump() local
3970 conn_type = msg_nametype(&tsk->phdr); in tipc_sk_dump()
3972 i += scnprintf(buf + i, sz - i, " %u", conn_type); in tipc_sk_dump()

12