Lines Matching refs:pr_name

290 ixgbe_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num,
463 err = ixgbe_set_priv_prop(ixgbe, pr_name, pr_valsize, pr_val);
474 ixgbe_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num,
588 err = ixgbe_get_priv_prop(ixgbe, pr_name,
599 ixgbe_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num,
726 if (strcmp(pr_name, "_adv_pause_cap") == 0 ||
727 strcmp(pr_name, "_adv_asym_pause_cap") == 0) {
732 if (strcmp(pr_name, "_tx_copy_thresh") == 0) {
734 } else if (strcmp(pr_name, "_tx_recycle_thresh") == 0) {
736 } else if (strcmp(pr_name, "_tx_overload_thresh") == 0) {
738 } else if (strcmp(pr_name, "_tx_resched_thresh") == 0) {
740 } else if (strcmp(pr_name, "_rx_copy_thresh") == 0) {
742 } else if (strcmp(pr_name, "_rx_limit_per_intr") == 0) {
744 } if (strcmp(pr_name, "_intr_throttling") == 0) {
777 ixgbe_set_priv_prop(ixgbe_t *ixgbe, const char *pr_name,
785 if (strcmp(pr_name, "_tx_copy_thresh") == 0) {
799 if (strcmp(pr_name, "_tx_recycle_thresh") == 0) {
813 if (strcmp(pr_name, "_tx_overload_thresh") == 0) {
827 if (strcmp(pr_name, "_tx_resched_thresh") == 0) {
841 if (strcmp(pr_name, "_rx_copy_thresh") == 0) {
855 if (strcmp(pr_name, "_rx_limit_per_intr") == 0) {
869 if (strcmp(pr_name, "_intr_throttling") == 0) {
910 ixgbe_get_priv_prop(ixgbe_t *ixgbe, const char *pr_name,
916 if (strcmp(pr_name, "_adv_pause_cap") == 0) {
921 if (strcmp(pr_name, "_adv_asym_pause_cap") == 0) {
926 if (strcmp(pr_name, "_tx_copy_thresh") == 0) {
931 if (strcmp(pr_name, "_tx_recycle_thresh") == 0) {
936 if (strcmp(pr_name, "_tx_overload_thresh") == 0) {
941 if (strcmp(pr_name, "_tx_resched_thresh") == 0) {
946 if (strcmp(pr_name, "_rx_copy_thresh") == 0) {
951 if (strcmp(pr_name, "_rx_limit_per_intr") == 0) {
956 if (strcmp(pr_name, "_intr_throttling") == 0) {