Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_els.h65 extern ocs_io_t *ocs_send_scr(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, els_cb_t cb…
H A Docs_fabric.c960 ocs_send_scr(node, OCS_FC_ELS_SEND_DEFAULT_TIMEOUT, OCS_FC_ELS_DEFAULT_RETRIES, NULL, NULL); in __ocs_fabctl_init()
1011 ocs_send_scr(node, OCS_FC_ELS_SEND_DEFAULT_TIMEOUT, OCS_FC_ELS_DEFAULT_RETRIES, NULL, NULL); in __ocs_fabctl_wait_node_attach()
H A Docs_els.c1070 ocs_send_scr(ocs_node_t *node, uint32_t timeout_sec, uint32_t retries, in ocs_send_scr() function