Home
last modified time | relevance | path

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

1234

/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 …]
/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 …]
/dpdk/doc/guides/nics/features/
H A Digb_vf.ini21 Rx descriptor status = Y
22 Tx descriptor status = Y
H A Datlantic.ini26 Rx descriptor status = Y
27 Tx descriptor status = Y
H A De1000.ini24 Rx descriptor status = Y
25 Tx descriptor status = Y
H A Dfm10k.ini28 Rx descriptor status = Y
29 Tx descriptor status = Y
H A Dixgbe_vf.ini30 Rx descriptor status = Y
31 Tx descriptor status = Y
H A Dtxgbe_vf.ini30 Rx descriptor status = Y
31 Tx descriptor status = Y
H A Digc.ini12 Rx descriptor status = Y
13 Tx descriptor status = Y
H A Digb.ini33 Rx descriptor status = Y
34 Tx descriptor status = Y
H A Dhns3_vf.ini34 Tx descriptor status = Y
35 Rx descriptor status = Y
H A Dngbe.ini35 Rx descriptor status = Y
36 Tx descriptor status = Y
H A Dipn3ke.ini37 Rx descriptor status = Y
38 Tx descriptor status = Y
H A Diavf.ini29 Rx descriptor status = Y
30 Tx descriptor status = Y
H A Dhns3.ini39 Rx descriptor status = Y
40 Tx descriptor status = Y
H A Dtxgbe.ini39 Rx descriptor status = Y
40 Tx descriptor status = Y
H A Di40e.ini39 Rx descriptor status = Y
40 Tx descriptor status = Y
H A Dixgbe.ini41 Rx descriptor status = Y
42 Tx descriptor status = Y
H A Dsfc.ini32 Rx descriptor status = Y
33 Tx descriptor status = Y
H A Dcnxk_vf.ini32 Rx descriptor status = Y
33 Tx descriptor status = Y
H A Dice.ini38 Rx descriptor status = Y
39 Tx descriptor status = Y
H A Dcnxk_vec.ini36 Rx descriptor status = Y
37 Tx descriptor status = Y
/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx_vec_sse.c28 __m128i descriptor = _mm_set_epi64x((uint64_t)mbuf->pkt_len << 32 | in axgbe_vec_tx() local
33 _mm_store_si128((__m128i *)desc, descriptor); in axgbe_vec_tx()

1234