ff_max            183 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov.h 	struct qlcnic_resources		ff_max;
ff_max             72 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	struct qlcnic_resources *res = &sriov->ff_max;
ff_max            140 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	struct qlcnic_resources *ff_max = &adapter->ahw->sriov->ff_max;
ff_max            142 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_tx_mac_filters = info->max_tx_mac_filters;
ff_max            143 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_rx_ucast_mac_filters = info->max_rx_ucast_mac_filters;
ff_max            144 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_rx_mcast_mac_filters = info->max_rx_mcast_mac_filters;
ff_max            145 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_txvlan_keys = info->max_tx_vlan_keys;
ff_max            146 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_rx_queues = info->max_rx_ques;
ff_max            147 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_tx_queues = info->max_tx_ques;
ff_max            148 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_lro_flows_supported = info->max_rx_lro_flow;
ff_max            149 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_destip = info->max_rx_ip_addr;
ff_max            150 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_rx_buf_rings = info->max_rx_buf_rings;
ff_max            151 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->num_rx_status_rings = info->max_rx_status_rings;
ff_max            152 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->max_remote_ipv6_addrs = info->max_remote_ipv6_addrs;
ff_max            153 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c 	ff_max->max_local_ipv6_addrs = info->max_local_ipv6_addrs;