Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c299 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) { in qed_ll2_txq_flush()
471 p_ll2_conn->input.conn_type); in qed_ll2_rxq_handle_completion()
577 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) { in qed_ll2_rxq_flush()
939 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_rx_queue_start() local
977 p_ll2_conn->input.conn_type == QED_LL2_TYPE_FCOE) in qed_sp_ll2_rx_queue_start()
983 p_ramrod->main_func_queue && conn_type != QED_LL2_TYPE_ROCE && in qed_sp_ll2_rx_queue_start()
984 conn_type != QED_LL2_TYPE_IWARP && in qed_sp_ll2_rx_queue_start()
1003 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_tx_queue_start() local
1014 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) in qed_sp_ll2_tx_queue_start()
1058 switch (conn_type) { in qed_sp_ll2_tx_queue_start()
[all …]
Dqed_init_fw_funcs.c1380 static u8 qed_calc_cdu_validation_byte(u8 conn_type, u8 region, u32 cid) in qed_calc_cdu_validation_byte() argument
1405 validation_string |= (conn_type & 0xF); in qed_calc_cdu_validation_byte()
1428 validation_byte |= ((conn_type & 0xF) << 3) | (crc & 0x7); in qed_calc_cdu_validation_byte()
Dqed_debug.c4642 u8 conn_type; in qed_ilt_dump() local
4749 for (conn_type = 0, valid_conn_pf_cids = 0; in qed_ilt_dump()
4750 conn_type < NUM_OF_CONNECTION_TYPES_E4; conn_type++, offset++) { in qed_ilt_dump()
4752 p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cid_count; in qed_ilt_dump()
4764 for (conn_type = 0, valid_conn_vf_cids = 0; in qed_ilt_dump()
4765 conn_type < NUM_OF_CONNECTION_TYPES_E4; conn_type++, offset++) { in qed_ilt_dump()
4767 p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cids_per_vf; in qed_ilt_dump()
Dqed_iwarp.c2667 data.input.conn_type = QED_LL2_TYPE_IWARP; in qed_iwarp_ll2_start()
2701 data.input.conn_type = QED_LL2_TYPE_OOO; in qed_iwarp_ll2_start()
2730 data.input.conn_type = QED_LL2_TYPE_IWARP; in qed_iwarp_ll2_start()
Dqed_hsi.h344 u8 conn_type; member
/drivers/gpu/drm/tidss/
Dtidss_kms.c146 u32 conn_type; in tidss_dispc_modeset_init() local
153 conn_type = DRM_MODE_CONNECTOR_LVDS; in tidss_dispc_modeset_init()
157 conn_type = DRM_MODE_CONNECTOR_DPI; in tidss_dispc_modeset_init()
164 if (panel->connector_type != conn_type) { in tidss_dispc_modeset_init()
168 panel->connector_type, conn_type); in tidss_dispc_modeset_init()
/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c311 int conn_type; in mt76_connac_mcu_sta_basic_tlv() local
327 basic->conn_type = cpu_to_le32(CONNECTION_INFRA_BC); in mt76_connac_mcu_sta_basic_tlv()
336 conn_type = CONNECTION_P2P_GC; in mt76_connac_mcu_sta_basic_tlv()
338 conn_type = CONNECTION_INFRA_STA; in mt76_connac_mcu_sta_basic_tlv()
339 basic->conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_sta_basic_tlv()
344 conn_type = CONNECTION_P2P_GO; in mt76_connac_mcu_sta_basic_tlv()
346 conn_type = CONNECTION_INFRA_AP; in mt76_connac_mcu_sta_basic_tlv()
347 basic->conn_type = cpu_to_le32(conn_type); in mt76_connac_mcu_sta_basic_tlv()
351 basic->conn_type = cpu_to_le32(CONNECTION_IBSS_ADHOC); in mt76_connac_mcu_sta_basic_tlv()
1029 basic_req.basic.conn_type = cpu_to_le32(CONNECTION_INFRA_AP); in mt76_connac_mcu_uni_add_dev()
[all …]
Dmt76_connac_mcu.h34 __le32 conn_type; member
648 __le32 conn_type; member
/drivers/usb/gadget/udc/
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()
Damd5536udc.h576 u32 conn_type; member
/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()
/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v2.c333 enum xgbe_conn_type conn_type; member
650 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_write()
652 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_write()
710 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read()
712 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()
2914 if (phy_data->conn_type == XGBE_CONN_TYPE_BACKPLANE) in xgbe_phy_conn_type_mismatch()
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()
[all …]
/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
/drivers/net/wireless/mediatek/mt76/mt7615/
Dmcu.h322 __le32 conn_type; member
Dmcu.c897 omac->conn_type = cpu_to_le32(type); in mt7615_mcu_bss_omac_tlv()
/drivers/scsi/qla2xxx/
Dqla_mr.h245 uint8_t conn_type; member
/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.h457 __le32 conn_type; member
775 __le32 conn_type; member
Dmcu.c909 omac->conn_type = cpu_to_le32(type); in mt7915_mcu_bss_omac_tlv()
1448 basic->conn_type = cpu_to_le32(CONNECTION_INFRA_BC); in mt7915_mcu_sta_basic_tlv()
1456 basic->conn_type = cpu_to_le32(CONNECTION_INFRA_STA); in mt7915_mcu_sta_basic_tlv()
1460 basic->conn_type = cpu_to_le32(CONNECTION_INFRA_AP); in mt7915_mcu_sta_basic_tlv()
1464 basic->conn_type = cpu_to_le32(CONNECTION_IBSS_ADHOC); in mt7915_mcu_sta_basic_tlv()
/drivers/video/fbdev/aty/
Dradeonfb.h126 enum conn_type { enum
/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c277 data.input.conn_type = QED_LL2_TYPE_ROCE; in qedr_ll2_start()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_hsi.h4294 u8 conn_type; member