Searched refs:temp_lpm_tbl (Results 1 – 2 of 2) sorted by relevance
580 if (devp->temp_lpm_tbl == NULL) in get_lpm_speed()582 lpm = y_of_x(devp->temp_lpm_tbl, temp); in get_lpm_speed()605 table_t *temp_lpm_tbl; in cb_lpm() local623 temp_lpm_tbl = parse_lpm_ranges(bufp, psize); in cb_lpm()624 if (temp_lpm_tbl == NULL) { in cb_lpm()630 fini_table(temp_lpm_tbl); in cb_lpm()637 newdev->temp_lpm_tbl = temp_lpm_tbl; in cb_lpm()686 fini_table(devp->temp_lpm_tbl); in delete_lpm_devices()
354 table_t *temp_lpm_tbl; member