Home
last modified time | relevance | path

Searched refs:dsgl (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/crypto/chelsio/
Dchcr_crypto.h210 struct cpl_rx_phys_dsgl *dsgl; member
Dchcr_algo.c376 struct cpl_rx_phys_dsgl *dsgl) in dsgl_walk_init() argument
378 walk->dsgl = dsgl; in dsgl_walk_init()
380 walk->to = (struct phys_sge_pairs *)(dsgl + 1); in dsgl_walk_init()
388 phys_cpl = walk->dsgl; in dsgl_walk_end()
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_lnode.c1733 struct ulptx_sgl dsgl; in csio_ln_mgmt_submit_wr() local
1777 dsgl.cmd_nsge = htonl(ULPTX_CMD_V(ULP_TX_SC_DSGL) | in csio_ln_mgmt_submit_wr()
1779 dsgl.len0 = cpu_to_be32(pld_len); in csio_ln_mgmt_submit_wr()
1780 dsgl.addr0 = cpu_to_be64(pld->paddr); in csio_ln_mgmt_submit_wr()
1781 csio_wr_copy_to_wrp(&dsgl, &wrp, ALIGN(wr_off, 8), in csio_ln_mgmt_submit_wr()