Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_hw_queues.c624 rq->data_entry_size = hw->config.rq_default_buffer_size; in hw_new_rq()
704 rq->data_entry_size = hw->config.rq_default_buffer_size; in hw_new_rq_set()
H A Docs_hw.h916 uint32_t rq_default_buffer_size; /** size of the buffers for first burst */ member
H A Docs_hw.c404 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()
1951 hw->config.rq_default_buffer_size = value; in ocs_hw_set()
11657 uint32_t payload_size = hw->config.rq_default_buffer_size; in ocs_hw_rx_allocate()