Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c1595 if (pi->link_cfg.mod_type == FW_PORT_MOD_TYPE_NONE) in t4_os_portmod_changed()
1597 else if (pi->link_cfg.mod_type < ARRAY_SIZE(mod_str)) in t4_os_portmod_changed()
1599 mod_str[pi->link_cfg.mod_type]); in t4_os_portmod_changed()
1600 else if (pi->link_cfg.mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED) in t4_os_portmod_changed()
1603 else if (pi->link_cfg.mod_type == FW_PORT_MOD_TYPE_UNKNOWN) in t4_os_portmod_changed()
1606 else if (pi->link_cfg.mod_type == FW_PORT_MOD_TYPE_ERROR) in t4_os_portmod_changed()
1611 pi->port_id, pi->link_cfg.mod_type); in t4_os_portmod_changed()
/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h281 u8 mod_type; /* Firmware module type */ member
492 u8 mdio_addr, u8 port_type, u8 mod_type);
H A Dt4_hw.c4491 u8 link_ok, link_down_rc, mod_type, port_type; in t4_handle_get_port_info() local
4510 mod_type = G_FW_PORT_CMD_MODTYPE32(lstatus); in t4_handle_get_port_info()
4516 if (mod_type != lc->mod_type) { in t4_handle_get_port_info()
4518 port_type, mod_type); in t4_handle_get_port_info()
4637 u8 mdio_addr, u8 port_type, u8 mod_type) in t4_init_link_config() argument
4649 lc->mod_type = mod_type; in t4_init_link_config()
/dpdk/drivers/common/cnxk/
H A Droc_mbox.h588 uint64_t __io mod_type : 1; member
/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h30375 uint8_t mod_type; member
30453 uint8_t mod_type; member