Home
last modified time | relevance | path

Searched refs:ptv (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_value.c140 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 …]
H A Dip_fw_table.h60 void *ptv; /* Temporary field to hold obj */ member
H A Dip_fw_table.c465 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()
/f-stack/freebsd/arm/ti/
H A Dti_wdt.c240 uint32_t ptv; in ti_wdt_event() local
264 ptv = 0; in ti_wdt_event()
265 wldr = 0xffffffff - (s * (32768 / (1 << ptv))) + 1; in ti_wdt_event()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c181 iowrite32be(tmp, &regs->ptv); in fman_dtsec_init()
656 uint32_t ptv = 0; in fman_dtsec_set_tx_pause_frames() local
661 ptv = ioread32be(&regs->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, &regs->ptv); in fman_dtsec_set_tx_pause_frames()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h413 uint32_t ptv; /* 0x018 Pause time value register */ member