Searched refs:ptv (Results 1 – 6 of 6) sorted by relevance
140 if (ptv != NULL) in get_value_ptrs()141 *ptv = pval; in get_value_ptrs()160 ptv->pval = &pval[ptv->no.kidx]; in update_tvalue()161 ptv->no.name = (char *)&pval[ptv->no.kidx]; in update_tvalue()502 if (ptv == NULL) in ipfw_link_table_values()509 ptv->pval->refcnt++; in ipfw_link_table_values()567 if (ptv != NULL) { in ipfw_link_table_values()568 ptv->pval->refcnt++; in ipfw_link_table_values()585 ptv = (struct table_val_link *)ptei->ptv; in ipfw_link_table_values()586 ptei->ptv = NULL; in ipfw_link_table_values()[all …]
60 void *ptv; /* Temporary field to hold obj */ member
465 if (ptei->ptv != NULL) { in flush_batch_buffer()466 free(ptei->ptv, M_IPFW); in flush_batch_buffer()467 ptei->ptv = NULL; in flush_batch_buffer()
240 uint32_t ptv; in ti_wdt_event() local264 ptv = 0; in ti_wdt_event()265 wldr = 0xffffffff - (s * (32768 / (1 << ptv))) + 1; in ti_wdt_event()
181 iowrite32be(tmp, ®s->ptv); in fman_dtsec_init()656 uint32_t ptv = 0; in fman_dtsec_set_tx_pause_frames() local661 ptv = ioread32be(®s->ptv); in fman_dtsec_set_tx_pause_frames()662 ptv &= 0xffff0000; in fman_dtsec_set_tx_pause_frames()663 ptv |= time & 0x0000ffff; in fman_dtsec_set_tx_pause_frames()664 iowrite32be(ptv, ®s->ptv); in fman_dtsec_set_tx_pause_frames()
413 uint32_t ptv; /* 0x018 Pause time value register */ member