Searched defs:sge (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 281 struct sge { struct 282 struct sge_eth_txq *ethtxq; argument 283 struct sge_eth_rxq *ethrxq; argument 284 struct sge_rspq fw_evtq __rte_cache_aligned; argument 285 struct sge_ctrl_txq ctrlq[MAX_CTRL_QUEUES]; argument 292 u16 timer_val[SGE_NTIMERS]; 293 u8 counter_val[SGE_NCOUNTERS]; 295 u32 fl_align; /* response queue message alignment */ 296 u32 fl_pg_order; /* large page allocation size */ 297 u32 fl_starve_thres; /* Free List starvation threshold */ [all …]
|
| H A D | common.h | 243 struct sge_params sge; member
|
| H A D | t4_msg.h | 593 struct ulptx_sge_pair sge[0]; member
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 70 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_proto_compound_sg_fd() local 297 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_authenc_gcm_sg_fd() local 442 struct qbman_fle *fle, *sge; in build_authenc_gcm_fd() local 582 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_authenc_sg_fd() local 729 struct qbman_fle *fle, *sge; in build_authenc_fd() local 873 struct qbman_fle *fle, *sge, *ip_fle, *op_fle; in build_auth_sg_fd() local 990 struct qbman_fle *fle, *sge; in build_auth_fd() local 1104 struct qbman_fle *ip_fle, *op_fle, *sge, *fle; in build_cipher_sg_fd() local 1237 struct qbman_fle *fle, *sge; in build_cipher_fd() local
|
| /f-stack/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
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_rx.h | 45 struct hinic_sge sge; member
|
| H A D | hinic_pmd_tx.h | 73 struct hinic_sge sge; member
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_rxtx.c | 274 struct qbman_sge *sgt, *sge; in eth_sg_fd_to_mbuf() local 379 struct qbman_sge *sgt, *sge = NULL; in eth_mbuf_to_sg_fd() local
|