Home
last modified time | relevance | path

Searched refs:new_protocol (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/ocs_fc/
H A Docs_mgmt.c1948 ocs_hw_port_protocol_e new_protocol; in set_port_protocol() local
1958 new_protocol = OCS_HW_PORT_PROTOCOL_ISCSI; in set_port_protocol()
1960 new_protocol = OCS_HW_PORT_PROTOCOL_FC; in set_port_protocol()
1962 new_protocol = OCS_HW_PORT_PROTOCOL_FCOE; in set_port_protocol()
1967 rc = ocs_hw_set_port_protocol(&ocs->hw, new_protocol, func, in set_port_protocol()
H A Docs_hw.c7278 uint32_t new_protocol; member
7349 ocs_hw_port_protocol_e new_protocol; in ocs_hw_set_port_protocol_cb1() local
7358 new_protocol = (ocs_hw_port_protocol_e)cb_arg->new_protocol; in ocs_hw_set_port_protocol_cb1()
7419 switch(new_protocol) { in ocs_hw_set_port_protocol_cb1()
7513 ocs_hw_set_port_protocol(ocs_hw_t *hw, ocs_hw_port_protocol_e new_protocol, in ocs_hw_set_port_protocol() argument
7542 cb_arg->new_protocol = new_protocol; in ocs_hw_set_port_protocol()