Lines Matching refs:pr_name

1550 nge_m_setprop(void *barg, const char *pr_name, mac_prop_id_t pr_num,
1740 err = nge_set_priv_prop(ngep, pr_name, pr_valsize,
1755 nge_m_getprop(void *barg, const char *pr_name, mac_prop_id_t pr_num,
1837 err = nge_get_priv_prop(ngep, pr_name,
1847 nge_m_propinfo(void *barg, const char *pr_name, mac_prop_id_t pr_num,
1893 if (strcmp(pr_name, "_tx_bcopy_threshold") == 0) {
1895 } else if (strcmp(pr_name, "_rx_bcopy_threshold") == 0) {
1897 } else if (strcmp(pr_name, "_recv_max_packet") == 0) {
1899 } else if (strcmp(pr_name, "_poll_quiet_time") == 0) {
1901 } else if (strcmp(pr_name, "_poll_busy_time") == 0) {
1903 } else if (strcmp(pr_name, "_rx_intr_hwater") == 0) {
1905 } else if (strcmp(pr_name, "_rx_intr_lwater") == 0) {
1919 nge_set_priv_prop(nge_t *ngep, const char *pr_name, uint_t pr_valsize,
1925 if (strcmp(pr_name, "_tx_bcopy_threshold") == 0) {
1939 if (strcmp(pr_name, "_rx_bcopy_threshold") == 0) {
1953 if (strcmp(pr_name, "_recv_max_packet") == 0) {
1967 if (strcmp(pr_name, "_poll_quiet_time") == 0) {
1981 if (strcmp(pr_name, "_poll_busy_time") == 0) {
1995 if (strcmp(pr_name, "_rx_intr_hwater") == 0) {
2009 if (strcmp(pr_name, "_rx_intr_lwater") == 0) {
2036 nge_get_priv_prop(nge_t *ngep, const char *pr_name, uint_t pr_valsize,
2042 if (strcmp(pr_name, "_tx_bcopy_threshold") == 0) {
2047 if (strcmp(pr_name, "_rx_bcopy_threshold") == 0) {
2052 if (strcmp(pr_name, "_recv_max_packet") == 0) {
2057 if (strcmp(pr_name, "_poll_quiet_time") == 0) {
2062 if (strcmp(pr_name, "_poll_busy_time") == 0) {
2067 if (strcmp(pr_name, "_rx_intr_hwater") == 0) {
2072 if (strcmp(pr_name, "_rx_intr_lwater") == 0) {