Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxlflash/
Dvlun.c511 struct sisl_lxt_entry *lxt = NULL, *lxt_old = NULL; in grow_lxt() local
545 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in grow_lxt()
547 if (unlikely(!lxt)) { in grow_lxt()
554 memcpy(lxt, lxt_old, (sizeof(*lxt) * rhte->lxt_cnt)); in grow_lxt()
556 lxt = lxt_old; in grow_lxt()
575 lxt[i].rlba_base = ((aun << MC_CHUNK_SHIFT) | in grow_lxt()
589 rhte->lxt_start = lxt; in grow_lxt()
598 if (lxt != lxt_old) in grow_lxt()
624 struct sisl_lxt_entry *lxt, *lxt_old; in shrink_lxt() local
644 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in shrink_lxt()
[all …]
/linux-4.4.14/drivers/net/phy/
DMakefile10 obj-$(CONFIG_LXT_PHY) += lxt.o
/linux-4.4.14/Documentation/networking/
Dphy.txt288 drivers/net/phy/ for examples (the lxt and qsemi drivers have