Searched refs:ocs_hw_linkcfg_e (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c1511 * This structure provides a mapping from the ocs_hw_linkcfg_e
1517 ocs_hw_linkcfg_e linkcfg;
1537 static ocs_hw_linkcfg_e
1558 ocs_mgmt_from_hw_linkcfg(ocs_hw_linkcfg_e linkcfg)
1575 ocs_hw_linkcfg_e linkcfg;
1592 ocs_hw_linkcfg_e linkcfg;
1594 linkcfg = (ocs_hw_linkcfg_e)value;
1764 ocs_hw_linkcfg_e linkcfg;
1809 cb_arg->linkcfg = (ocs_hw_linkcfg_e)value;
H A Docs_hw.c109 static ocs_hw_rtn_e ocs_hw_set_linkcfg(ocs_hw_t *, ocs_hw_linkcfg_e, uint32_t, ocs_hw_port_control_cb_t, void *);
110 static ocs_hw_rtn_e ocs_hw_set_linkcfg_lancer(ocs_hw_t *, ocs_hw_linkcfg_e, uint32_t, ocs_hw_port_control_cb_t, void *);
111 static ocs_hw_rtn_e ocs_hw_set_linkcfg_skyhawk(ocs_hw_t *, ocs_hw_linkcfg_e, uint32_t, ocs_hw_port_control_cb_t, void *);
1134 hw->linkcfg = (ocs_hw_linkcfg_e)value;
2609 * - OCS_HW_PORT_SET_LINK_CONFIG - An enum #ocs_hw_linkcfg_e value.
2719 rc = ocs_hw_set_linkcfg(hw, (ocs_hw_linkcfg_e)value, OCS_CMD_NOWAIT, cb, arg);
5675 * This structure provides a mapping from the ocs_hw_linkcfg_e
5681 ocs_hw_linkcfg_e linkcfg;
5701 * This structure provides a mapping from the ocs_hw_linkcfg_e
5706 ocs_hw_linkcfg_e linkcf
[all...]
H A Docs_hw.h354 } ocs_hw_linkcfg_e; typedef in typeref:enum:__anon7561
988 ocs_hw_linkcfg_e linkcfg; /**< link configuration setting */

Completed in 191 milliseconds