Searched refs:ptv (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/freescale/fman/ |
D | fman_dtsec.c | 163 u32 ptv; /* 0x018 Pause time value register */ member 371 iowrite32be(tmp, ®s->ptv); in init() 843 u32 ptv = 0; in dtsec_set_tx_pause_frames() local 853 ptv = ioread32be(®s->ptv); in dtsec_set_tx_pause_frames() 854 ptv &= PTV_PTE_MASK; in dtsec_set_tx_pause_frames() 855 ptv |= pause_time & PTV_PT_MASK; in dtsec_set_tx_pause_frames() 856 iowrite32be(ptv, ®s->ptv); in dtsec_set_tx_pause_frames()
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/ |
D | rst.c | 197 struct timeval *ptv = NULL; in test_wait_fds() local 210 ptv = &tv; in test_wait_fds() 234 ret = select(nfd + 1, NULL, &fds, &efds, ptv); in test_wait_fds()
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/ |
D | sock.c | 40 struct timeval *ptv = NULL; in test_wait_fd() local 51 ptv = &tv; in test_wait_fd() 55 ret = select(sk + 1, NULL, &fds, &efds, ptv); in test_wait_fd() 57 ret = select(sk + 1, &fds, NULL, &efds, ptv); in test_wait_fd()
|
/linux-6.12.1/drivers/input/keyboard/ |
D | omap4-keypad.c | 60 #define OMAP4_KEYPAD_DEBOUNCINGTIME_MS(dbms, ptv) \ argument 61 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
|
/linux-6.12.1/drivers/net/ethernet/freescale/ |
D | gianfar.h | 705 u32 ptv; /* 0x.028 - Pause Time Value Register */ member
|
D | gianfar.c | 207 gfar_write(®s->ptv, DEFAULT_LFC_PTVVAL); in gfar_mac_rx_config()
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | pmtu.sh | 2350 while getopts :ptv o
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_init.c | 9857 u8 ptv, tf, pt; in lpfc_map_topology() local 9859 ptv = bf_get(lpfc_mbx_rd_conf_ptv, rd_config); in lpfc_map_topology() 9865 ptv, tf, pt); in lpfc_map_topology() 9866 if (!ptv) { in lpfc_map_topology()
|