Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dsg.c1857 if (!schp->pages) in sg_build_sgat()
1906 if (!schp->pages[k]) in sg_build_indirect()
1921 schp->page_order = order; in sg_build_indirect()
1922 schp->k_use_sg = k; in sg_build_indirect()
1946 if (schp->pages && schp->sglist_len > 0) { in sg_remove_scat()
1950 for (k = 0; k < schp->k_use_sg && schp->pages[k]; k++) { in sg_remove_scat()
1954 k, schp->pages[k])); in sg_remove_scat()
1955 __free_pages(schp->pages[k], schp->page_order); in sg_remove_scat()
1958 kfree(schp->pages); in sg_remove_scat()
1961 memset(schp, 0, sizeof (*schp)); in sg_remove_scat()
[all …]
/linux-6.15/drivers/infiniband/hw/cxgb4/
H A Dqp.c989 cq = &schp->cq; in complete_sq_drain_wr()
1011 (*schp->ibcq.comp_handler)(&schp->ibcq, in complete_sq_drain_wr()
1608 if (schp != rchp) in __flush_qp()
1621 if (schp != rchp) in __flush_qp()
1635 if (schp != rchp) in __flush_qp()
1640 if (schp != rchp) in __flush_qp()
1644 if (schp == rchp) { in __flush_qp()
1661 (*schp->ibcq.comp_handler)(&schp->ibcq, in __flush_qp()
1688 if (schp != rchp) { in flush_qp()
1691 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
[all …]