{ DECK: DFC$POLL_CONSTANTS.

  CONST

{   dfc$poll_queue_index = Poll task's index to the cpu_queue_entry
{   and to the driver_queue_entry.
    dfc$poll_queue_index = 1,

{   dfc$poll_wait_time = Poll task wait time between each execution,
{   in milliseconds.
    dfc$poll_wait_time = 10000;

  CONST

{   DFC$MAXIMUM_TIMEOUT is the request maximum timeout interval value in SECONDS.
    dfc$maximum_timeout = 255,

{   DFC$MAX_REQ_TIMEOUT_COUNT_VALUE is the maximum value that can be assigned
{   to maximum_request_timeout_count parameter.
    dfc$max_req_timeout_count_value = 255,

{   DFC$MAX_RETRANSMIT_COUNT_VALUE is the maximum value that can be assigned to
{   maximum_retransmission_count parameter.
    dfc$max_retransmit_count_value = 255;

