Home
last modified time | relevance | path

Searched refs:p16 (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi.c125 u16 *p16; in spi_write_bytes() local
134 p16 = (u16 *)(dev->txbuf + 2*count); in spi_write_bytes()
135 val = *p16; in spi_write_bytes()
152 u16 *p16; in spi_fill_readbuffer() local
161 p16 = (u16 *)(dev->rxbuf + 2*count); in spi_fill_readbuffer()
163 *p16 = cpu_to_be16((u16)value); in spi_fill_readbuffer()
165 *p16 = (u16)value; in spi_fill_readbuffer()
/f-stack/tools/ipfw/
H A Ddummynet.c1459 uint16_t *p16 = NULL; in ipfw_config_pipe() local
1514 p16 = &mask->dst_port; in ipfw_config_pipe()
1518 p16 = &mask->src_port; in ipfw_config_pipe()
1538 else if (p16 != NULL) { in ipfw_config_pipe()
1542 *p16 = (uint16_t)a; in ipfw_config_pipe()
/f-stack/dpdk/app/test/
H A Dtest_bpf.c2624 const uint16_t *p16; in test_ld_mbuf1() local
2658 p16 = rte_pktmbuf_read(pkt, in test_ld_mbuf1()
2659 offsetof(struct rte_ipv4_hdr, total_length), sizeof(*p16), in test_ld_mbuf1()
2661 if (p16 == NULL) in test_ld_mbuf1()
2664 n = rte_be_to_cpu_16(p16[0]); in test_ld_mbuf1()
2674 p16 = rte_pktmbuf_read(pkt, n / 2, sizeof(*p16), &dof); in test_ld_mbuf1()
2675 if (p16 == NULL) in test_ld_mbuf1()
2678 v += rte_be_to_cpu_16(p16[0]); in test_ld_mbuf1()
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h157 uint32_t p16; member