Searched refs:lxt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | vlun.c | 509 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() 598 /* free old lxt i in grow_lxt() 627 struct sisl_lxt_entry *lxt, *lxt_old; shrink_lxt() local 1100 struct sisl_lxt_entry *lxt = NULL; clone_lxt() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | vlun.c | 509 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() 598 /* free old lxt i in grow_lxt() 627 struct sisl_lxt_entry *lxt, *lxt_old; shrink_lxt() local 1100 struct sisl_lxt_entry *lxt = NULL; clone_lxt() local [all...] |
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | Makefile | 63 obj-$(CONFIG_LXT_PHY) += lxt.o
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | Makefile | 68 obj-$(CONFIG_LXT_PHY) += lxt.o
|
Completed in 4 milliseconds