Home
last modified time | relevance | path

Searched refs:ulptx_sgl (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_core.h61 sizeof(struct ulptx_sgl) + 16) //IV
65 sizeof(struct ulptx_sgl))
H A Dchcr_crypto.h197 struct ulptx_sgl *sgl;
333 void chcr_add_aead_src_ent(struct aead_request *req, struct ulptx_sgl *ulptx);
344 void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx,
H A Dchcr_algo.c474 struct ulptx_sgl *ulp) in ulptx_walk_init()
814 struct ulptx_sgl *ulptx; in create_cipher_wr()
882 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr()
1576 struct ulptx_sgl *ulptx; in create_hash_wr()
1632 ulptx = (struct ulptx_sgl *)((u8 *)(chcr_req + 1) + param->kctx_len + in create_hash_wr()
2451 struct ulptx_sgl *ulptx; in create_authenc_wr()
2553 ulptx = (struct ulptx_sgl *)(ivptr + IV); in create_authenc_wr()
2684 struct ulptx_sgl *ulptx) in chcr_add_aead_src_ent()
2745 ulptx_walk_init(&ulp_walk, (struct ulptx_sgl *)buf); in chcr_add_cipher_src_ent()
2776 struct ulptx_sgl *ulpt in chcr_add_hash_src_ent()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_core.h60 sizeof(struct ulptx_sgl) + 16) //IV
64 sizeof(struct ulptx_sgl))
H A Dchcr_crypto.h197 struct ulptx_sgl *sgl;
337 void chcr_add_aead_src_ent(struct aead_request *req, struct ulptx_sgl *ulptx);
347 void chcr_add_hash_src_ent(struct ahash_request *req, struct ulptx_sgl *ulptx,
H A Dchcr_algo.c470 struct ulptx_sgl *ulp) in ulptx_walk_init()
807 struct ulptx_sgl *ulptx; in create_cipher_wr()
875 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr()
1570 struct ulptx_sgl *ulptx; in create_hash_wr()
1626 ulptx = (struct ulptx_sgl *)((u8 *)(chcr_req + 1) + param->kctx_len + in create_hash_wr()
2446 struct ulptx_sgl *ulptx; in create_authenc_wr()
2548 ulptx = (struct ulptx_sgl *)(ivptr + IV); in create_authenc_wr()
2679 struct ulptx_sgl *ulptx) in chcr_add_aead_src_ent()
2740 ulptx_walk_init(&ulp_walk, (struct ulptx_sgl *)buf); in chcr_add_cipher_src_ent()
2771 struct ulptx_sgl *ulpt in chcr_add_hash_src_ent()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_scsi.c291 struct ulptx_sgl *sgl) in csio_scsi_init_ultptx_dsgl()
365 struct ulptx_sgl *sgl; in csio_scsi_init_read_wr()
397 sgl = (struct ulptx_sgl *)((uintptr_t)wrp + in csio_scsi_init_read_wr()
418 struct ulptx_sgl *sgl; in csio_scsi_init_write_wr()
450 sgl = (struct ulptx_sgl *)((uintptr_t)wrp + in csio_scsi_init_write_wr()
462 sizeof(struct ulptx_sgl); /* ulptx_sgl */ \
H A Dcsio_lnode.c1733 struct ulptx_sgl dsgl; in csio_ln_mgmt_submit_wr()
1748 wr_size += sizeof(struct ulptx_sgl); in csio_ln_mgmt_submit_wr()
1782 sizeof(struct ulptx_sgl)); in csio_ln_mgmt_submit_wr()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_scsi.c291 struct ulptx_sgl *sgl) in csio_scsi_init_ultptx_dsgl()
365 struct ulptx_sgl *sgl; in csio_scsi_init_read_wr()
397 sgl = (struct ulptx_sgl *)((uintptr_t)wrp + in csio_scsi_init_read_wr()
418 struct ulptx_sgl *sgl; in csio_scsi_init_write_wr()
450 sgl = (struct ulptx_sgl *)((uintptr_t)wrp + in csio_scsi_init_write_wr()
462 sizeof(struct ulptx_sgl); /* ulptx_sgl */ \
H A Dcsio_lnode.c1733 struct ulptx_sgl dsgl; in csio_ln_mgmt_submit_wr()
1748 wr_size += sizeof(struct ulptx_sgl); in csio_ln_mgmt_submit_wr()
1782 sizeof(struct ulptx_sgl)); in csio_ln_mgmt_submit_wr()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c159 struct ulptx_sgl *sgl; /* scatter/gather list in TX Queue */
307 const struct ulptx_sgl *sgl, const struct sge_txq *tq) in unmap_sgl()
902 struct ulptx_sgl *sgl, u64 *end, unsigned int start, in write_sgl()
1419 struct ulptx_sgl *sgl = (struct ulptx_sgl *)(cpl + 1); in t4vf_eth_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c159 struct ulptx_sgl *sgl; /* scatter/gather list in TX Queue */
307 const struct ulptx_sgl *sgl, const struct sge_txq *tq) in unmap_sgl()
902 struct ulptx_sgl *sgl, u64 *end, unsigned int start, in write_sgl()
1416 struct ulptx_sgl *sgl = (struct ulptx_sgl *)(cpl + 1); in t4vf_eth_xmit()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dmem.c67 struct ulptx_sgl *sgl; in _c4iw_write_mem_dma_aligned()
97 sgl = (struct ulptx_sgl *)(req + 1); in _c4iw_write_mem_dma_aligned()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dmem.c67 struct ulptx_sgl *sgl; in _c4iw_write_mem_dma_aligned()
97 sgl = (struct ulptx_sgl *)(req + 1); in _c4iw_write_mem_dma_aligned()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h838 struct ulptx_sgl;
2125 struct ulptx_sgl *sgl, u64 *end, unsigned int start,
2128 struct ulptx_sgl *sgl, u64 *end,
H A Dsge.c838 struct ulptx_sgl *sgl, u64 *end, unsigned int start, in cxgb4_write_sgl()
907 struct ulptx_sgl *sgl, u64 *end, in cxgb4_write_partial_sgl()
2058 struct ulptx_sgl *sgl = (struct ulptx_sgl *)(cpl + 1); in cxgb4_vf_eth_xmit()
H A Dt4_msg.h1538 struct ulptx_sgl { struct
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h836 struct ulptx_sgl;
2121 struct ulptx_sgl *sgl, u64 *end, unsigned int start,
2124 struct ulptx_sgl *sgl, u64 *end,
H A Dsge.c838 struct ulptx_sgl *sgl, u64 *end, unsigned int start, in cxgb4_write_sgl()
907 struct ulptx_sgl *sgl, u64 *end, in cxgb4_write_partial_sgl()
2064 struct ulptx_sgl *sgl = (struct ulptx_sgl *)(cpl + 1); in cxgb4_vf_eth_xmit()
H A Dt4_msg.h1538 struct ulptx_sgl { struct

Completed in 63 milliseconds