Home
last modified time | relevance | path

Searched refs:descriptor (Results 1 – 25 of 193) sorted by relevance

12345678

/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h21 (descriptor)->sd_ptr = (ptr); \
29 #define SEC_JD_SET_JOB_PTR(descriptor, ptr) \ argument
30 ((descriptor)->job_ptr = (ptr))
35 #define SEC_JD_INIT(descriptor) ({ \ argument
70 (descriptor)->dpovrd = 0x00000000; \
93 #define SEC_JD_SET_SG_IN(descriptor) \ argument
100 #define SEC_JD_SET_SG_OUT(descriptor) \ argument
103 #define SEC_JD_SET_DPOVRD(descriptor) \ argument
109 (descriptor))->command.sd.desclen : \
113 #define SEC_DUMP_DESC(descriptor) { \ argument
[all …]
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_llh_internal.h142 (0x00005b18 + (descriptor) * 0x20)
180 #define HW_ATL_RDM_DESCDEN_ADR(descriptor) (0x00005b08 + (descriptor) * 0x20) argument
239 #define HW_ATL_RDM_DESCDHD_ADR(descriptor) (0x00005b0c + (descriptor) * 0x20) argument
256 #define HW_ATL_RDM_DESCDLEN_ADR(descriptor) (0x00005b08 + (descriptor) * 0x20) argument
275 #define HW_ATL_RDM_DESCDRESET_ADR(descriptor) (0x00005b08 + (descriptor) * 0x20) argument
1412 #define HW_ATL_TDM_DESCDEN_ADR(descriptor) (0x00007c08 + (descriptor) * 0x40) argument
1431 #define HW_ATL_TDM_DESCDHD_ADR(descriptor) (0x00007c0c + (descriptor) * 0x40) argument
1448 #define HW_ATL_TDM_DESCDLEN_ADR(descriptor) (0x00007c08 + (descriptor) * 0x40) argument
1746 #define HW_ATL_TDM_DESC_DEN_ADR(descriptor) (0x00007C08 + (descriptor) * 0x40) argument
1765 #define HW_ATL_TDM_DESC_DHD_ADR(descriptor) (0x00007C0C + (descriptor) * 0x40) argument
[all …]
H A Dhw_atl_llh.c331 u32 descriptor) in hw_atl_rdm_rx_desc_data_buff_size_set() argument
349 u32 descriptor) in hw_atl_rdm_rx_desc_en_set() argument
359 u32 descriptor) in hw_atl_rdm_rx_desc_head_buff_size_set() argument
369 u32 descriptor) in hw_atl_rdm_rx_desc_head_splitting_set() argument
385 u32 descriptor) in hw_atl_rdm_rx_desc_len_set() argument
393 u32 descriptor) in hw_atl_rdm_rx_desc_res_set() argument
482 u32 descriptor) in hw_atl_reg_rx_dma_desc_tail_ptr_set() argument
547 u32 descriptor) in hw_atl_reg_tx_dma_desc_tail_ptr_set() argument
974 u32 descriptor) in hw_atl_rpo_rx_desc_vlan_stripping_set() argument
1167 u32 descriptor) in hw_atl_tdm_tx_desc_len_set() argument
[all …]
H A Dhw_atl_llh.h163 u32 descriptor);
176 u32 descriptor);
183 u32 descriptor);
204 u32 descriptor);
228 u32 descriptor);
233 u32 descriptor);
241 u32 descriptor);
270 u32 descriptor);
275 u32 descriptor);
280 u32 descriptor);
[all …]
/f-stack/freebsd/x86/include/
H A Dsysarch.h80 union descriptor *descs;
126 union descriptor;
130 int i386_get_ldt(int, union descriptor *, int);
131 int i386_set_ldt(int, union descriptor *, int);
154 union descriptor;
157 int i386_set_ldt(struct thread *, struct i386_ldt_args *, union descriptor *);
/f-stack/freebsd/contrib/device-tree/Bindings/fsi/
H A Dfsi-master-gpio.txt6 - clock-gpios = <gpio-descriptor>; : GPIO for FSI clock
7 - data-gpios = <gpio-descriptor>; : GPIO for FSI data signal
10 - enable-gpios = <gpio-descriptor>; : GPIO for enable signal
11 - trans-gpios = <gpio-descriptor>; : GPIO for voltage translator enable
12 - mux-gpios = <gpio-descriptor>; : GPIO for pin multiplexing with other
H A Dfsi-master-ast-cf.txt10 - clock-gpios = <gpio-descriptor>; : GPIO for FSI clock
11 - data-gpios = <gpio-descriptor>; : GPIO for FSI data signal
12 - enable-gpios = <gpio-descriptor>; : GPIO for enable signal
13 - trans-gpios = <gpio-descriptor>; : GPIO for voltage translator enable
14 - mux-gpios = <gpio-descriptor>; : GPIO for pin multiplexing with other
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h80 cache_bin_array_descriptor_init(cache_bin_array_descriptor_t *descriptor, in cache_bin_array_descriptor_init() argument
82 ql_elm_new(descriptor, link); in cache_bin_array_descriptor_init()
83 descriptor->bins_small = bins_small; in cache_bin_array_descriptor_init()
84 descriptor->bins_large = bins_large; in cache_bin_array_descriptor_init()
/f-stack/freebsd/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_device.c33 char *descriptor; in lzbe_set_boot_device() local
91 descriptor = NULL; in lzbe_set_boot_device()
92 if (asprintf(&descriptor, "zfs:%s:", device) > 0) in lzbe_set_boot_device()
93 fnvlist_add_string(nv, OS_BOOTONCE, descriptor); in lzbe_set_boot_device()
96 free(descriptor); in lzbe_set_boot_device()
/f-stack/freebsd/i386/i386/
H A Dsys_machdep.c77 union descriptor *descs);
138 union descriptor *lp; in sysarch()
211 kargs.largs.num * sizeof(union descriptor)); in sysarch()
473 len * sizeof(union descriptor)); in user_ldt_alloc()
513 sizeof(union descriptor)); in user_ldt_deref()
561 union descriptor *descs) in i386_set_ldt()
565 union descriptor *dp; in i386_set_ldt()
680 dp = &((union descriptor *)(pldt->ldt_base))[NLDT]; in i386_set_ldt()
712 union descriptor *descs) in i386_set_ldt_data()
770 new_ldt->ldt_len * sizeof(union descriptor)); in i386_ldt_grow()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt14 descriptor pointers each channel fetch fifo can hold.
33 - fsl,descriptor-types-mask : The bitmask representing what descriptors
39 bit 1 = set if SEC supports the ipsec_esp descriptor type
43 bit 5 = set if SEC supports the srtp descriptor type
45 bit 7 = set if SEC supports the pkeu_assemble descriptor type
47 bit 9 = set if SEC supports the pkeu_ptmul descriptor type
49 bit 11 = set if SEC supports the pkeu_ptadd_dbl descriptor type
64 fsl,descriptor-types-mask = <0x12b0ebf>;
/f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt6 processors(PDSP), linking RAM, descriptor pools and infrastructure
10 reading descriptor address to a particular memory mapped location. The PDSPs
13 descriptor RAM. Descriptor RAM is configurable as internal or external memory.
15 queue pool management (allocation, push, pop and notify) and descriptor
53 as free descriptor queues or the
72 the buffer for descriptor information. This firmware
81 entries : Size of the accumulator descriptor list
91 - descriptor-regions : child node describing the memory regions for keystone
97 <"# of descriptors" "descriptor size">.
99 descriptor in the region.
[all …]
/f-stack/freebsd/i386/include/
H A Dsegments.h87 extern union descriptor *gdt;
88 extern union descriptor *ldt;
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmarvell-orion-net.txt43 - marvell,tx-sram-addr: address of transmit descriptor buffer located in SRAM.
44 - marvell,tx-sram-size: size of transmit descriptor buffer located in SRAM.
46 - marvell,rx-sram-addr: address of receive descriptor buffer located in SRAM.
47 - marvell,rx-sram-size: size of receive descriptor buffer located in SRAM.
/f-stack/dpdk/doc/guides/nics/features/
H A Digb_vf.ini21 Rx descriptor status = Y
22 Tx descriptor status = Y
H A De1000.ini25 Rx descriptor status = Y
26 Tx descriptor status = Y
H A Datlantic.ini27 Rx descriptor status = Y
28 Tx descriptor status = Y
H A Diavf.ini29 Rx descriptor status = Y
30 Tx descriptor status = Y
H A Digc.ini12 Rx descriptor status = Y
13 Tx descriptor status = Y
H A Dfm10k.ini29 Rx descriptor status = Y
30 Tx descriptor status = Y
H A Di40e_vf.ini31 Rx descriptor status = Y
32 Tx descriptor status = Y
H A Dixgbe_vf.ini30 Rx descriptor status = Y
31 Tx descriptor status = Y
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_02.T.out3 abcdef: Bad file descriptor
6 close -1 returned Bad file descriptor good
/f-stack/freebsd/contrib/libnv/
H A Ddnvlist.c73 DNVLIST_GET(int, descriptor) in DNVLIST_GET()
110 DNVLIST_TAKE(int, descriptor) in DNVLIST_TAKE()
H A Dcnvlist.c89 CNVLIST_GET(int, descriptor, DESCRIPTOR) in CNVLIST_GET()
148 CNVLIST_TAKE(int, descriptor, DESCRIPTOR)
215 CNVLIST_FREE(descriptor)

12345678