| /dpdk/lib/eal/linux/ |
| H A D | eal_interrupts.c | 1259 struct rte_epoll_event *rev; in eal_epoll_process_event() local 1263 rev = evs[i].data.ptr; in eal_epoll_process_event() 1269 if (!rev || !__atomic_compare_exchange_n(&rev->status, in eal_epoll_process_event() 1279 if (rev->epdata.cb_fun) in eal_epoll_process_event() 1280 rev->epdata.cb_fun(rev->fd, in eal_epoll_process_event() 1281 rev->epdata.cb_arg); in eal_epoll_process_event() 1434 struct rte_epoll_event *rev; in rte_intr_rx_ctl() local 1460 epdata = &rev->epdata; in rte_intr_rx_ctl() 1483 rc = rte_epoll_ctl(rev->epfd, epfd_op, rev->fd, rev); in rte_intr_rx_ctl() 1499 struct rte_epoll_event *rev; in rte_intr_free_epoll_fd() local [all …]
|
| /dpdk/devtools/ |
| H A D | git-log-fixes.sh | 42 local refbranch=$(git rev-parse --abbrev-ref HEAD) 71 git rev-parse -q --verify $1 >&- || continue
|
| H A D | checkpatches.sh | 360 commits=$(git rev-list --reverse $range) 362 commits=$(git rev-list --reverse --max-count=$number HEAD)
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_nic.c | 592 uint32_t rev; in rhead_nic_xilinx_cap_tbl_read_ef100_locator() local 607 rev = EFX_OWORD_FIELD32(entry, ESF_GZ_CFGBAR_ENTRY_REV); in rhead_nic_xilinx_cap_tbl_read_ef100_locator() 610 if (rev != ESE_GZ_CFGBAR_ENTRY_REV_EF100 || in rhead_nic_xilinx_cap_tbl_read_ef100_locator()
|
| H A D | efx_impl.h | 1098 char rev; \ 1102 rev = 'C'; \ 1106 rev = 'D'; \ 1110 rev = 'E'; \ 1114 rev = 'F'; \ 1118 rev = 'G'; \ 1122 rev = '?'; \ 1126 EFSYS_ASSERT3S(rev, >=, min); \ 1127 EFSYS_ASSERT3S(rev, <=, max); \
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 186 ix0@pci0:1:0:0: class=0x020000 card=0x00038086 chip=0x10fb8086 rev=0x01 hdr=0x00 187 ix1@pci0:1:0:1: class=0x020000 card=0x00038086 chip=0x10fb8086 rev=0x01 hdr=0x00 188 ix2@pci0:2:0:0: class=0x020000 card=0x00038086 chip=0x10fb8086 rev=0x01 hdr=0x00 189 ix3@pci0:2:0:1: class=0x020000 card=0x00038086 chip=0x10fb8086 rev=0x01 hdr=0x00
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_fbarray.c | 1315 bool rev) in fbarray_find_biggest() argument 1338 if (rev) { in fbarray_find_biggest() 1346 if (rev) { in fbarray_find_biggest() 1365 next_idx = rev ? cur_idx - cur_len : cur_idx + cur_len; in fbarray_find_biggest() 1367 cur_idx = rev ? next_idx + 1 : cur_idx; in fbarray_find_biggest()
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | la12xx.rst | 45 rev 10) 48 rev 10)
|
| /dpdk/doc/guides/nics/ |
| H A D | e1000em.rst | 135 00:04.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03) 136 00:05.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03)
|
| H A D | enic.rst | 128 0d:00.0 Ethernet controller: Cisco Systems Inc VIC Ethernet NIC (rev a2) 129 0d:00.1 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2) 130 0d:00.2 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2) 131 0d:00.3 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2) 132 0d:00.4 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2) 133 0d:00.5 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2) 134 0d:00.6 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2) 135 0d:00.7 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2) 176 00:04.0 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2)
|
| H A D | cxgbe.rst | 573 PMD: rte_cxgbe_pmd: Chelsio rev 0 576 PMD: rte_cxgbe_pmd: 0000:02:01.0 Chelsio rev 0 1G/10GBASE-SFP 581 PMD: rte_cxgbe_pmd: Chelsio rev 0 584 PMD: rte_cxgbe_pmd: 0000:02:01.1 Chelsio rev 0 1G/10GBASE-SFP 725 t5nex0@pci0:2:0:4: class=0x020000 card=0x00001425 chip=0x54011425 rev=0x00
|
| H A D | thunderx.rst | 75 0002:01:00.0 Ethernet controller: Cavium Networks Device a01e (rev 01) 98 0002:01:00.1 Ethernet controller: Cavium Networks Device 0011 (rev 01) 105 0002:01:00.2 Ethernet controller: Cavium Networks Device 0011 (rev 01)
|
| /dpdk/drivers/net/nfp/nfpcore/nfp-common/ |
| H A D | nfp_resid.h | 571 const char *nfp_rev2str(char *s, int rev);
|
| /dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 526 struct rte_epoll_event rev, *elist; in eth_vhost_update_intr() local 549 rev = *elist; in eth_vhost_update_intr() 550 ret = rte_epoll_ctl(epfd, EPOLL_CTL_DEL, rev.fd, in eth_vhost_update_intr() 557 rev.fd = rte_intr_efds_index_get(handle, rxq_idx); in eth_vhost_update_intr() 558 if (rte_intr_elist_index_set(handle, rxq_idx, rev)) in eth_vhost_update_intr() 562 ret = rte_epoll_ctl(epfd, EPOLL_CTL_ADD, rev.fd, elist); in eth_vhost_update_intr()
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_recycle.c | 93 uint32_t rev[6]; member
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_hsi_common.h | 2206 u8 rev /* Firmware revision version number */; member
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_phy_impl.c | 158 char rev[AXGBE_SFP_BASE_VENDOR_REV_LEN + 1]; member
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 5802 bool rev, struct LIST_HEAD_TYPE *chg) in ice_add_prof_id_vsig() argument 5891 if (rev) in ice_add_prof_id_vsig()
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 1113 fw_info.ver.num.minor, fw_info.ver.num.rev, in qed_dump_fw_ver_param()
|