Home
last modified time | relevance | path

Searched refs:rfd (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c336 unsigned int rfa, rfd; in axgbe_queue_flow_control_threshold() local
372 rfd = rfa + (frame_fifo_size / 2); in axgbe_queue_flow_control_threshold()
379 rfd = rfa + frame_fifo_size; in axgbe_queue_flow_control_threshold()
383 pdata->rx_rfd[queue] = AXGMAC_FLOW_CONTROL_VALUE(rfd); in axgbe_queue_flow_control_threshold()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1741 (rfd, wfd) = os.pipe()
1742 fcntl.fcntl(rfd, fcntl.F_SETFD, fcntl.FD_CLOEXEC)
1751 return (rfd, wfd)