Home
last modified time | relevance | path

Searched refs:fc_type (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_device.c73 if (ocs->fc_type != node->fc_type) { in ocs_d_send_prli_rsp()
90 ocs_send_prli_acc(io, ox_id, ocs->fc_type, NULL, NULL); in ocs_d_send_prli_rsp()
501 node->fc_type = prli->type; in ocs_process_prli_payload()
989 if (ocs->fc_type == node->fc_type) { in __ocs_d_wait_plogi_rsp()
1660 if (ocs->fc_type == node->fc_type) in __ocs_d_device_ready()
1661 ocs_send_prli_acc(cbdata->io, ocs_be16toh(hdr->ox_id), ocs->fc_type, NULL, NULL); in __ocs_d_device_ready()
1673 if (ocs->fc_type == prlo->type) in __ocs_d_device_ready()
1674 ocs_send_prlo_acc(cbdata->io, ocs_be16toh(hdr->ox_id), ocs->fc_type, NULL, NULL); in __ocs_d_device_ready()
H A Docs_els.h83 extern ocs_io_t *ocs_send_prli_acc(ocs_io_t *io, uint32_t ox_id, uint8_t fc_type, els_cb_t cb, void…
85 extern ocs_io_t *ocs_send_prlo_acc(ocs_io_t *io, uint32_t ox_id, uint8_t fc_type, els_cb_t cb, void…
H A Docs_drv_fc.h67 uint8_t fc_type; member
H A Docs.h142 uint8_t fc_type; member
H A Docs_common.h376 fc_type:8; member
H A Docs_els.c1445 ocs_send_prli_acc(ocs_io_t *io, uint32_t ox_id, uint8_t fc_type, els_cb_t cb, void *cbarg) in ocs_send_prli_acc() argument
1468 prli->type = fc_type; in ocs_send_prli_acc()
1502 ocs_send_prlo_acc(ocs_io_t *io, uint32_t ox_id, uint8_t fc_type, els_cb_t cb, void *cbarg) in ocs_send_prlo_acc() argument
1525 prlo_acc->type = fc_type; in ocs_send_prlo_acc()
H A Docs_pci.c596 ocs->fc_type = FC_TYPE_FCP; in ocs_pci_attach()
/freebsd-13.1/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h431 enum al_eth_flow_control_type fc_type; /**< flow control*/ member