Searched refs:ocs_hw_set (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_xport.c | 222 ocs_hw_set(&ocs->hw, OCS_HW_BOUNCE, ocs->hw_bounce); in ocs_xport_attach() 225 ocs_hw_set(&ocs->hw, OCS_HW_RQ_SELECTION_POLICY, ocs->rq_selection_policy); in ocs_xport_attach() 226 ocs_hw_set(&ocs->hw, OCS_HW_RR_QUANTA, ocs->rr_quanta); in ocs_xport_attach() 242 if (ocs_hw_set(&ocs->hw, OCS_HW_N_SGL, n_sgl) != OCS_HW_RTN_SUCCESS) { in ocs_xport_attach() 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() 344 if (ocs_hw_set(&ocs->hw, OCS_HW_AUTO_XFER_RDY_T10_ENABLE, TRUE)) { in ocs_xport_initialize_auto_xfer_ready() 348 if (ocs_hw_set(&ocs->hw, OCS_HW_AUTO_XFER_RDY_BLK_SIZE, ramdisc_blocksize)) { in ocs_xport_initialize_auto_xfer_ready() 352 if (ocs_hw_set(&ocs->hw, OCS_HW_AUTO_XFER_RDY_P_TYPE, p_type)) { in ocs_xport_initialize_auto_xfer_ready() 356 if (ocs_hw_set(&ocs->hw, OCS_HW_AUTO_XFER_RDY_REF_TAG_IS_LBA, TRUE)) { in ocs_xport_initialize_auto_xfer_ready() 360 if (ocs_hw_set(&ocs->hw, OCS_HW_AUTO_XFER_RDY_APP_TAG_VALID, FALSE)) { in ocs_xport_initialize_auto_xfer_ready() [all …]
|
H A D | ocs_mgmt.c | 1765 hw_rc = ocs_hw_set(&ocs->hw, OCS_HW_LINK_SPEED, spd); in set_configured_speed() 1804 hw_rc = ocs_hw_set(&ocs->hw, OCS_HW_TOPOLOGY, topo); in set_configured_topology()
|
H A D | ocs_hw.h | 1255 extern ocs_hw_rtn_e ocs_hw_set(ocs_hw_t *, ocs_hw_property_e, uint32_t);
|
H A D | ocs_hw.c | 1810 ocs_hw_set(ocs_hw_t *hw, ocs_hw_property_e prop, uint32_t value) in ocs_hw_set() function
|