Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Dqcom_nandc.c403 struct bam_transaction *bam_txn; member
491 struct bam_transaction *bam_txn = nandc->bam_txn; in free_bam_transaction() local
493 devm_kfree(nandc->dev, bam_txn); in free_bam_transaction()
500 struct bam_transaction *bam_txn; in alloc_bam_transaction() local
506 sizeof(*bam_txn) + num_cw * in alloc_bam_transaction()
507 ((sizeof(*bam_txn->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS) + in alloc_bam_transaction()
508 (sizeof(*bam_txn->cmd_sgl) * QPIC_PER_CW_CMD_SGL) + in alloc_bam_transaction()
509 (sizeof(*bam_txn->data_sgl) * QPIC_PER_CW_DATA_SGL)); in alloc_bam_transaction()
515 bam_txn = bam_txn_buf; in alloc_bam_transaction()
516 bam_txn_buf += sizeof(*bam_txn); in alloc_bam_transaction()
[all …]