Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_phy_impl.c198 enum axgbe_conn_type conn_type; member
1779 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()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.c1907 u8 conn_type, u8 region, u32 cid) in ecore_calc_cdu_validation_byte() argument
1937 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()
H A Decore_hsi_common.h1018 u8 conn_type /* connection type that loaded ll2 */; member
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c4663 u8 conn_type; in qed_ilt_dump() local
4770 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()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h4895 uint8_t conn_type; member