| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pkivf.h | 85 uint8_t port_type; member 90 uint8_t port_type; member 116 uint8_t port_type; member 137 uint8_t port_type; member 158 uint8_t port_type; member 211 uint8_t port_type; member 221 uint8_t port_type; member 227 uint8_t port_type; member 304 ptype.port_type = OCTTX_PORT_TYPE_NET; in octeontx_pki_port_close() 326 ptype.port_type = OCTTX_PORT_TYPE_NET; in octeontx_pki_port_start() [all …]
|
| H A D | octeontx_pkivf.c | 33 pki_port_type_t port_type; in octeontx_pki_port_open() local 46 port_type.port_type = OCTTX_PORT_TYPE_NET; in octeontx_pki_port_open() 51 res = octeontx_mbox_send(&hdr, &port_type, sizeof(pki_port_type_t), in octeontx_pki_port_open()
|
| /f-stack/freebsd/mips/nlm/dev/net/ |
| H A D | sgmii.c | 143 nlm_nae_setup_rx_mode_sgmii(uint64_t base, int nblock, int iface, int port_type, in nlm_nae_setup_rx_mode_sgmii() argument 183 int port_type, uint8_t *mac_addr) in nlm_nae_setup_mac_addr_sgmii() argument
|
| H A D | xaui.c | 140 nlm_nae_setup_rx_mode_xaui(uint64_t base, int nblock, int iface, int port_type, in nlm_nae_setup_rx_mode_xaui() argument 156 int port_type, unsigned char *mac_addr) in nlm_nae_setup_mac_addr_xaui() argument
|
| H A D | nae.c | 1263 nlm_mac_enable(uint64_t nae_base, int nblock, int port_type, int port) in nlm_mac_enable() argument 1269 switch(port_type) { in nlm_mac_enable() 1300 nlm_mac_disable(uint64_t nae_base, int nblock, int port_type, int port) in nlm_mac_disable() argument 1306 switch(port_type) { in nlm_mac_disable() 1358 nlm_nae_open_if(uint64_t nae_base, int nblock, int port_type, in nlm_nae_open_if() argument 1365 switch (port_type) { in nlm_nae_open_if()
|
| /f-stack/dpdk/drivers/net/octeontx/ |
| H A D | octeontx_ethdev_ops.c | 21 fltr_conf.port_type = OCTTX_PORT_TYPE_NET; in octeontx_vlan_hw_filter() 92 fltr_entry.port_type = OCTTX_PORT_TYPE_NET; in octeontx_dev_vlan_filter_set() 159 fltr_entry.port_type = OCTTX_PORT_TYPE_NET; in octeontx_dev_vlan_offload_fini()
|
| H A D | octeontx_ethdev.c | 1126 pktbuf_conf.port_type = 0; in octeontx_dev_rx_queue_setup() 1127 pki_hash.port_type = 0; in octeontx_dev_rx_queue_setup() 1128 pki_qos.port_type = 0; in octeontx_dev_rx_queue_setup()
|
| /f-stack/dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_lib.c | 326 e_fm_port_type port_type; /**< Port type */ member 353 switch (p_fm_port_params->port_type) { in fm_port_open() 392 p_fm_port->port_type = p_fm_port_params->port_type; in fm_port_open()
|
| H A D | fm_vsp_ext.h | 27 e_fm_port_type port_type; /**< Port type */ member
|
| H A D | fm_port_ext.h | 1494 e_fm_port_type port_type; /**< Port type */ member
|
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_evdev.h | 52 enum port_type { enum 144 enum port_type p_type;
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_hwdev.c | 1415 const char *port_type = "Unknown port type"; in print_cable_info() local 1423 if (info->port_type < LINK_PORT_MAX_TYPE) in print_cable_info() 1424 port_type = __hw_to_char_port_type[info->port_type]; in print_cable_info() 1427 info->port_type); in print_cable_info() 1428 if (info->port_type == LINK_PORT_FIBRE) { in print_cable_info() 1430 port_type = "Fibre-SR"; in print_cable_info() 1432 port_type = "Fibre-LR"; in print_cable_info() 1445 tmp_vendor, info->sfp_type ? "SFP" : "QSFP", port_type, in print_cable_info() 1447 if (info->port_type != LINK_PORT_COPPER) in print_cable_info()
|
| H A D | hinic_pmd_niccfg.h | 40 u8 port_type; member 430 u8 port_type; member
|
| H A D | hinic_pmd_hwdev.h | 355 u32 port_type; member
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | t4vf_hw.c | 773 enum fw_port_type port_type; in t4vf_port_init() local 854 port_type = G_FW_PORT_CMD_PTYPE(lstatus); in t4vf_port_init() 866 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4vf_port_init() 874 p->port_type = port_type; in t4vf_port_init()
|
| H A D | t4_hw.c | 3092 const char *t4_get_port_type_description(enum fw_port_type port_type) in t4_get_port_type_description() argument 3119 if (port_type < ARRAY_SIZE(port_type_description)) in t4_get_port_type_description() 3120 return port_type_description[port_type]; in t4_get_port_type_description() 4547 enum fw_port_type port_type; in t4_handle_get_port_info() local 4559 port_type = G_FW_PORT_CMD_PTYPE(lstatus); in t4_handle_get_port_info() 4595 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4_handle_get_port_info() 4616 pi->port_type = port_type; in t4_handle_get_port_info() 5400 enum fw_port_type port_type; in t4_port_init() local 5455 port_type = G_FW_PORT_CMD_PTYPE(lstatus); in t4_port_init() 5466 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4_port_init() [all …]
|
| H A D | adapter.h | 43 u8 port_type; /* firmware port type */ member
|
| H A D | common.h | 499 const char *t4_get_port_type_description(enum fw_port_type port_type);
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_nsp_eth.c | 252 entry->port_type = PORT_NONE; in nfp_eth_calc_port_type() 257 entry->port_type = PORT_FIBRE; in nfp_eth_calc_port_type() 259 entry->port_type = PORT_DA; in nfp_eth_calc_port_type()
|
| H A D | nfp_nsp.h | 220 uint8_t port_type; member
|
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | dpaa_flow.c | 683 fm_port_params.port_type = get_port_type(fif); in set_fm_port_handle() 969 vsp_params.port_params.port_type = e_FM_PORT_TYPE_RX; in dpaa_port_vsp_configure() 971 vsp_params.port_params.port_type = e_FM_PORT_TYPE_RX_2_5G; in dpaa_port_vsp_configure() 973 vsp_params.port_params.port_type = e_FM_PORT_TYPE_RX_10G; in dpaa_port_vsp_configure()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_rte_parser.c | 359 enum bnxt_ulp_intf_type port_type; in ulp_rte_parser_svif_set() local 369 port_type = ulp_port_db_port_type_get(params->ulp_ctx, ifindex); in ulp_rte_parser_svif_set() 370 if (port_type == BNXT_ULP_INTF_TYPE_INVALID) { in ulp_rte_parser_svif_set() 376 ULP_COMP_FLD_IDX_WR(params, BNXT_ULP_CF_IDX_MATCH_PORT_TYPE, port_type); in ulp_rte_parser_svif_set() 386 if (port_type == BNXT_ULP_INTF_TYPE_VF_REP) in ulp_rte_parser_svif_set() 1814 enum bnxt_ulp_intf_type port_type; in ulp_rte_parser_act_port_set() local 1830 port_type = ULP_COMP_FLD_IDX_RD(param, in ulp_rte_parser_act_port_set() 1832 if (port_type == BNXT_ULP_INTF_TYPE_VF_REP) in ulp_rte_parser_act_port_set()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-mdio.h | 229 uint16_t port_type : 1; member
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_evdev.c | 462 pki_qos.port_type = 0; in ssovf_eth_rx_adapter_queue_add() 519 pki_qos.port_type = 0; in ssovf_eth_rx_adapter_queue_del()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_main.c | 735 (enum fw_port_type)pi->port_type)); in cxgbe_print_port_info() 1819 static void fw_caps_to_speed_caps(enum fw_port_type port_type, in fw_caps_to_speed_caps() argument 1834 switch (port_type) { in fw_caps_to_speed_caps() 1908 fw_caps_to_speed_caps(pi->port_type, pi->link_cfg.pcaps, in cxgbe_get_speed_caps()
|