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