Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_mgmt.c1876 ocs_hw_port_protocol_e port_protocol; member
1882 ocs_hw_port_protocol_e port_protocol, in ocs_mgmt_get_port_protocol_cb() argument
1888 result->port_protocol = port_protocol; in ocs_mgmt_get_port_protocol_cb()
1911 switch (result.port_protocol) { in get_port_protocol()
Docs_hw.h1348 typedef void (*ocs_get_port_protocol_cb_t)(int32_t status, ocs_hw_port_protocol_e port_protocol, vo…
Docs_hw.c7163 ocs_hw_port_protocol_e port_protocol; in ocs_hw_get_port_protocol_cb() local
7169 port_protocol = OCS_HW_PORT_PROTOCOL_OTHER; in ocs_hw_get_port_protocol_cb()
7179 port_protocol = OCS_HW_PORT_PROTOCOL_ISCSI; in ocs_hw_get_port_protocol_cb()
7182 port_protocol = OCS_HW_PORT_PROTOCOL_FCOE; in ocs_hw_get_port_protocol_cb()
7185 port_protocol = OCS_HW_PORT_PROTOCOL_FC; in ocs_hw_get_port_protocol_cb()
7188 port_protocol = OCS_HW_PORT_PROTOCOL_OTHER; in ocs_hw_get_port_protocol_cb()
7198 cb_arg->cb(status, port_protocol, cb_arg->arg); in ocs_hw_get_port_protocol_cb()