Searched refs:ptv (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c197 struct timeval *ptv = NULL; local
210 ptv = &tv;
234 ret = select(nfd + 1, NULL, &fds, &efds, ptv);
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c163 u32 ptv; /* 0x018 Pause time value register */ member in struct:dtsec_regs
371 iowrite32be(tmp, &regs->ptv);
843 u32 ptv = 0; local
853 ptv = ioread32be(&regs->ptv);
854 ptv &= PTV_PTE_MASK;
855 ptv |= pause_time & PTV_PT_MASK;
856 iowrite32be(ptv, &regs->ptv);
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c40 struct timeval *ptv = NULL; local
51 ptv = &tv;
55 ret = select(sk + 1, NULL, &fds, &efds, ptv);
57 ret = select(sk + 1, &fds, NULL, &efds, ptv);
/linux-master/drivers/input/keyboard/
H A Domap4-keypad.c60 #define OMAP4_KEYPAD_DEBOUNCINGTIME_MS(dbms, ptv) \
61 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar.h705 u32 ptv; /* 0x.028 - Pause Time Value Register */ member in struct:gfar
H A Dgianfar.c207 gfar_write(&regs->ptv, DEFAULT_LFC_PTVVAL);
/linux-master/tools/testing/selftests/net/
H A Dpmtu.sh2255 while getopts :ptv o
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c9855 u8 ptv, tf, pt; local
9857 ptv = bf_get(lpfc_mbx_rd_conf_ptv, rd_config);
9862 "2027 Read Config Data : ptv:0x%x, tf:0x%x pt:0x%x",
9863 ptv, tf, pt);
9864 if (!ptv) {

Completed in 142 milliseconds