| /dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 274 struct sge { struct 275 struct sge_eth_txq *ethtxq; argument 276 struct sge_eth_rxq *ethrxq; argument 277 struct sge_rspq fw_evtq __rte_cache_aligned; argument 278 struct sge_ctrl_txq ctrlq[MAX_CTRL_QUEUES]; argument 281 u32 stat_len; /* length of status page at ring end */ 282 u32 pktshift; /* padding between CPL & packet data */ 285 u16 timer_val[SGE_NTIMERS]; 286 u8 counter_val[SGE_NCOUNTERS]; 288 u32 fl_starve_thres; /* Free List starvation threshold */ [all …]
|
| H A D | common.h | 227 struct sge_params sge; member
|
| H A D | t4_msg.h | 593 struct ulptx_sge_pair sge[0]; member
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_raw_dp.c | 40 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_raw_dp_chain_fd() local 195 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_raw_dp_aead_fd() local 349 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_raw_dp_auth_fd() local 466 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_raw_dp_proto_fd() local 595 struct qbman_fle *ip_fle, *op_fle, *sge, *fle; in build_raw_dp_cipher_fd() local
|
| H A D | dpaa2_sec_dpseci.c | 94 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_proto_compound_sg_fd() local 321 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_authenc_gcm_sg_fd() local 467 struct qbman_fle *fle, *sge; in build_authenc_gcm_fd() local 607 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_authenc_sg_fd() local 754 struct qbman_fle *fle, *sge; in build_authenc_fd() local 898 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_auth_sg_fd() local 1015 struct qbman_fle *fle, *sge; in build_auth_fd() local 1129 struct qbman_fle *ip_fle, *op_fle, *sge, *fle; in build_cipher_sg_fd() local 1262 struct qbman_fle *fle, *sge; in build_cipher_fd() local
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_wq.c | 175 void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, u32 len) in hinic_set_sge()
|
| H A D | hinic_pmd_cmdq.h | 89 struct hinic_sge sge; member 109 struct hinic_sge sge; member
|
| /dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_rx.h | 45 struct hinic_sge sge; member
|
| H A D | hinic_pmd_tx.h | 72 struct hinic_sge sge; member
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_rxtx.c | 287 struct qbman_sge *sgt, *sge; in eth_sg_fd_to_mbuf() local 409 struct qbman_sge *sgt, *sge = NULL; in eth_mbuf_to_sg_fd() local
|