/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_ll2.c | 323 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) { in qed_ll2_txq_flush() 492 p_ll2_conn->input.conn_type); in qed_ll2_rxq_handle_completion() 589 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) { in qed_ll2_rxq_flush() 935 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_rx_queue_start() local 973 p_ll2_conn->input.conn_type == QED_LL2_TYPE_FCOE) in qed_sp_ll2_rx_queue_start() 979 p_ramrod->main_func_queue && conn_type != QED_LL2_TYPE_ROCE && in qed_sp_ll2_rx_queue_start() 980 conn_type != QED_LL2_TYPE_IWARP) { in qed_sp_ll2_rx_queue_start() 996 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_tx_queue_start() local 1007 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) in qed_sp_ll2_tx_queue_start() 1051 switch (conn_type) { in qed_sp_ll2_tx_queue_start() [all …]
|
D | qed_init_fw_funcs.c | 1363 static u8 qed_calc_cdu_validation_byte(u8 conn_type, u8 region, u32 cid) in qed_calc_cdu_validation_byte() argument 1388 validation_string |= (conn_type & 0xF); in qed_calc_cdu_validation_byte() 1412 validation_byte |= ((conn_type & 0xF) << 3) | (crc & 0x7); in qed_calc_cdu_validation_byte()
|
/Linux-v4.19/include/uapi/sound/ |
D | skl-tplg-interface.h | 194 __u16 conn_type:4; member 217 __u32 conn_type:4; member
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | snps_udc_plat.c | 78 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()
|
D | amd5536udc.h | 576 u32 conn_type; member
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | nv50.c | 84 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()
|
D | mxms.h | 8 u8 conn_type; member
|
D | mxms.c | 189 desc->conn_type = (data & 0x000000000001f000ULL) >> 12; in mxms_output_device()
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_cm.h | 298 enum nes_cm_conn_type conn_type; member 345 enum nes_cm_conn_type conn_type; member 368 enum nes_cm_conn_type conn_type; member
|
D | nes_cm.c | 1508 cm_node->conn_type = cm_info->conn_type; in make_cm_node() 2302 listener->conn_type = cm_info->conn_type; in mini_cm_listen() 2610 nfo.conn_type = 0; in mini_cm_recv_pkt() 2616 nfo.conn_type = listener->conn_type; in mini_cm_recv_pkt() 3394 cm_info.conn_type = NES_CM_IWARP_CONN_TYPE; in nes_connect() 3468 cm_info.conn_type = NES_CM_IWARP_CONN_TYPE; in nes_create_listen()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_eld.c | 257 e->conn_type = GRAB_BITS(buf, 5, 2, 2); in snd_hdmi_parse_eld() 415 eld_connection_type_names[e->conn_type]); in snd_hdmi_show_eld() 482 eld_connection_type_names[e->conn_type]); in snd_hdmi_print_eld_info() 526 e->conn_type = val; in snd_hdmi_write_eld_info()
|
D | patch_hdmi.c | 114 int ca, int active_channels, int conn_type); 663 int conn_type) in hdmi_pin_setup_infoframe() argument 668 if (conn_type == 0) { /* HDMI */ in hdmi_pin_setup_infoframe() 677 } else if (conn_type == 1) { /* DisplayPort */ in hdmi_pin_setup_infoframe() 750 eld->info.conn_type); in hdmi_setup_audio_infoframe() 3473 int active_channels, int conn_type) in atihdmi_pin_setup_infoframe() argument
|
D | hda_local.h | 692 int conn_type; member
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_sas.h | 40 u8 conn_type; /* byte 0 */ member 96 u8 conn_type; /* byte 0 */ member 147 u8 conn_type; /* byte 0 */ member
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-phy-v2.c | 331 enum xgbe_conn_type conn_type; member 648 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_write() 650 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_write() 708 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read() 710 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_read() 2709 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset() 2754 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset_setup() 2842 if (phy_data->conn_type == XGBE_CONN_TYPE_BACKPLANE) in xgbe_phy_conn_type_mismatch() 2850 if (phy_data->conn_type == XGBE_CONN_TYPE_MDIO) in xgbe_phy_conn_type_mismatch() 2854 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_conn_type_mismatch() [all …]
|
/Linux-v4.19/include/linux/qed/ |
D | qed_ll2_if.h | 168 enum qed_ll2_conn_type conn_type; member
|
/Linux-v4.19/include/scsi/ |
D | sas.h | 450 u8 conn_type; member 681 u8 conn_type; member
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-topology.c | 451 int p_conn_type = m_cfg->pipe->conn_type; in skl_tplg_update_module_params() 712 if (pipe->conn_type == SKL_PIPE_CONN_TYPE_NONE) { in skl_tplg_get_pipe_config() 720 if ((pipe->conn_type == SKL_PIPE_CONN_TYPE_FE && in skl_tplg_get_pipe_config() 722 (pipe->conn_type == SKL_PIPE_CONN_TYPE_BE && in skl_tplg_get_pipe_config() 1112 if (sink_mconfig->pipe->conn_type != in skl_tplg_bind_sinks() 1157 if (src_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_pga_dapm_pre_pmu_event() 1244 if (sink_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_mixer_dapm_post_pmu_event() 2052 pipe->conn_type = tkn_val; in skl_tplg_fill_pipe_tkn() 2773 pipe->conn_type = dfw_pipe->conn_type; in skl_tplg_add_pipe_v4()
|
D | skl-debug.c | 115 mconfig->pipe->pipe_priority, mconfig->pipe->conn_type, in module_read()
|
D | skl-topology.h | 312 u16 conn_type; member
|
/Linux-v4.19/sound/soc/codecs/ |
D | hdac_hdmi.c | 355 u8 conn_type; in hdac_hdmi_setup_audio_infoframe() local 368 conn_type = drm_eld_get_conn_type(eld_buf); in hdac_hdmi_setup_audio_infoframe() 370 switch (conn_type) { in hdac_hdmi_setup_audio_infoframe() 395 dev_err(&hdev->dev, "Invalid connection type: %d\n", conn_type); in hdac_hdmi_setup_audio_infoframe() 407 if (conn_type == DRM_ELD_CONN_TYPE_HDMI) { in hdac_hdmi_setup_audio_infoframe()
|
/Linux-v4.19/net/tipc/ |
D | socket.c | 96 u32 conn_type; member 1329 tsk->conn_type = dest->addr.name.name.type; in __tipc_sendmsg() 1602 has_name = (tsk->conn_type != 0); in tipc_sk_anc_data_recv() 1603 anc_data[0] = tsk->conn_type; in tipc_sk_anc_data_recv() 2499 new_tsock->conn_type = msg_nametype(msg); in tipc_accept() 3170 if (tsk->conn_type != 0) { in __tipc_nl_add_sk_con() 3173 if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, tsk->conn_type)) in __tipc_nl_add_sk_con()
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_mr.h | 243 uint8_t conn_type; member
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | radeonfb.h | 126 enum conn_type { enum
|
/Linux-v4.19/drivers/infiniband/hw/qedr/ |
D | qedr_roce_cm.c | 277 data.input.conn_type = QED_LL2_TYPE_ROCE; in qedr_ll2_start()
|