Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c2566 rc = ocs_hw_rqpair_auto_xfer_rdy_buffer_alloc(hw, hw->config.auto_xfer_rdy_xri_cnt + 1); in ocs_hw_rqpair_init()
2575 xris_posted = ocs_hw_xri_move_to_port_owned(hw, hw->config.auto_xfer_rdy_xri_cnt); in ocs_hw_rqpair_init()
2576 if (xris_posted != hw->config.auto_xfer_rdy_xri_cnt) { in ocs_hw_rqpair_init()
H A Docs_hw.h910 uint32_t auto_xfer_rdy_xri_cnt; /** Initial XRIs to post to chip at initialization */ member
H A Docs_hw.c413 hw->config.auto_xfer_rdy_xri_cnt = ocs_strtoul(prop_buf, 0, 0); in ocs_hw_setup()
1516 *value = hw->config.auto_xfer_rdy_xri_cnt; in ocs_hw_get()
1953 hw->config.auto_xfer_rdy_xri_cnt = value; in ocs_hw_set()