Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
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 …]
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()
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()
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-6.12.1/drivers/gpu/drm/tidss/
Dtidss_kms.c142 u32 conn_type; in tidss_dispc_modeset_init() local
149 conn_type = DRM_MODE_CONNECTOR_LVDS; in tidss_dispc_modeset_init()
153 conn_type = DRM_MODE_CONNECTOR_DPI; in tidss_dispc_modeset_init()
160 if (panel->connector_type != conn_type) { in tidss_dispc_modeset_init()
164 panel->connector_type, conn_type); in tidss_dispc_modeset_init()
/linux-6.12.1/drivers/usb/gadget/udc/
Dsnps_udc_plat.c77 if (udc->conn_type) { in udc_drd_work()
93 udc->conn_type = event; in usbd_connect_notify()
182 udc->conn_type = ret; in udc_plat_probe()
Damd5536udc.h575 u32 conn_type; member
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
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()
Dmxms.h8 u8 conn_type; member
Dmxms.c189 desc->conn_type = (data & 0x000000000001f000ULL) >> 12; in mxms_output_device()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c364 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 …]
Dmt76_connac_mcu.h209 __le32 conn_type; member
292 __le32 conn_type; member
1442 __le32 conn_type; member
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/
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()
688 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_write_c45()
752 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read_c22()
754 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_read_c22()
775 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read_c45()
777 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_read_c45()
3083 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset()
[all …]
/linux-6.12.1/sound/pci/hda/
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()
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()
4139 int active_channels, int conn_type) in atihdmi_pin_setup_infoframe() argument
Dhda_local.h685 int conn_type; member
/linux-6.12.1/drivers/scsi/aic94xx/
Daic94xx_sas.h22 u8 conn_type; /* byte 0 */ member
78 u8 conn_type; /* byte 0 */ member
129 u8 conn_type; /* byte 0 */ member
/linux-6.12.1/include/linux/qed/
Dqed_ll2_if.h148 enum qed_ll2_conn_type conn_type; member
/linux-6.12.1/include/scsi/
Dsas.h444 u8 conn_type; member
665 u8 conn_type; member
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/
Dmcu.c2317 int conn_type; in mt7925_mcu_bss_basic_tlv() local
2362 conn_type = CONNECTION_P2P_GO; in mt7925_mcu_bss_basic_tlv()
2364 conn_type = CONNECTION_INFRA_AP; in mt7925_mcu_bss_basic_tlv()
2365 basic_req->conn_type = cpu_to_le32(conn_type); in mt7925_mcu_bss_basic_tlv()
2370 conn_type = CONNECTION_P2P_GC; in mt7925_mcu_bss_basic_tlv()
2372 conn_type = CONNECTION_INFRA_STA; in mt7925_mcu_bss_basic_tlv()
2373 basic_req->conn_type = cpu_to_le32(conn_type); in mt7925_mcu_bss_basic_tlv()
2377 basic_req->conn_type = cpu_to_le32(CONNECTION_IBSS_ADHOC); in mt7925_mcu_bss_basic_tlv()
/linux-6.12.1/sound/soc/codecs/
Dhdac_hdmi.c370 u8 conn_type; in hdac_hdmi_setup_audio_infoframe() local
383 conn_type = drm_eld_get_conn_type(eld_buf); in hdac_hdmi_setup_audio_infoframe()
385 switch (conn_type) { in hdac_hdmi_setup_audio_infoframe()
410 dev_err(&hdev->dev, "Invalid connection type: %d\n", conn_type); in hdac_hdmi_setup_audio_infoframe()
422 if (conn_type == DRM_ELD_CONN_TYPE_HDMI) { in hdac_hdmi_setup_audio_infoframe()
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_mr.h245 uint8_t conn_type; member
/linux-6.12.1/drivers/video/fbdev/aty/
Dradeonfb.h126 enum conn_type { enum
/linux-6.12.1/net/tipc/
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-6.12.1/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c277 data.input.conn_type = QED_LL2_TYPE_ROCE; in qedr_ll2_start()

12