Searched refs:conn_type (Results 1 – 5 of 5) sorted by relevance
198 enum axgbe_conn_type conn_type; member1779 if (phy_data->conn_type != AXGBE_CONN_TYPE_MDIO) in axgbe_phy_mdio_reset_setup()1866 if (phy_data->conn_type == AXGBE_CONN_TYPE_BACKPLANE) in axgbe_phy_conn_type_mismatch()1874 if (phy_data->conn_type == AXGBE_CONN_TYPE_MDIO) in axgbe_phy_conn_type_mismatch()1878 if (phy_data->conn_type == AXGBE_CONN_TYPE_SFP) in axgbe_phy_conn_type_mismatch()2083 phy_data->conn_type = XP_GET_BITS(reg, XP_PROP_0, CONN_TYPE); in axgbe_phy_init()2096 phy_data->port_mode, phy_data->conn_type); in axgbe_phy_init()2267 if ((phy_data->conn_type & AXGBE_CONN_TYPE_MDIO) && in axgbe_phy_init()
1907 u8 conn_type, u8 region, u32 cid) in ecore_calc_cdu_validation_byte() argument1937 validation_string |= (conn_type & 0xF); in ecore_calc_cdu_validation_byte()1960 validation_byte |= ((conn_type & 0xF) << 3) | (crc & 0x7); in ecore_calc_cdu_validation_byte()
1018 u8 conn_type /* connection type that loaded ll2 */; member
4663 u8 conn_type; in qed_ilt_dump() local4770 for (conn_type = 0, valid_conn_pf_cids = 0; in qed_ilt_dump()4771 conn_type < NUM_OF_CONNECTION_TYPES; conn_type++, offset++) { in qed_ilt_dump()4773 p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cid_count; in qed_ilt_dump()4785 for (conn_type = 0, valid_conn_vf_cids = 0; in qed_ilt_dump()4786 conn_type < NUM_OF_CONNECTION_TYPES; conn_type++, offset++) { in qed_ilt_dump()4788 p_hwfn->p_cxt_mngr->conn_cfg[conn_type].cids_per_vf; in qed_ilt_dump()
4895 uint8_t conn_type; member