Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c325 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) { in qed_ll2_txq_flush()
497 p_ll2_conn->input.conn_type); in qed_ll2_rxq_handle_completion()
603 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) { in qed_ll2_rxq_flush()
962 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_rx_queue_start() local
1000 p_ll2_conn->input.conn_type == QED_LL2_TYPE_FCOE) in qed_sp_ll2_rx_queue_start()
1006 p_ramrod->main_func_queue && conn_type != QED_LL2_TYPE_ROCE && in qed_sp_ll2_rx_queue_start()
1007 conn_type != QED_LL2_TYPE_IWARP && in qed_sp_ll2_rx_queue_start()
1026 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_tx_queue_start() local
1037 if (likely(p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO)) in qed_sp_ll2_tx_queue_start()
1081 switch (conn_type) { in qed_sp_ll2_tx_queue_start()
[all …]
H A Dqed_debug.c4949 u8 conn_type; in qed_ilt_dump_dump_num_pf_cids() local
4955 for (conn_type = 0, *valid_conn_pf_cids = 0; in qed_ilt_dump_dump_num_pf_cids()
4956 conn_type < NUM_OF_CONNECTION_TYPES; conn_type++, offset++) { in qed_ilt_dump_dump_num_pf_cids()
4957 num_pf_cids = p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cid_count; in qed_ilt_dump_dump_num_pf_cids()
4976 u8 conn_type; in qed_ilt_dump_dump_num_vf_cids() local
4982 for (conn_type = 0, *valid_conn_vf_cids = 0; in qed_ilt_dump_dump_num_vf_cids()
4983 conn_type < NUM_OF_CONNECTION_TYPES; conn_type++, offset++) { in qed_ilt_dump_dump_num_vf_cids()
4985 p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cids_per_vf; in qed_ilt_dump_dump_num_vf_cids()
H A Dqed_iwarp.c2669 data.input.conn_type = QED_LL2_TYPE_IWARP; in qed_iwarp_ll2_start()
2703 data.input.conn_type = QED_LL2_TYPE_OOO; in qed_iwarp_ll2_start()
2732 data.input.conn_type = QED_LL2_TYPE_IWARP; in qed_iwarp_ll2_start()
/linux/drivers/gpu/drm/tidss/
H A Dtidss_kms.c164 u32 conn_type; in tidss_dispc_modeset_init() local
171 conn_type = DRM_MODE_CONNECTOR_LVDS; in tidss_dispc_modeset_init()
175 conn_type = DRM_MODE_CONNECTOR_DPI; in tidss_dispc_modeset_init()
182 if (panel->connector_type != conn_type) { in tidss_dispc_modeset_init()
186 panel->connector_type, conn_type); in tidss_dispc_modeset_init()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c363 omac->conn_type = cpu_to_le32(type); in mt76_connac_mcu_bss_omac_tlv()
378 int conn_type; in mt76_connac_mcu_sta_basic_tlv() local
390 basic->conn_type = cpu_to_le32(CONNECTION_INFRA_BC); in mt76_connac_mcu_sta_basic_tlv()
406 conn_type = CONNECTION_P2P_GC; in mt76_connac_mcu_sta_basic_tlv()
408 conn_type = CONNECTION_INFRA_STA; in mt76_connac_mcu_sta_basic_tlv()
409 basic->conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_sta_basic_tlv()
414 conn_type = CONNECTION_P2P_GO; in mt76_connac_mcu_sta_basic_tlv()
416 conn_type = CONNECTION_INFRA_AP; in mt76_connac_mcu_sta_basic_tlv()
417 basic->conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_sta_basic_tlv()
421 basic->conn_type = cpu_to_le32(CONNECTION_IBSS_ADHOC); in mt76_connac_mcu_sta_basic_tlv()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
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.h8 u8 conn_type; member
H A Dmxms.c189 desc->conn_type = (data & 0x000000000001f000ULL) >> 12; in mxms_output_device()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c225 enum xgbe_conn_type conn_type; member
554 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_write_c22()
556 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_write_c22()
577 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_write_c45()
579 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_write_c45()
643 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read_c22()
645 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_read_c22()
666 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read_c45()
668 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_read_c45()
3036 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset()
[all …]
/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
/linux/include/scsi/
H A Dsas.h444 u8 conn_type; member
665 u8 conn_type; member
/linux/include/linux/qed/
H A Dqed_ll2_if.h148 enum qed_ll2_conn_type conn_type; member
/linux/sound/hda/codecs/hdmi/
H A Deld.c147 e->conn_type = val; in snd_hdmi_write_eld_info()
H A Dhdmi_local.h67 int ca, int active_channels, int conn_type);
H A Dhdmi.c474 int conn_type) in hdmi_pin_setup_infoframe() argument
480 if ((conn_type == 0) || /* HDMI */ in hdmi_pin_setup_infoframe()
482 (conn_type == 1 && spec->nv_dp_workaround)) { in hdmi_pin_setup_infoframe()
485 if (conn_type == 0) { /* HDMI */ in hdmi_pin_setup_infoframe()
497 } else if (conn_type == 1) { /* DisplayPort */ in hdmi_pin_setup_infoframe()
572 ca, active_channels, eld->info.conn_type); in snd_hda_hdmi_setup_audio_infoframe()
H A Datihdmi.c241 int active_channels, int conn_type) in atihdmi_pin_setup_infoframe() argument
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c368 u8 conn_type; in hdac_hdmi_setup_audio_infoframe() local
381 conn_type = drm_eld_get_conn_type(eld_buf); in hdac_hdmi_setup_audio_infoframe()
383 switch (conn_type) { in hdac_hdmi_setup_audio_infoframe()
408 dev_err(&hdev->dev, "Invalid connection type: %d\n", conn_type); in hdac_hdmi_setup_audio_infoframe()
420 if (conn_type == DRM_ELD_CONN_TYPE_HDMI) { in hdac_hdmi_setup_audio_infoframe()
/linux/drivers/usb/gadget/udc/
H A Damd5536udc.h575 u32 conn_type; member
/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h126 enum conn_type { enum
/linux/net/tipc/
H A Dsocket.c3465 u32 conn_type, conn_instance; in __tipc_nl_add_sk_con() local
3470 conn_type = msg_nametype(&tsk->phdr); in __tipc_nl_add_sk_con()
3484 if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, conn_type)) in __tipc_nl_add_sk_con()
3940 u32 conn_type, conn_instance; in tipc_sk_dump() local
3961 conn_type = msg_nametype(&tsk->phdr); in tipc_sk_dump()
3963 i += scnprintf(buf + i, sz - i, " %u", conn_type); in tipc_sk_dump()
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c277 data.input.conn_type = QED_LL2_TYPE_ROCE; in qedr_ll2_start()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h4294 u8 conn_type; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7455 enum dc_connection_type conn_type = dc_connection_none; in amdgpu_dm_connector_poll() local
7470 if (dc_link_detect_connection_type(aconnector->dc_link, &conn_type) && in amdgpu_dm_connector_poll()
7471 conn_type != dc_connection_none) { in amdgpu_dm_connector_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1080 bss->conn_type = cpu_to_le32(type); in mt7996_mcu_bss_basic_tlv()