Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxlflash/
H A 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/drivers/net/phy/
H A DMakefile71 obj-$(CONFIG_LXT_PHY) += lxt.o
/linux/Documentation/networking/
H A Dphy.rst484 drivers/net/phy/ for examples (the lxt and qsemi drivers have