Home
last modified time | relevance | path

Searched refs:rq_default_buffer_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c628 rq->data_entry_size = hw->config.rq_default_buffer_size; in hw_new_rq()
707 rq->data_entry_size = hw->config.rq_default_buffer_size; in hw_new_rq_set()
H A Docs_hw.h909 uint32_t rq_default_buffer_size; /** size of the buffers for first burst */ member
H A Docs_hw.c410 hw->config.rq_default_buffer_size = OCS_HW_RQ_SIZE_PAYLOAD; in ocs_hw_setup()
1510 *value = hw->config.rq_default_buffer_size; in ocs_hw_get()
1950 hw->config.rq_default_buffer_size = value; in ocs_hw_set()
11652 uint32_t payload_size = hw->config.rq_default_buffer_size; in ocs_hw_rx_allocate()