Searched refs:lxt (Results 1 – 3 of 3) sorted by relevance
511 struct sisl_lxt_entry *lxt = NULL, *lxt_old = NULL; in grow_lxt() local545 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() local644 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in shrink_lxt()[all …]
10 obj-$(CONFIG_LXT_PHY) += lxt.o
288 drivers/net/phy/ for examples (the lxt and qsemi drivers have