| /f-stack/freebsd/kern/ |
| H A D | posix4_mib.c | 61 #define P1B_SYSCTL(num, name) \ argument 64 #define P1B_SYSCTL_RW(num, name) \ argument 73 #define P1B_SYSCTL(num, name) \ argument 76 #define P1B_SYSCTL_RW(num, name) \ argument 109 #define P31B_VALID(num) ((num) >= 1 && (num) < CTL_P1003_1B_MAXID) argument 114 int error, num, val; in p31b_sysctl_proc() local 129 p31b_setcfg(int num, int value) in p31b_setcfg() 139 p31b_unsetcfg(int num) in p31b_unsetcfg() 147 p31b_getcfg(int num) in p31b_getcfg() 156 p31b_iscfg(int num) in p31b_iscfg()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-debug-handler.S | 105 #define HW_INSTRUCTION_BREAKPOINT_ADDRESS(num) (0xFFFFFFFFFF301100 + 0x100 * (num)) argument 106 #define HW_INSTRUCTION_BREAKPOINT_ADDRESS_MASK(num) (0xFFFFFFFFFF301108 + 0x100 * (num)) argument 107 #define HW_INSTRUCTION_BREAKPOINT_ASID(num) (0xFFFFFFFFFF301110 + 0x100 * (num)) argument 108 #define HW_INSTRUCTION_BREAKPOINT_CONTROL(num) (0xFFFFFFFFFF301118 + 0x100 * (num)) argument 111 #define HW_DATA_BREAKPOINT_ADDRESS(num) (0xFFFFFFFFFF302100 + 0x100 * (num)) argument 112 #define HW_DATA_BREAKPOINT_ADDRESS_MASK(num) (0xFFFFFFFFFF302108 + 0x100 * (num)) argument 113 #define HW_DATA_BREAKPOINT_ASID(num) (0xFFFFFFFFFF302110 + 0x100 * (num)) argument 114 #define HW_DATA_BREAKPOINT_CONTROL(num) (0xFFFFFFFFFF302118 + 0x100 * (num)) argument
|
| H A D | cvmx-debug.c | 82 #define CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_ADDRESS(num) (0xFFFFFFFFFF301100ull + 0x100 * (nu… argument 83 #define CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_ADDRESS_MASK(num) (0xFFFFFFFFFF301108ull + 0x100 * (nu… argument 84 #define CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_ASID(num) (0xFFFFFFFFFF301110ull + 0x100 * (nu… argument 85 #define CVMX_DEBUG_HW_INSTRUCTION_BREAKPOINT_CONTROL(num) (0xFFFFFFFFFF301118ull + 0x100 * (nu… argument 88 #define CVMX_DEBUG_HW_DATA_BREAKPOINT_ADDRESS(num) (0xFFFFFFFFFF302100ull + 0x100 * (nu… argument 89 #define CVMX_DEBUG_HW_DATA_BREAKPOINT_ADDRESS_MASK(num) (0xFFFFFFFFFF302108ull + 0x100 * (nu… argument 90 #define CVMX_DEBUG_HW_DATA_BREAKPOINT_ASID(num) (0xFFFFFFFFFF302110ull + 0x100 * (nu… argument 91 #define CVMX_DEBUG_HW_DATA_BREAKPOINT_CONTROL(num) (0xFFFFFFFFFF302118ull + 0x100 * (nu… argument 924 uint64_t num, size; in cvmx_debug_process_packet() local 994 uint64_t num; in cvmx_debug_process_packet() local
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_nicenum.c | 49 zfs_nicenum_format(uint64_t num, char *buf, size_t buflen, in zfs_nicenum_format() 141 zfs_nicenum(uint64_t num, char *buf, size_t buflen) in zfs_nicenum() 151 zfs_nicetime(uint64_t num, char *buf, size_t buflen) in zfs_nicetime() 160 zfs_niceraw(uint64_t num, char *buf, size_t buflen) in zfs_niceraw() 169 zfs_nicebytes(uint64_t num, char *buf, size_t buflen) in zfs_nicebytes()
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_peek_c11_mem.h | 32 uint32_t num) in __rte_ring_st_get_tail() 54 uint32_t num, uint32_t enqueue) in __rte_ring_st_set_head_tail() 76 uint32_t num) in __rte_ring_hts_get_tail() 98 uint32_t num, uint32_t enqueue) in __rte_ring_hts_set_head_tail()
|
| H A D | rte_ring_hts_c11_mem.h | 26 uint32_t num, uint32_t enqueue) in __rte_ring_hts_update_tail() 55 __rte_ring_hts_move_prod_head(struct rte_ring *r, unsigned int num, in __rte_ring_hts_move_prod_head() 113 __rte_ring_hts_move_cons_head(struct rte_ring *r, unsigned int num, in __rte_ring_hts_move_cons_head()
|
| H A D | rte_ring_rts_c11_mem.h | 70 __rte_ring_rts_move_prod_head(struct rte_ring *r, uint32_t num, in __rte_ring_rts_move_prod_head() 128 __rte_ring_rts_move_cons_head(struct rte_ring *r, uint32_t num, in __rte_ring_rts_move_cons_head()
|
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | rte_acl.c | 39 __rte_unused uint32_t num, in rte_acl_classify_avx512x32() 55 __rte_unused uint32_t num, in rte_acl_classify_avx2() 67 __rte_unused uint32_t num, in rte_acl_classify_sse() 79 __rte_unused uint32_t num, in rte_acl_classify_neon() 91 __rte_unused uint32_t num, in rte_acl_classify_altivec() 292 uint32_t *results, uint32_t num, uint32_t categories, in rte_acl_classify_alg() 304 uint32_t *results, uint32_t num, uint32_t categories) in rte_acl_classify() 436 acl_add_rules(struct rte_acl_ctx *ctx, const void *rules, uint32_t num) in acl_add_rules() 464 uint32_t num) in rte_acl_add_rules()
|
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_evdev_init.c | 21 uint16_t num, in enqueue_check() 77 uint16_t num, in update_on_dequeue() 113 uint16_t num) in opdl_rx_error_enqueue() 135 uint16_t num) in opdl_rx_enqueue() 161 uint16_t num) in opdl_tx_error_dequeue() 182 uint16_t num) in opdl_tx_dequeue_single_thread() 211 uint16_t num) in opdl_tx_dequeue_multi_inst() 234 opdl_claim(struct opdl_port *p, struct rte_event ev[], uint16_t num) in opdl_claim() 266 opdl_disclaim(struct opdl_port *p, const struct rte_event ev[], uint16_t num) in opdl_disclaim()
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | esp_outb.c | 222 struct rte_crypto_op *cop[], uint16_t num) in esp_outb_tun_prepare() 362 struct rte_crypto_op *cop[], uint16_t num) in esp_outb_trs_prepare() 442 struct rte_mbuf *mb[], uint16_t num, in cpu_outb_pkt_prepare() 513 struct rte_mbuf *mb[], uint16_t num) in cpu_outb_tun_pkt_prepare() 520 struct rte_mbuf *mb[], uint16_t num) in cpu_outb_trs_pkt_prepare() 534 uint16_t num) in esp_outb_sqh_process() 576 struct rte_mbuf *mb[], uint16_t num) in inline_outb_mbuf_prepare() 596 struct rte_mbuf *mb[], uint16_t num) in inline_outb_tun_pkt_process() 646 struct rte_mbuf *mb[], uint16_t num) in inline_outb_trs_pkt_process() 696 struct rte_mbuf *mb[], uint16_t num) in inline_proto_outb_pkt_process()
|
| H A D | esp_inb.c | 306 struct rte_crypto_op *cop[], uint16_t num) in esp_inb_pkt_prepare() 517 uint32_t sqn[], uint32_t dr[], uint16_t num, uint8_t sqh_len) in tun_process() 576 uint32_t sqn[], uint32_t dr[], uint16_t num, uint8_t sqh_len) in trs_process() 629 uint32_t dr[], uint16_t num) in esp_inb_rsn_update() 657 uint16_t num, uint8_t sqh_len, esp_inb_process_t process) in esp_inb_pkt_process() 689 struct rte_mbuf *mb[], uint16_t num) in cpu_inb_pkt_prepare() 751 struct rte_mbuf *mb[], uint16_t num) in esp_inb_tun_pkt_process() 760 struct rte_mbuf *mb[], uint16_t num) in inline_inb_tun_pkt_process() 770 struct rte_mbuf *mb[], uint16_t num) in esp_inb_trs_pkt_process() 779 struct rte_mbuf *mb[], uint16_t num) in inline_inb_trs_pkt_process()
|
| H A D | rte_ipsec.h | 119 struct rte_mbuf *mb[], struct rte_crypto_op *cop[], uint16_t num) in rte_ipsec_pkt_crypto_prepare() 126 struct rte_mbuf *mb[], uint16_t num) in rte_ipsec_pkt_cpu_prepare() 156 uint16_t num) in rte_ipsec_pkt_process()
|
| /f-stack/dpdk/lib/librte_stack/ |
| H A D | rte_stack_lf_stubs.h | 22 unsigned int num) in __rte_stack_lf_push_elems() 32 unsigned int num, in __rte_stack_lf_pop_elems()
|
| H A D | rte_stack_lf_c11.h | 37 unsigned int num) in __rte_stack_lf_push_elems() 74 unsigned int num, in __rte_stack_lf_pop_elems()
|
| H A D | rte_stack_lf_generic.h | 37 unsigned int num) in __rte_stack_lf_push_elems() 76 unsigned int num, in __rte_stack_lf_pop_elems()
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_ring.h | 85 unsigned int num; member 92 unsigned int num; member 132 vring_size(struct virtio_hw *hw, unsigned int num, unsigned long align) in vring_size() 153 unsigned int num) in vring_init_split() 165 unsigned int num) in vring_init_packed()
|
| H A D | virtio_rxtx.c | 138 uint16_t num) in virtqueue_dequeue_burst_rx_packed() 180 uint32_t *len, uint16_t num) in virtqueue_dequeue_burst_rx() 216 uint16_t num) in virtqueue_dequeue_rx_inorder() 253 uint16_t num) in virtqueue_enqueue_refill_inorder() 295 uint16_t num) in virtqueue_enqueue_recv_refill() 429 uint16_t num) in virtqueue_enqueue_xmit_inorder() 960 uint16_t nb_used, num, nb_rx; in virtio_recv_pkts() local 1067 uint16_t num, nb_rx; in virtio_recv_pkts_packed() local 1171 uint16_t nb_used, num, nb_rx; in virtio_recv_pkts_inorder() local 1355 uint16_t nb_used, num, nb_rx = 0; in virtio_recv_mergeable_pkts() local [all …]
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 34 enqueue_cop_bulk(struct cdev_qp *cqp, struct rte_crypto_op *cop[], uint32_t num) in enqueue_cop_bulk() 113 struct rte_ipsec_group grp[], uint32_t num) in sa_group() 146 uint32_t num) in copy_to_trf() 333 cqp_dequeue(struct cdev_qp *cqp, struct rte_crypto_op *cop[], uint32_t num) in cqp_dequeue() 348 ctx_dequeue(struct ipsec_ctx *ctx, struct rte_crypto_op *cop[], uint32_t num) in ctx_dequeue()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ring.h | 59 test_ring_mem_copy(void *dst, void * const *src, int esize, unsigned int num) in test_ring_mem_copy() 73 unsigned int num) in test_ring_copy_to() 90 unsigned int num) in test_ring_copy_from()
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | process.c | 46 uint32_t num; /* how many IDs to allocate (and return value) */ member 55 uint32_t num; member 61 uint32_t num; member 71 int process_alloc(enum dpaa_id_type id_type, uint32_t *base, uint32_t num, in process_alloc() 92 void process_release(enum dpaa_id_type id_type, uint32_t base, uint32_t num) in process_release() 111 int process_reserve(enum dpaa_id_type id_type, uint32_t base, uint32_t num) in process_reserve()
|
| /f-stack/dpdk/drivers/net/avp/ |
| H A D | rte_avp_fifo.h | 51 avp_fifo_put(struct rte_avp_fifo *fifo, void **data, unsigned int num) in avp_fifo_put() 75 avp_fifo_get(struct rte_avp_fifo *fifo, void **data, unsigned int num) in avp_fifo_get()
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_ring.h | 93 unsigned int num; in rte_event_ring_enqueue_burst() local 129 unsigned int num; in rte_event_ring_dequeue_burst() local
|
| /f-stack/dpdk/drivers/crypto/virtio/ |
| H A D | virtio_ring.h | 61 unsigned int num; member 101 vring_size(unsigned int num, unsigned long align) in vring_size() 114 vring_init(struct vring *vr, unsigned int num, uint8_t *p, in vring_init()
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl_sha.h | 34 unsigned int num; member 45 unsigned int num, md_len; member 65 unsigned int num, md_len; member
|
| /f-stack/dpdk/kernel/linux/kni/ |
| H A D | kni_fifo.h | 23 kni_fifo_put(struct rte_kni_fifo *fifo, void **data, uint32_t num) in kni_fifo_put() 47 kni_fifo_get(struct rte_kni_fifo *fifo, void **data, uint32_t num) in kni_fifo_get()
|