Searched defs:nicpf (Results 1 – 2 of 2) sorted by relevance
253 struct nicpf *nicpf; member278 struct nicpf { struct279 struct udevice *udev;280 struct hw_info *hw;281 u8 node;282 unsigned int flags;293 u8 bgx_cnt;294 u8 rev_id;302 u8 link[MAX_LMAC];303 u8 duplex[MAX_LMAC];[all …]
748 struct nicpf *nicpf = dev_get_priv(dev); in octeontx_nic_probe() local
Completed in 12 milliseconds