Searched refs:rfd (Results 1 – 2 of 2) sorted by relevance
336 unsigned int rfa, rfd; in axgbe_queue_flow_control_threshold() local372 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()
1741 (rfd, wfd) = os.pipe()1742 fcntl.fcntl(rfd, fcntl.F_SETFD, fcntl.FD_CLOEXEC)1751 return (rfd, wfd)