Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_mgmt.c1950 ocs_hw_port_protocol_e new_protocol; in set_port_protocol() local
1960 new_protocol = OCS_HW_PORT_PROTOCOL_ISCSI; in set_port_protocol()
1962 new_protocol = OCS_HW_PORT_PROTOCOL_FC; in set_port_protocol()
1964 new_protocol = OCS_HW_PORT_PROTOCOL_FCOE; in set_port_protocol()
1969 rc = ocs_hw_set_port_protocol(&ocs->hw, new_protocol, func, in set_port_protocol()
H A Docs_hw.c7261 uint32_t new_protocol; member
7332 ocs_hw_port_protocol_e new_protocol; in ocs_hw_set_port_protocol_cb1() local
7341 new_protocol = (ocs_hw_port_protocol_e)cb_arg->new_protocol; in ocs_hw_set_port_protocol_cb1()
7402 switch(new_protocol) { in ocs_hw_set_port_protocol_cb1()
7496 ocs_hw_set_port_protocol(ocs_hw_t *hw, ocs_hw_port_protocol_e new_protocol, in ocs_hw_set_port_protocol() argument
7525 cb_arg->new_protocol = new_protocol; in ocs_hw_set_port_protocol()