Searched refs:num_nic_ports (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.c61 .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; local
1208 num_nic_ports =
1211 num_nic_ports =
1232 if (oct->fw_info.max_nic_ports < num_nic_ports) {
1235 num_nic_ports, oct->fw_info.max_nic_ports);
H A Docteon_config.h141 #define CFG_GET_NUM_NIC_PORTS(cfg) ((cfg)->num_nic_ports)
421 int num_nic_ports; member in struct:octeon_config
H A Dlio_vf_main.c2244 int num_nic_ports = 1; local
2252 oct->ifcount = num_nic_ports;
2254 sizeof(struct octdev_props) * num_nic_ports);
H A Dlio_main.c3903 int num_nic_ports = CFG_GET_NUM_NIC_PORTS(octeon_get_conf(oct)); local
3911 oct->ifcount = num_nic_ports;
3913 memset(oct->props, 0, sizeof(struct octdev_props) * num_nic_ports);

Completed in 116 milliseconds