Lines Matching refs:pr_name

3208 e1000g_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num,
3403 err = e1000g_set_priv_prop(Adapter, pr_name,
3415 e1000g_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num,
3497 err = e1000g_get_priv_prop(Adapter, pr_name,
3509 e1000g_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num,
3621 if (strcmp(pr_name, "_adv_pause_cap") == 0 ||
3622 strcmp(pr_name, "_adv_asym_pause_cap") == 0) {
3625 } else if (strcmp(pr_name, "_tx_bcopy_threshold") == 0) {
3627 } else if (strcmp(pr_name, "_tx_interrupt_enable") == 0) {
3629 } else if (strcmp(pr_name, "_tx_intr_delay") == 0) {
3631 } else if (strcmp(pr_name, "_tx_intr_abs_delay") == 0) {
3633 } else if (strcmp(pr_name, "_rx_bcopy_threshold") == 0) {
3635 } else if (strcmp(pr_name, "_max_num_rcv_packets") == 0) {
3637 } else if (strcmp(pr_name, "_rx_intr_delay") == 0) {
3639 } else if (strcmp(pr_name, "_rx_intr_abs_delay") == 0) {
3641 } else if (strcmp(pr_name, "_intr_throttling_rate") == 0) {
3643 } else if (strcmp(pr_name, "_intr_adaptive") == 0) {
3658 e1000g_set_priv_prop(struct e1000g *Adapter, const char *pr_name,
3665 if (strcmp(pr_name, "_tx_bcopy_threshold") == 0) {
3679 if (strcmp(pr_name, "_tx_interrupt_enable") == 0) {
3703 if (strcmp(pr_name, "_tx_intr_delay") == 0) {
3724 if (strcmp(pr_name, "_tx_intr_abs_delay") == 0) {
3746 if (strcmp(pr_name, "_rx_bcopy_threshold") == 0) {
3759 if (strcmp(pr_name, "_max_num_rcv_packets") == 0) {
3772 if (strcmp(pr_name, "_rx_intr_delay") == 0) {
3793 if (strcmp(pr_name, "_rx_intr_abs_delay") == 0) {
3815 if (strcmp(pr_name, "_intr_throttling_rate") == 0) {
3841 if (strcmp(pr_name, "_intr_adaptive") == 0) {
3863 e1000g_get_priv_prop(struct e1000g *Adapter, const char *pr_name,
3869 if (strcmp(pr_name, "_adv_pause_cap") == 0) {
3874 if (strcmp(pr_name, "_adv_asym_pause_cap") == 0) {
3879 if (strcmp(pr_name, "_tx_bcopy_threshold") == 0) {
3884 if (strcmp(pr_name, "_tx_interrupt_enable") == 0) {
3889 if (strcmp(pr_name, "_tx_intr_delay") == 0) {
3894 if (strcmp(pr_name, "_tx_intr_abs_delay") == 0) {
3899 if (strcmp(pr_name, "_rx_bcopy_threshold") == 0) {
3904 if (strcmp(pr_name, "_max_num_rcv_packets") == 0) {
3909 if (strcmp(pr_name, "_rx_intr_delay") == 0) {
3914 if (strcmp(pr_name, "_rx_intr_abs_delay") == 0) {
3919 if (strcmp(pr_name, "_intr_throttling_rate") == 0) {
3924 if (strcmp(pr_name, "_intr_adaptive") == 0) {