| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_desc.h | 21 (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 D | hw_atl_llh_internal.h | 142 (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 D | hw_atl_llh.c | 331 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 D | hw_atl_llh.h | 163 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 D | igb_vf.ini | 21 Rx descriptor status = Y 22 Tx descriptor status = Y
|
| H A D | atlantic.ini | 26 Rx descriptor status = Y 27 Tx descriptor status = Y
|
| H A D | e1000.ini | 24 Rx descriptor status = Y 25 Tx descriptor status = Y
|
| H A D | fm10k.ini | 28 Rx descriptor status = Y 29 Tx descriptor status = Y
|
| H A D | ixgbe_vf.ini | 30 Rx descriptor status = Y 31 Tx descriptor status = Y
|
| H A D | txgbe_vf.ini | 30 Rx descriptor status = Y 31 Tx descriptor status = Y
|
| H A D | igc.ini | 12 Rx descriptor status = Y 13 Tx descriptor status = Y
|
| H A D | igb.ini | 33 Rx descriptor status = Y 34 Tx descriptor status = Y
|
| H A D | hns3_vf.ini | 34 Tx descriptor status = Y 35 Rx descriptor status = Y
|
| H A D | ngbe.ini | 35 Rx descriptor status = Y 36 Tx descriptor status = Y
|
| H A D | ipn3ke.ini | 37 Rx descriptor status = Y 38 Tx descriptor status = Y
|
| H A D | iavf.ini | 29 Rx descriptor status = Y 30 Tx descriptor status = Y
|
| H A D | hns3.ini | 39 Rx descriptor status = Y 40 Tx descriptor status = Y
|
| H A D | txgbe.ini | 39 Rx descriptor status = Y 40 Tx descriptor status = Y
|
| H A D | i40e.ini | 39 Rx descriptor status = Y 40 Tx descriptor status = Y
|
| H A D | ixgbe.ini | 41 Rx descriptor status = Y 42 Tx descriptor status = Y
|
| H A D | sfc.ini | 32 Rx descriptor status = Y 33 Tx descriptor status = Y
|
| H A D | cnxk_vf.ini | 32 Rx descriptor status = Y 33 Tx descriptor status = Y
|
| H A D | ice.ini | 38 Rx descriptor status = Y 39 Tx descriptor status = Y
|
| H A D | cnxk_vec.ini | 36 Rx descriptor status = Y 37 Tx descriptor status = Y
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_rxtx_vec_sse.c | 28 __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()
|