Home
last modified time | relevance | path

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

/freebsd-12.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()
508 node->fc_type = prli->type; in ocs_process_prli_payload()
999 if (ocs->fc_type == node->fc_type) { in __ocs_d_wait_plogi_rsp()
1671 if (ocs->fc_type == node->fc_type) in __ocs_d_device_ready()
1672 ocs_send_prli_acc(cbdata->io, ocs_be16toh(hdr->ox_id), ocs->fc_type, NULL, NULL); in __ocs_d_device_ready()
1684 if (ocs->fc_type == prlo->type) in __ocs_d_device_ready()
1685 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.h69 uint8_t fc_type; member
H A Docs.h148 uint8_t fc_type; member
H A Docs_common.h381 fc_type:8; member
H A Docs_els.c1450 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
1473 prli->type = fc_type; in ocs_send_prli_acc()
1507 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
1530 prlo_acc->type = fc_type; in ocs_send_prlo_acc()
H A Docs_pci.c545 ocs->fc_type = FC_TYPE_FCP; in ocs_pci_attach()
/freebsd-12.1/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h431 enum al_eth_flow_control_type fc_type; /**< flow control*/ member