Searched refs:num_nic_ports (Results 1 – 2 of 2) sorted by relevance
61 .num_nic_ports = DEFAULT_NUM_NIC_PORTS_66XX,170 .num_nic_ports = DEFAULT_NUM_NIC_PORTS_68XX,336 .num_nic_ports = DEFAULT_NUM_NIC_PORTS_68XX_210NV,438 .num_nic_ports = DEFAULT_NUM_NIC_PORTS_23XX,1205 u32 num_nic_ports = 0; in octeon_core_drv_init() local1208 num_nic_ports = in octeon_core_drv_init()1211 num_nic_ports = in octeon_core_drv_init()1232 if (oct->fw_info.max_nic_ports < num_nic_ports) { in octeon_core_drv_init()1235 num_nic_ports, oct->fw_info.max_nic_ports); in octeon_core_drv_init()
141 #define CFG_GET_NUM_NIC_PORTS(cfg) ((cfg)->num_nic_ports)421 int num_nic_ports; member