Searched refs:dsgl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 210 struct cpl_rx_phys_dsgl *dsgl; member
|
H A D | chcr_algo.c | 380 struct cpl_rx_phys_dsgl *dsgl) in dsgl_walk_init() 382 walk->dsgl = dsgl; in dsgl_walk_init() 384 walk->to = (struct phys_sge_pairs *)(dsgl + 1); in dsgl_walk_init() 392 phys_cpl = walk->dsgl; in dsgl_walk_end() 1287 /*Min dsgl size*/ in process_cipher() 379 dsgl_walk_init(struct dsgl_walk *walk, struct cpl_rx_phys_dsgl *dsgl) dsgl_walk_init() argument
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 210 struct cpl_rx_phys_dsgl *dsgl; member
|
H A D | chcr_algo.c | 376 struct cpl_rx_phys_dsgl *dsgl) in dsgl_walk_init() 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() 1280 /*Min dsgl size*/ in process_cipher() 375 dsgl_walk_init(struct dsgl_walk *walk, struct cpl_rx_phys_dsgl *dsgl) dsgl_walk_init() argument
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_lnode.c | 1733 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()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_lnode.c | 1733 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()
|
Completed in 27 milliseconds