Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c1859 ocs_hw_port_protocol_e port_protocol; member
1864 ocs_hw_port_protocol_e port_protocol, in ocs_mgmt_get_port_protocol_cb() argument
1870 result->port_protocol = port_protocol; in ocs_mgmt_get_port_protocol_cb()
1893 switch (result.port_protocol) { in get_port_protocol()
H A Docs_hw.h1339 typedef void (*ocs_get_port_protocol_cb_t)(int32_t status, ocs_hw_port_protocol_e port_protocol, vo…
H A Docs_hw.c7154 ocs_hw_port_protocol_e port_protocol; in ocs_hw_get_port_protocol_cb() local
7160 port_protocol = OCS_HW_PORT_PROTOCOL_OTHER; in ocs_hw_get_port_protocol_cb()
7170 port_protocol = OCS_HW_PORT_PROTOCOL_ISCSI; in ocs_hw_get_port_protocol_cb()
7173 port_protocol = OCS_HW_PORT_PROTOCOL_FCOE; in ocs_hw_get_port_protocol_cb()
7176 port_protocol = OCS_HW_PORT_PROTOCOL_FC; in ocs_hw_get_port_protocol_cb()
7179 port_protocol = OCS_HW_PORT_PROTOCOL_OTHER; in ocs_hw_get_port_protocol_cb()
7189 cb_arg->cb(status, port_protocol, cb_arg->arg); in ocs_hw_get_port_protocol_cb()