Searched refs:auto_xfer_rdy_size (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_xport.c | 313 ocs->auto_xfer_rdy_size = 0; in ocs_xport_initialize_auto_xfer_ready() 318 if (ocs_hw_set(&ocs->hw, OCS_HW_AUTO_XFER_RDY_SIZE, ocs->auto_xfer_rdy_size)) { in ocs_xport_initialize_auto_xfer_ready() 453 if (ocs->auto_xfer_rdy_size > 0 && in ocs_xport_initialize() 454 (ocs->auto_xfer_rdy_size < 2048 || in ocs_xport_initialize() 455 ocs->auto_xfer_rdy_size > 65536)) { in ocs_xport_initialize() 462 if (ocs->auto_xfer_rdy_size > 0) { in ocs_xport_initialize()
|
H A D | ocs_drv_fc.h | 142 uint32_t auto_xfer_rdy_size; /*>> Maximum sized write to use auto xfer rdy */ member
|
H A D | ocs.h | 152 uint32_t auto_xfer_rdy_size; /*>> Max sized write to use auto xfer rdy*/ member
|
H A D | ocs_ddump.c | 663 ocs_ddump_value(textbuf, "auto_xfer_rdy_size", "%d", ocs->auto_xfer_rdy_size); in ocs_ddump()
|
H A D | ocs_hw_queues.c | 2224 …if (ocs_dma_alloc(hw->os, &buf->payload.dma, hw->config.auto_xfer_rdy_size, OCS_MIN_DMA_ALIGNMENT)… in ocs_hw_rqpair_auto_xfer_rdy_buffer_alloc() 2559 hw->config.auto_xfer_rdy_size > 0) { in ocs_hw_rqpair_init()
|
H A D | ocs_hw.h | 911 uint32_t auto_xfer_rdy_size; /** max size IO to use with this feature */ member
|
H A D | ocs_hw.c | 635 hw->config.auto_xfer_rdy_size > 0) { in ocs_hw_init() 640 …_config_auto_xfer_rdy_hp(&hw->sli, buf, SLI4_BMBX_SIZE, hw->config.auto_xfer_rdy_size, 1, ramdisc_… in ocs_hw_init() 642 …_size = sli_cmd_config_auto_xfer_rdy(&hw->sli, buf, SLI4_BMBX_SIZE, hw->config.auto_xfer_rdy_size); in ocs_hw_init() 1519 *value = hw->config.auto_xfer_rdy_size; in ocs_hw_get() 1956 hw->config.auto_xfer_rdy_size = value; in ocs_hw_set()
|