Home
last modified time | relevance | path

Searched refs:offs (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/mips/include/
H A Dpcb.h96 #define SAVE_U_PCB_REG(reg, offs, base) \ argument
97 REG_S reg, U_PCB_REGS + (SZREG * offs) (base)
99 #define RESTORE_U_PCB_REG(reg, offs, base) \ argument
100 REG_L reg, U_PCB_REGS + (SZREG * offs) (base)
102 #define SAVE_U_PCB_FPREG(reg, offs, base) \ argument
103 FP_S reg, U_PCB_FPREGS + (SZFPREG * offs) (base)
105 #define RESTORE_U_PCB_FPREG(reg, offs, base) \ argument
108 #define SAVE_U_PCB_FPSR(reg, offs, base) \ argument
111 #define RESTORE_U_PCB_FPSR(reg, offs, base) \ argument
114 #define SAVE_U_PCB_CONTEXT(reg, offs, base) \ argument
[all …]
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci_init.h36 void *buf, size_t len, off_t offs);
38 const void *buf, size_t len, off_t offs);
70 void *buf, size_t len, off_t offs);
72 const void *buf, size_t len, off_t offs);
H A Dpci_vfio.c53 void *buf, size_t len, off_t offs) in EAL_REGISTER_TAILQ()
56 VFIO_GET_REGION_ADDR(VFIO_PCI_CONFIG_REGION_INDEX) + offs); in EAL_REGISTER_TAILQ()
61 const void *buf, size_t len, off_t offs) in pci_vfio_write_config() argument
64 VFIO_GET_REGION_ADDR(VFIO_PCI_CONFIG_REGION_INDEX) + offs); in pci_vfio_write_config()
/f-stack/freebsd/contrib/zlib/
H A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_neon.h337 int32_t offs = rxq->flow_meta_offset; in rxq_cq_decompress_v() local
339 *RTE_MBUF_DYNFIELD(t_pkt, offs, uint32_t *); in rxq_cq_decompress_v()
345 *RTE_MBUF_DYNFIELD(elts[pos], offs, in rxq_cq_decompress_v()
347 *RTE_MBUF_DYNFIELD(elts[pos + 1], offs, in rxq_cq_decompress_v()
349 *RTE_MBUF_DYNFIELD(elts[pos + 2], offs, in rxq_cq_decompress_v()
351 *RTE_MBUF_DYNFIELD(elts[pos + 3], offs, in rxq_cq_decompress_v()
834 int32_t offs = rxq->flow_meta_offset; in rxq_cq_process_v() local
836 *RTE_MBUF_DYNFIELD(pkts[pos], offs, uint32_t *) = in rxq_cq_process_v()
839 *RTE_MBUF_DYNFIELD(pkts[pos + 1], offs, uint32_t *) = in rxq_cq_process_v()
842 *RTE_MBUF_DYNFIELD(pkts[pos + 2], offs, uint32_t *) = in rxq_cq_process_v()
[all …]
H A Dmlx5_rxtx_vec_sse.h327 int32_t offs = rxq->flow_meta_offset; in rxq_cq_decompress_v() local
329 *RTE_MBUF_DYNFIELD(t_pkt, offs, uint32_t *); in rxq_cq_decompress_v()
335 *RTE_MBUF_DYNFIELD(elts[pos], offs, in rxq_cq_decompress_v()
337 *RTE_MBUF_DYNFIELD(elts[pos + 1], offs, in rxq_cq_decompress_v()
339 *RTE_MBUF_DYNFIELD(elts[pos + 2], offs, in rxq_cq_decompress_v()
341 *RTE_MBUF_DYNFIELD(elts[pos + 3], offs, in rxq_cq_decompress_v()
770 int32_t offs = rxq->flow_meta_offset; in rxq_cq_process_v() local
772 *RTE_MBUF_DYNFIELD(pkts[pos], offs, uint32_t *) = in rxq_cq_process_v()
774 *RTE_MBUF_DYNFIELD(pkts[pos + 1], offs, uint32_t *) = in rxq_cq_process_v()
776 *RTE_MBUF_DYNFIELD(pkts[pos + 2], offs, uint32_t *) = in rxq_cq_process_v()
[all …]
H A Dmlx5_rxtx_vec_altivec.h470 int32_t offs = rxq->flow_meta_offset; in rxq_cq_decompress_v() local
472 *RTE_MBUF_DYNFIELD(t_pkt, offs, uint32_t *); in rxq_cq_decompress_v()
478 *RTE_MBUF_DYNFIELD(elts[pos], offs, in rxq_cq_decompress_v()
480 *RTE_MBUF_DYNFIELD(elts[pos + 1], offs, in rxq_cq_decompress_v()
482 *RTE_MBUF_DYNFIELD(elts[pos + 2], offs, in rxq_cq_decompress_v()
484 *RTE_MBUF_DYNFIELD(elts[pos + 3], offs, in rxq_cq_decompress_v()
1223 int32_t offs = rxq->flow_meta_offset; in rxq_cq_process_v() local
1228 *RTE_MBUF_DYNFIELD(pkts[pos], offs, uint32_t *) = in rxq_cq_process_v()
1232 *RTE_MBUF_DYNFIELD(pkts[pos + 1], offs, uint32_t *) = in rxq_cq_process_v()
1236 *RTE_MBUF_DYNFIELD(pkts[pos + 2], offs, uint32_t *) = in rxq_cq_process_v()
[all …]
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_wdog.c91 RD2(struct imx_wdog_softc *sc, bus_size_t offs) in RD2() argument
94 return (bus_read_2(sc->sc_res[MEMRES], offs)); in RD2()
98 WR2(struct imx_wdog_softc *sc, bus_size_t offs, uint16_t val) in WR2() argument
101 bus_write_2(sc->sc_res[MEMRES], offs, val); in WR2()
/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm.c719 size_t offs; in ng_ccatm_rcvmsg() local
735 NG_MKRESPONSE(resp, msg, offs, M_NOWAIT); in ng_ccatm_rcvmsg()
742 offs = sizeof(s); in ng_ccatm_rcvmsg()
744 memcpy(resp->data + offs, eps, in ng_ccatm_rcvmsg()
746 offs += sizeof(*eps) * s.neps; in ng_ccatm_rcvmsg()
748 memcpy(resp->data + offs, ports, in ng_ccatm_rcvmsg()
750 offs += sizeof(*ports) * s.nports; in ng_ccatm_rcvmsg()
752 memcpy(resp->data + offs, conns, in ng_ccatm_rcvmsg()
754 offs += sizeof(*conns) * s.nconns; in ng_ccatm_rcvmsg()
756 memcpy(resp->data + offs, parties, in ng_ccatm_rcvmsg()
[all …]
/f-stack/freebsd/mips/nlm/
H A Dboard_eeprom.c96 nlm_board_eeprom_read(int node, int bus, int addr, int offs, uint8_t *buf, in nlm_board_eeprom_read() argument
127 if (oc_wr_cmd(offs, OC_COMMAND_WRITE)) { in nlm_board_eeprom_read()
H A Dboard.h150 int nlm_board_eeprom_read(int node, int i2cbus, int addr, int offs,
/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_resource.c2368 unsigned int offs; in dlb2_domain_disable_dir_vpps() local
2396 unsigned int offs; in dlb2_domain_disable_ldb_vpps() local
2709 unsigned int offs; in __dlb2_domain_reset_ldb_port_registers() local
2949 unsigned int offs; in __dlb2_domain_reset_dir_port_registers() local
3059 u32 offs[2]; in dlb2_domain_reset_ldb_queue_registers() local
3537 unsigned int offs; in dlb2_configure_ldb_queue() local
3994 unsigned int offs; in dlb2_ldb_port_configure_pp() local
4604 unsigned int offs; in dlb2_dir_port_configure_pp() local
4911 unsigned int offs; in dlb2_configure_dir_queue() local
5907 unsigned int offs; in dlb2_hw_start_domain() local
[all …]
/f-stack/freebsd/arm/nvidia/
H A Dtegra_pcie.c394 bus_size_t offs; in tegra_pcbib_map_cfg() local
397 offs = sc->cfg_base_addr; in tegra_pcbib_map_cfg()
398 offs |= PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | PCI_CFG_FUN(func) | in tegra_pcbib_map_cfg()
400 if ((sc->cfg_handle != 0) && (sc->cfg_cur_offs == offs)) in tegra_pcbib_map_cfg()
405 rv = bus_space_map(sc->bus_tag, offs, 0x800, 0, &sc->cfg_handle); in tegra_pcbib_map_cfg()
409 sc->cfg_cur_offs = offs; in tegra_pcbib_map_cfg()
587 int offs, bit; in tegra_pcib_isrc_mask() local
589 offs = tgi->irq / AFI_MSI_INTR_IN_REG; in tegra_pcib_isrc_mask()
593 AFI_WR4(sc, AFI_MSI_VEC(offs), bit); in tegra_pcib_isrc_mask()
594 reg = AFI_RD4(sc, AFI_MSI_EN_VEC(offs)); in tegra_pcib_isrc_mask()
[all …]
H A Dtegra_usbphy.c308 #define RD4(sc, offs) \ argument
309 bus_read_4(sc->mem_res, offs)
311 #define WR4(sc, offs, val) \ argument
312 bus_write_4(sc->mem_res, offs, val)
/f-stack/freebsd/mips/ingenic/
H A Djz4780_lcd.h197 uint32_t offs; member
H A Djz4780_lcd.c188 fdesc->offs = 0; in jzlcd_setup_descriptor()
/f-stack/freebsd/mips/beri/
H A Dberi_iommu.c70 uint32_t offs; member
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md8 by a few percent, or make favorable trade-offs.
47 Suggested: tune the values based on the desired trade-offs.
/f-stack/freebsd/amd64/sgx/
H A Dsgx.c358 uint64_t offs; in sgx_page_remove() local
366 offs = (pa - epc->phys) / PAGE_SIZE; in sgx_page_remove()
367 epc = &sc->epc_pages[offs]; in sgx_page_remove()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_protocol_type.h367 u8 offs[sizeof(union ice_prot_hdr)]; member
/f-stack/freebsd/mips/mips/
H A Dexception.S231 #define SAVE_REG(reg, offs, base) \ argument
232 REG_S reg, CALLFRAME_SIZ + (SZREG * offs) (base)
321 #define RESTORE_REG(reg, offs, base) \ argument
322 REG_L reg, CALLFRAME_SIZ + (SZREG * offs) (base)
/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_resource.c4236 unsigned int offs; in dlb_configure_ldb_queue() local
4241 offs = domain->id * DLB_MAX_NUM_LDB_QUEUES + queue->id; in dlb_configure_ldb_queue()
4243 DLB_CSR_WR(hw, DLB_SYS_LDB_VASQID_V(offs), r0.val); in dlb_configure_ldb_queue()
4690 unsigned int offs; in dlb_configure_dir_queue() local
4695 offs = (domain->id * DLB_MAX_NUM_DIR_PORTS) + queue->id; in dlb_configure_dir_queue()
4697 DLB_CSR_WR(hw, DLB_SYS_DIR_VASQID_V(offs), r0.val); in dlb_configure_dir_queue()
6788 unsigned int offs; in dlb_hw_start_domain() local
6794 DLB_CSR_WR(hw, DLB_SYS_LDB_VASQID_V(offs), r0.val); in dlb_hw_start_domain()
6799 unsigned int offs; in dlb_hw_start_domain() local
6803 offs = domain->id * DLB_MAX_NUM_DIR_PORTS + dir_queue->id; in dlb_hw_start_domain()
[all …]
/f-stack/freebsd/arm/include/
H A Dbus.h781 #define BUS_SPACE_PHYSADDR(res, offs) \ argument
782 ((u_int)(rman_get_start(res)+(offs)))
/f-stack/app/redis-5.0.5/
H A DMANIFESTO93 trade-offs to the user.
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c1388 unsigned int offs = rte_mbuf_data_iova(m) & PAGE_MASK; in hn_get_slots() local
1390 slots += (offs + size + PAGE_SIZE - 1) / PAGE_SIZE; in hn_get_slots()

12