Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dliquidio_common.h407 u64 max_nic_ports:8; member
443 u64 max_nic_ports:8;
Docteon_device.c1108 oct->fw_info.max_nic_ports = in octeon_core_drv_init()
1109 (u32)recv_pkt->rh.r_core_drv_init.max_nic_ports; in octeon_core_drv_init()
1114 if (oct->fw_info.max_nic_ports < num_nic_ports) { in octeon_core_drv_init()
1117 num_nic_ports, oct->fw_info.max_nic_ports); in octeon_core_drv_init()
Docteon_device.h243 u32 max_nic_ports; /** max nic ports for the device */ member