Searched refs:ocs_get_property (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_xport.c | 329 if (ocs_get_property("p_type", prop_buf, sizeof(prop_buf)) == 0) { in ocs_xport_initialize_auto_xfer_ready() 332 if (ocs_get_property("ramdisc_blocksize", prop_buf, sizeof(prop_buf)) == 0) { in ocs_xport_initialize_auto_xfer_ready() 335 if (ocs_get_property("external_dif", prop_buf, sizeof(prop_buf)) == 0) { in ocs_xport_initialize_auto_xfer_ready() 516 if (ocs_get_property("dif_separate", prop_buf, sizeof(prop_buf)) == 0) { in ocs_xport_initialize()
|
H A D | ocs_os.h | 843 extern int32_t ocs_get_property(const char *prop_name, char *buffer, uint32_t buffer_len);
|
H A D | ocs_pci.c | 952 ocs_get_property(const char *prop_name, char *buffer, uint32_t buffer_len) in ocs_get_property() function
|
H A D | ocs_hw_queues.c | 1918 if (ocs_get_property("disk_spin_delay", prop_buf, sizeof(prop_buf)) == 0) { in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() 2010 if (ocs_get_property("disk_spin_delay", prop_buf, sizeof(prop_buf)) == 0) { in ocs_hw_rqpair_process_auto_xfr_rdy_data()
|
H A D | ocs_domain.c | 652 if (ocs_get_property("wwn_bump", prop_buf, sizeof(prop_buf)) == 0) { in __ocs_domain_wait_alloc()
|
H A D | ocs_fabric.c | 1299 if (ocs_get_property("wwn_bump", prop_buf, sizeof(prop_buf)) == 0) { in ocs_rnode_is_winner()
|
H A D | ocs_hw.c | 412 if (ocs_get_property("auto_xfer_rdy_xri_cnt", prop_buf, sizeof(prop_buf)) == 0) { in ocs_hw_setup() 637 if (ocs_get_property("ramdisc_blocksize", prop_buf, sizeof(prop_buf)) == 0) { in ocs_hw_init() 8648 if (ocs_get_property("disk_spin_delay", prop_buf, sizeof(prop_buf)) == 0) { in ocs_hw_wq_process_io()
|