Lines Matching refs:pr_name

1874                                   const char *  pr_name,
1881 if (strcmp(pr_name, "_en_2500fdx_cap") == 0)
1897 else if (strcmp(pr_name, "_en_txpause_cap") == 0)
1913 else if (strcmp(pr_name, "_en_rxpause_cap") == 0)
1929 else if (strcmp(pr_name, "_autoneg_flow") == 0)
1945 else if (strcmp(pr_name, "_checksum") == 0)
1987 else if (strcmp(pr_name, "_tx_ring_policy") == 0)
2010 else if (strcmp(pr_name, "_num_rings") == 0)
2030 else if (strcmp(pr_name, "_rx_descs") == 0)
2049 else if (strcmp(pr_name, "_rx_free_reclaim") == 0)
2063 else if (strcmp(pr_name, "_tx_descs") == 0)
2082 else if (strcmp(pr_name, "_tx_free_reclaim") == 0)
2096 else if (strcmp(pr_name, "_rx_copy_threshold") == 0)
2105 else if (strcmp(pr_name, "_tx_copy_threshold") == 0)
2114 else if (strcmp(pr_name, "_interrupt_coalesce") == 0)
2133 else if (strcmp(pr_name, "_rx_interrupt_coalesce_usec") == 0)
2153 else if (strcmp(pr_name, "_tx_interrupt_coalesce_usec") == 0)
2173 else if (strcmp(pr_name, "_disable_msix") == 0)
2192 else if (strcmp(pr_name, "_l2_fw_flow_ctrl") == 0)
2211 else if (strcmp(pr_name, "_autogreeen_enable") == 0)
2226 else if (strcmp(pr_name, "_lso_enable") == 0)
2245 else if (strcmp(pr_name, "_log_enable") == 0)
2259 else if (strcmp(pr_name, "_fcoe_enable") == 0)
2288 const char * pr_name,
2451 err = BnxeSetPrivateProperty(pUM, pr_name, pr_valsize, pr_val);
2470 const char * pr_name,
2479 if (strcmp(pr_name, "_adv_2500fdx_cap") == 0)
2483 else if (strcmp(pr_name, "_en_2500fdx_cap") == 0)
2487 else if (strcmp(pr_name, "_adv_txpause_cap") == 0)
2491 else if (strcmp(pr_name, "_en_txpause_cap") == 0)
2495 else if (strcmp(pr_name, "_txpause") == 0)
2499 else if (strcmp(pr_name, "_adv_rxpause_cap") == 0)
2503 else if (strcmp(pr_name, "_en_rxpause_cap") == 0)
2507 else if (strcmp(pr_name, "_rxpause") == 0)
2511 else if (strcmp(pr_name, "_autoneg_flow") == 0)
2515 else if (strcmp(pr_name, "_checksum") == 0)
2519 else if (strcmp(pr_name, "_tx_ring_policy") == 0)
2523 else if (strcmp(pr_name, "_num_rings") == 0)
2527 else if (strcmp(pr_name, "_rx_descs") == 0)
2531 else if (strcmp(pr_name, "_rx_free_reclaim") == 0)
2535 else if (strcmp(pr_name, "_tx_descs") == 0)
2539 else if (strcmp(pr_name, "_tx_free_reclaim") == 0)
2543 else if (strcmp(pr_name, "_rx_copy_threshold") == 0)
2547 else if (strcmp(pr_name, "_tx_copy_threshold") == 0)
2551 else if (strcmp(pr_name, "_interrupt_coalesce") == 0)
2555 else if (strcmp(pr_name, "_rx_interrupt_coalesce_usec") == 0)
2559 else if (strcmp(pr_name, "_tx_interrupt_coalesce_usec") == 0)
2563 else if (strcmp(pr_name, "_disable_msix") == 0)
2567 else if (strcmp(pr_name, "_l2_fw_flow_ctrl") == 0)
2571 else if (strcmp(pr_name, "_autogreeen_enable") == 0)
2575 else if (strcmp(pr_name, "_lso_enable") == 0)
2579 else if (strcmp(pr_name, "_log_enable") == 0)
2583 else if (strcmp(pr_name, "_fcoe_enable") == 0)
2602 const char * pr_name,
2754 pr_name,
2772 const char * pr_name,
2781 if ((strcmp(pr_name, "_adv_2500fdx_cap") == 0) ||
2782 (strcmp(pr_name, "_adv_txpause_cap") == 0) ||
2783 (strcmp(pr_name, "_txpause") == 0) ||
2784 (strcmp(pr_name, "_adv_rxpause_cap") == 0) ||
2785 (strcmp(pr_name, "_rxpause") == 0) ||
2786 (strcmp(pr_name, "_checksum") == 0) ||
2787 (strcmp(pr_name, "_num_rings") == 0) ||
2788 (strcmp(pr_name, "_rx_descs") == 0) ||
2789 (strcmp(pr_name, "_tx_descs") == 0) ||
2790 (strcmp(pr_name, "_interrupt_coalesce") == 0) ||
2791 (strcmp(pr_name, "_rx_interrupt_coalesce_usec") == 0) ||
2792 (strcmp(pr_name, "_tx_interrupt_coalesce_usec") == 0) ||
2793 (strcmp(pr_name, "_disable_msix") == 0) ||
2794 (strcmp(pr_name, "_l2_fw_flow_ctrl") == 0) ||
2795 (strcmp(pr_name, "_lso_enable") == 0))
2801 if (strcmp(pr_name, "_autoneg_flow") == 0)
2805 else if (strcmp(pr_name, "_tx_ring_policy") == 0)
2809 else if (strcmp(pr_name, "_rx_free_reclaim") == 0)
2813 else if (strcmp(pr_name, "_tx_free_reclaim") == 0)
2817 else if (strcmp(pr_name, "_rx_copy_threshold") == 0)
2821 else if (strcmp(pr_name, "_tx_copy_threshold") == 0)
2825 else if (strcmp(pr_name, "_autogreeen_enable") == 0)
2829 else if (strcmp(pr_name, "_log_enable") == 0)
2833 else if (strcmp(pr_name, "_fcoe_enable") == 0)
2848 const char * pr_name,
2946 BnxeMacPrivatePropertyInfo(pUM, pr_name, prh);