Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_util.c147 uint16_t mod_type) in tf_device_module_type_subtype_2_str() argument
151 return tf_ident_2_str(mod_type); in tf_device_module_type_subtype_2_str()
153 return tf_tbl_type_2_str(mod_type); in tf_device_module_type_subtype_2_str()
155 return tf_tcam_tbl_2_str(mod_type); in tf_device_module_type_subtype_2_str()
157 return tf_em_tbl_type_2_str(mod_type); in tf_device_module_type_subtype_2_str()
H A Dtf_util.h82 uint16_t mod_type);
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c1578 if (pi->mod_type == FW_PORT_MOD_TYPE_NONE) in t4_os_portmod_changed()
1580 else if (pi->mod_type < ARRAY_SIZE(mod_str)) in t4_os_portmod_changed()
1582 mod_str[pi->mod_type]); in t4_os_portmod_changed()
1583 else if (pi->mod_type == FW_PORT_MOD_TYPE_NOTSUPPORTED) in t4_os_portmod_changed()
1586 else if (pi->mod_type == FW_PORT_MOD_TYPE_UNKNOWN) in t4_os_portmod_changed()
1589 else if (pi->mod_type == FW_PORT_MOD_TYPE_ERROR) in t4_os_portmod_changed()
1594 pi->port_id, pi->mod_type); in t4_os_portmod_changed()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c4546 enum fw_port_module_type mod_type; in t4_handle_get_port_info() local
4560 mod_type = G_FW_PORT_CMD_MODTYPE(lstatus); in t4_handle_get_port_info()
4596 mod_type = G_FW_PORT_CMD_MODTYPE32(lstatus32); in t4_handle_get_port_info()
4614 if (mod_type != pi->mod_type) { in t4_handle_get_port_info()
4617 pi->mod_type = mod_type; in t4_handle_get_port_info()
5498 pi->mod_type = FW_PORT_MOD_TYPE_NA; in t4_port_init()
H A Dadapter.h44 u8 mod_type; /* firmware module type */ member
H A Dt4vf_hw.c876 p->mod_type = FW_PORT_MOD_TYPE_NA; in t4vf_port_init()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h575 uint64_t __otx2_io mod_type : 1; member
/f-stack/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h23598 uint8_t mod_type; member
23676 uint8_t mod_type; member