Home
last modified time | relevance | path

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

/drivers/net/ethernet/cavium/thunder/
A Dthunder_xcv.c46 struct xcv { struct
51 static struct xcv *xcv; variable
115 if (!xcv) { in xcv_setup_link()
159 xcv = devm_kzalloc(dev, sizeof(struct xcv), GFP_KERNEL); in xcv_probe()
160 if (!xcv) in xcv_probe()
162 xcv->pdev = pdev; in xcv_probe()
180 if (!xcv->reg_base) { in xcv_probe()
193 devm_kfree(dev, xcv); in xcv_probe()
194 xcv = NULL; in xcv_probe()
202 if (xcv) { in xcv_remove()
[all …]

Completed in 7 milliseconds