Searched refs:sg_skip (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_edif.c | 1127 u32 sg_skip, reply_payload_len; in qla_edif_consume_dbell() local 1133 sg_skip = 0; in qla_edif_consume_dbell() 1136 while ((reply_payload_len - sg_skip) >= sizeof(struct edb_node)) { in qla_edif_consume_dbell() 1169 sg_skip += sg_copy_buffer(bsg_job->reply_payload.sg_list, in qla_edif_consume_dbell() 1171 &ap, dat_size, sg_skip, false); in qla_edif_consume_dbell() 1184 bsg_reply->reply_payload_rcv_len = sg_skip; in qla_edif_consume_dbell()
|
/linux-6.1.9/drivers/crypto/axis/ |
D | artpec6_crypto.c | 1436 size_t sg_skip = ready_bytes - done_bytes; in artpec6_crypto_prepare_hash() local 1437 size_t sg_rem = areq->nbytes - sg_skip; in artpec6_crypto_prepare_hash() 1442 sg_rem, sg_skip); in artpec6_crypto_prepare_hash()
|
/linux-6.1.9/drivers/scsi/ |
D | scsi_debug.c | 3018 u32 sg_skip, u64 lba, u32 num, bool do_write) in do_device_access() argument 3045 (num - rest) * sdebug_sector_size, sg_skip, do_write); in do_device_access() 3052 sg_skip + ((num - rest) * sdebug_sector_size), in do_device_access()
|