Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/cxlflash/
Dvlun.c509 struct sisl_lxt_entry *lxt = NULL, *lxt_old = NULL; in grow_lxt() local
544 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in grow_lxt()
546 if (unlikely(!lxt)) { in grow_lxt()
553 memcpy(lxt, lxt_old, (sizeof(*lxt) * rhte->lxt_cnt)); in grow_lxt()
555 lxt = lxt_old; in grow_lxt()
574 lxt[i].rlba_base = ((aun << MC_CHUNK_SHIFT) | in grow_lxt()
588 rhte->lxt_start = lxt; in grow_lxt()
599 if (lxt != lxt_old) in grow_lxt()
627 struct sisl_lxt_entry *lxt, *lxt_old; in shrink_lxt() local
647 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in shrink_lxt()
[all …]
/linux-6.1.9/drivers/net/phy/
DMakefile66 obj-$(CONFIG_LXT_PHY) += lxt.o
/linux-6.1.9/Documentation/networking/
Dphy.rst474 drivers/net/phy/ for examples (the lxt and qsemi drivers have