Searched refs:fc_type (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_device.c | 73 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 D | ocs_els.h | 83 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 D | ocs_drv_fc.h | 69 uint8_t fc_type; member
|
| H A D | ocs.h | 148 uint8_t fc_type; member
|
| H A D | ocs_common.h | 381 fc_type:8; member
|
| H A D | ocs_els.c | 1450 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 D | ocs_pci.c | 545 ocs->fc_type = FC_TYPE_FCP; in ocs_pci_attach()
|
| /freebsd-12.1/sys/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth.h | 431 enum al_eth_flow_control_type fc_type; /**< flow control*/ member
|