Lines Matching refs:strcmp

814 		if (strcmp(pr_name, "_adv_pause_cap") == 0 ||  in ixgbe_m_propinfo()
815 strcmp(pr_name, "_adv_asym_pause_cap") == 0) { in ixgbe_m_propinfo()
820 if (strcmp(pr_name, "_tx_copy_thresh") == 0) { in ixgbe_m_propinfo()
822 } else if (strcmp(pr_name, "_tx_recycle_thresh") == 0) { in ixgbe_m_propinfo()
824 } else if (strcmp(pr_name, "_tx_overload_thresh") == 0) { in ixgbe_m_propinfo()
826 } else if (strcmp(pr_name, "_tx_resched_thresh") == 0) { in ixgbe_m_propinfo()
828 } else if (strcmp(pr_name, "_rx_copy_thresh") == 0) { in ixgbe_m_propinfo()
830 } else if (strcmp(pr_name, "_rx_limit_per_intr") == 0) { in ixgbe_m_propinfo()
832 } else if (strcmp(pr_name, "_intr_throttling") == 0) { in ixgbe_m_propinfo()
873 if (strcmp(pr_name, "_tx_copy_thresh") == 0) { in ixgbe_set_priv_prop()
887 if (strcmp(pr_name, "_tx_recycle_thresh") == 0) { in ixgbe_set_priv_prop()
901 if (strcmp(pr_name, "_tx_overload_thresh") == 0) { in ixgbe_set_priv_prop()
915 if (strcmp(pr_name, "_tx_resched_thresh") == 0) { in ixgbe_set_priv_prop()
929 if (strcmp(pr_name, "_rx_copy_thresh") == 0) { in ixgbe_set_priv_prop()
943 if (strcmp(pr_name, "_rx_limit_per_intr") == 0) { in ixgbe_set_priv_prop()
957 if (strcmp(pr_name, "_intr_throttling") == 0) { in ixgbe_set_priv_prop()
1004 if (strcmp(pr_name, "_adv_pause_cap") == 0) { in ixgbe_get_priv_prop()
1009 if (strcmp(pr_name, "_adv_asym_pause_cap") == 0) { in ixgbe_get_priv_prop()
1014 if (strcmp(pr_name, "_tx_copy_thresh") == 0) { in ixgbe_get_priv_prop()
1019 if (strcmp(pr_name, "_tx_recycle_thresh") == 0) { in ixgbe_get_priv_prop()
1024 if (strcmp(pr_name, "_tx_overload_thresh") == 0) { in ixgbe_get_priv_prop()
1029 if (strcmp(pr_name, "_tx_resched_thresh") == 0) { in ixgbe_get_priv_prop()
1034 if (strcmp(pr_name, "_rx_copy_thresh") == 0) { in ixgbe_get_priv_prop()
1039 if (strcmp(pr_name, "_rx_limit_per_intr") == 0) { in ixgbe_get_priv_prop()
1044 if (strcmp(pr_name, "_intr_throttling") == 0) { in ixgbe_get_priv_prop()