Searched refs:port_protocol (Results 1 – 3 of 3) sorted by relevance
1876 ocs_hw_port_protocol_e port_protocol; member1882 ocs_hw_port_protocol_e port_protocol, in ocs_mgmt_get_port_protocol_cb() argument1888 result->port_protocol = port_protocol; in ocs_mgmt_get_port_protocol_cb()1911 switch (result.port_protocol) { in get_port_protocol()
1348 typedef void (*ocs_get_port_protocol_cb_t)(int32_t status, ocs_hw_port_protocol_e port_protocol, vo…
7163 ocs_hw_port_protocol_e port_protocol; in ocs_hw_get_port_protocol_cb() local7169 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()