Home
last modified time | relevance | path

Searched defs:port_info (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/examples/multi_process/client_server_mp/shared/
H A Dcommon.h30 struct port_info { struct
40 #define MZ_PORT_INFO "MProc_port_info" argument
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h32 struct port_info { struct
38 unsigned long flags; /* port related flags */
45 u8 port_id; /* physical port ID */
46 u8 pidx; /* port index for this PF */
49 u16 n_rx_qsets; /* # of rx qsets */
50 u16 n_tx_qsets; /* # of tx qsets */
54 u16 *rss; /* rss table */
55 u8 rss_mode; /* rss mode */
57 u64 rss_hf; /* RSS Hash Function */
62 u8 vin;
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_link.c57 struct rte_eth_dev_info port_info; in softnic_link_create() local
/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.c66 struct port_info { struct
67 unsigned int rx_base_id;
68 unsigned int tx_base_id;
69 unsigned int rx_count;
70 unsigned int tx_count;
71 int numa_node;
1828 struct port_info port_info[SZEDATA2_MAX_PORTS]; in szedata2_eth_pci_probe() local
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_ifpga_hw_api.c94 struct fpga_port_info *port_info) in opae_bridge_ifpga_get_info()
/f-stack/dpdk/examples/ip_pipeline/
H A Dlink.c102 struct rte_eth_dev_info port_info; in link_create() local
/f-stack/dpdk/examples/pipeline/
H A Dobj.c167 struct rte_eth_dev_info port_info; in link_create() local
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_worker.h93 ssovf_octeontx_wqe_to_pkt(uint64_t work, uint16_t port_info, in ssovf_octeontx_wqe_to_pkt()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h3561 struct port_info { struct
3564 uint32_t link_speed; /* multiplier of 100Mb */
3577 uint32_t tx_uncast_lo; /* TX Unicast Packets */
3578 uint32_t tx_uncast_hi; /* TX Unicast Packets */
3584 uint32_t tx_discards; /* TX Discards */
3585 uint32_t rx_frames_lo; /* RX Frames received */
3586 uint32_t rx_frames_hi; /* RX Frames received */
3587 uint32_t rx_bytes_lo; /* RX Bytes received */
3588 uint32_t rx_bytes_hi; /* RX Bytes received */
3589 uint32_t tx_frames_lo; /* TX Frames sent */
[all …]
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_dev.h127 struct ionic_port_info *port_info; member
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c164 uint8_t port_info; member
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c1327 struct nic_port_info port_info; in hinic_link_event_process() local
H A Dhinic_pmd_niccfg.c605 int hinic_get_port_info(void *hwdev, struct nic_port_info *port_info) in hinic_get_port_info()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h848 struct ice_port_info *port_info; member