Lines Matching refs:pr_name

961 igb_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num,
1117 err = igb_set_priv_prop(igb, pr_name, pr_valsize, pr_val);
1135 igb_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num,
1219 err = igb_get_priv_prop(igb, pr_name, pr_valsize, pr_val);
1229 igb_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num,
1324 igb_priv_prop_info(igb, pr_name, prh);
1354 igb_set_priv_prop(igb_t *igb, const char *pr_name,
1362 if (strcmp(pr_name, "_eee_support") == 0) {
1399 if (strcmp(pr_name, "_tx_copy_thresh") == 0) {
1413 if (strcmp(pr_name, "_tx_recycle_thresh") == 0) {
1427 if (strcmp(pr_name, "_tx_overload_thresh") == 0) {
1441 if (strcmp(pr_name, "_tx_resched_thresh") == 0) {
1456 if (strcmp(pr_name, "_rx_copy_thresh") == 0) {
1470 if (strcmp(pr_name, "_rx_limit_per_intr") == 0) {
1484 if (strcmp(pr_name, "_intr_throttling") == 0) {
1512 igb_get_priv_prop(igb_t *igb, const char *pr_name, uint_t pr_valsize,
1517 if (strcmp(pr_name, "_adv_pause_cap") == 0) {
1519 } else if (strcmp(pr_name, "_adv_asym_pause_cap") == 0) {
1521 } else if (strcmp(pr_name, "_eee_support") == 0) {
1534 } else if (strcmp(pr_name, "_tx_copy_thresh") == 0) {
1536 } else if (strcmp(pr_name, "_tx_recycle_thresh") == 0) {
1538 } else if (strcmp(pr_name, "_tx_overload_thresh") == 0) {
1540 } else if (strcmp(pr_name, "_tx_resched_thresh") == 0) {
1542 } else if (strcmp(pr_name, "_rx_copy_thresh") == 0) {
1544 } else if (strcmp(pr_name, "_rx_limit_per_intr") == 0) {
1546 } else if (strcmp(pr_name, "_intr_throttling") == 0) {
1557 igb_priv_prop_info(igb_t *igb, const char *pr_name, mac_prop_info_handle_t prh)
1562 if (strcmp(pr_name, "_adv_pause_cap") == 0 ||
1563 strcmp(pr_name, "_adv_asym_pause_cap") == 0) {
1566 } else if (strcmp(pr_name, "_tx_copy_thresh") == 0) {
1568 } else if (strcmp(pr_name, "_tx_recycle_thresh") == 0) {
1570 } else if (strcmp(pr_name, "_tx_overload_thresh") == 0) {
1572 } else if (strcmp(pr_name, "_tx_resched_thresh") == 0) {
1574 } else if (strcmp(pr_name, "_rx_copy_thresh") == 0) {
1576 } else if (strcmp(pr_name, "_rx_limit_per_intr") == 0) {
1578 } else if (strcmp(pr_name, "_intr_throttling") == 0) {